You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_repository.less 47KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875
  1. .repository {
  2. @mega-octicon-width: 30px;
  3. padding-top: 15px;
  4. padding-bottom: @footer-margin * 2;
  5. .repo-header {
  6. .ui.compact.menu {
  7. margin-left: 1rem;
  8. }
  9. .ui.header {
  10. margin-top: 0;
  11. }
  12. .mega-octicon {
  13. width: @mega-octicon-width;
  14. font-size: 30px;
  15. }
  16. .ui.huge.breadcrumb {
  17. font-weight: 400;
  18. font-size: 1.5rem;
  19. }
  20. .fork-flag {
  21. margin-left: @mega-octicon-width + 6px;
  22. margin-top: 3px;
  23. display: block;
  24. font-size: 12px;
  25. white-space: nowrap;
  26. }
  27. .octicon.octicon-repo-forked {
  28. margin-top: -1px;
  29. font-size: 15px;
  30. }
  31. .button {
  32. margin-top: 2px;
  33. margin-bottom: 2px;
  34. }
  35. }
  36. .tabs {
  37. .navbar {
  38. justify-content: initial;
  39. }
  40. }
  41. .navbar {
  42. display: flex;
  43. justify-content: space-between;
  44. .ui.label {
  45. margin-left: 7px;
  46. padding: 3px 5px;
  47. }
  48. }
  49. .owner.dropdown {
  50. min-width: 40% !important;
  51. }
  52. #file-buttons {
  53. /* The reason for the !important is that Semantic itself has
  54. margin-left: 0 !important on right items on mobile, which is mostly
  55. to make sure elements which on menus would otherwise be on the right
  56. align correctly with other elements when stacked.
  57. Unfortunately, this brings some weird alignment on this particular
  58. element, so we need to override it. */
  59. margin-left: auto !important;
  60. font-weight: normal;
  61. .ui.button {
  62. padding: 8px 10px;
  63. font-weight: normal;
  64. }
  65. }
  66. .metas {
  67. .menu {
  68. max-height: 300px;
  69. overflow-x: auto;
  70. }
  71. .ui.list {
  72. .hide {
  73. display: none!important;
  74. }
  75. .item {
  76. padding: 0px;
  77. }
  78. .label.color {
  79. padding: 0 8px;
  80. margin-right: 5px;
  81. }
  82. a {
  83. margin: 2px 0;
  84. .text {
  85. color: #444;
  86. &:hover {
  87. color: #000;
  88. }
  89. }
  90. }
  91. }
  92. #deadlineForm input{
  93. width: 12.8rem;
  94. border-radius: 4px 0 0 4px;
  95. border-right: 0;
  96. white-space: nowrap;
  97. }
  98. }
  99. .header-wrapper {
  100. background-color: #FAFAFA;
  101. margin-top: -15px;
  102. padding-top: 15px;
  103. .ui.tabs.divider {
  104. border-bottom: none;
  105. }
  106. .ui.tabular .octicon {
  107. margin-right: 5px;
  108. }
  109. }
  110. .filter.menu {
  111. .label.color {
  112. border-radius: 3px;
  113. margin-left: 15px;
  114. padding: 0 8px;
  115. }
  116. .octicon {
  117. float: left;
  118. margin: 5px -7px 0 -5px;
  119. width: 16px;
  120. }
  121. &.labels .octicon {
  122. margin: -2px -7px 0 -5px;
  123. }
  124. .text {
  125. margin-left: 0.9em;
  126. }
  127. .menu {
  128. max-height: 300px;
  129. overflow-x: auto;
  130. right: 0!important;
  131. left: auto!important;
  132. }
  133. .dropdown.item {
  134. margin: 1px;
  135. padding-right: 0;
  136. }
  137. }
  138. .select-label {
  139. .item {
  140. max-width: 250px;
  141. overflow: hidden;
  142. text-overflow: ellipsis;
  143. }
  144. .desc {
  145. padding-left: 16px;
  146. }
  147. }
  148. .ui.tabs {
  149. &.container {
  150. margin-top: 14px;
  151. margin-bottom: 0px;
  152. .ui.menu {
  153. border-bottom: none;
  154. }
  155. }
  156. &.divider {
  157. margin-top: 0;
  158. margin-bottom: 20px;
  159. }
  160. }
  161. #clone-panel {
  162. width: 350px;
  163. @media only screen and (max-width: 768px) {
  164. width: 100%;
  165. }
  166. input {
  167. border-radius: 0;
  168. padding: 5px 10px;
  169. width: 50%;
  170. }
  171. .clone.button {
  172. font-size: 13px;
  173. padding: 0 5px;
  174. &:first-child {
  175. border-radius: .28571429rem 0 0 .28571429rem;
  176. }
  177. }
  178. .icon.button {
  179. padding: 0 10px;
  180. }
  181. .dropdown .menu {
  182. right: 0!important;
  183. left: auto!important;
  184. }
  185. }
  186. &.file.list {
  187. .repo-description {
  188. display: flex;
  189. justify-content: space-between;
  190. align-items: center;
  191. }
  192. #repo-desc {
  193. font-size: 1.2em;
  194. }
  195. .choose.reference {
  196. .header .icon {
  197. font-size: 1.4em;
  198. }
  199. }
  200. .repo-path {
  201. .section, .divider {
  202. display: inline;
  203. }
  204. }
  205. #file-buttons {
  206. font-weight: normal;
  207. .ui.button {
  208. padding: 8px 10px;
  209. font-weight: normal;
  210. }
  211. .ui.tiny.blue.buttons {
  212. @media only screen and (max-width: 768px) {
  213. width: 100%;
  214. }
  215. }
  216. }
  217. #repo-files-table {
  218. thead {
  219. th {
  220. padding-top: 8px;
  221. padding-bottom: 5px;
  222. font-weight: normal;
  223. &:first-child {
  224. display: block;
  225. position: relative;
  226. width: 325%;
  227. }
  228. }
  229. .ui.avatar {
  230. margin-bottom: 5px;
  231. }
  232. }
  233. tbody {
  234. .octicon {
  235. margin-left: 3px;
  236. margin-right: 5px;
  237. color: #777;
  238. &.octicon-mail-reply {
  239. margin-right: 10px;
  240. }
  241. &.octicon-file-directory, &.octicon-file-submodule,
  242. &.octicon-file-symlink-directory {
  243. color: #1e70bf;
  244. }
  245. }
  246. }
  247. td {
  248. padding-top: 8px;
  249. padding-bottom: 8px;
  250. }
  251. td.message .isSigned {
  252. cursor: default;
  253. }
  254. tr:hover {
  255. background-color: #ffffEE;
  256. }
  257. .jumpable-path {
  258. color: #888;
  259. }
  260. }
  261. .non-diff-file-content {
  262. .header {
  263. .icon {
  264. font-size: 1em;
  265. }
  266. .file-actions {
  267. margin-top: 0;
  268. margin-bottom: -5px;
  269. padding-left: 20px;
  270. .btn-octicon {
  271. display: inline-block;
  272. padding: 5px;
  273. margin-left: 5px;
  274. line-height: 1;
  275. color: #767676;
  276. vertical-align: middle;
  277. background: transparent;
  278. border: 0;
  279. outline: none;
  280. }
  281. .btn-octicon:hover {
  282. color: #4078c0;
  283. }
  284. .btn-octicon-danger:hover {
  285. color: #bd2c00;
  286. }
  287. .btn-octicon.disabled {
  288. color: #bbb;
  289. cursor: default;
  290. }
  291. #delete-file-form {
  292. display: inline-block;
  293. }
  294. }
  295. }
  296. .view-raw {
  297. padding: 5px;
  298. * {
  299. max-width: 100%;
  300. }
  301. img {
  302. padding: 5px 5px 0 5px;
  303. }
  304. }
  305. .plain-text {
  306. padding: 1em 2em 1em 2em;
  307. }
  308. .code-view {
  309. * {
  310. font-size: 12px;
  311. font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
  312. line-height: 20px;
  313. }
  314. table {
  315. width: 100%;
  316. }
  317. .lines-num {
  318. vertical-align: top;
  319. text-align: right;
  320. color: #999;
  321. background: #f5f5f5;
  322. width: 1%;
  323. user-select: none;
  324. span {
  325. line-height: 20px;
  326. padding: 0 10px;
  327. cursor: pointer;
  328. display: block;
  329. }
  330. }
  331. .lines-num,
  332. .lines-code {
  333. padding: 0;
  334. pre,
  335. ol,
  336. .hljs {
  337. background-color: white;
  338. margin: 0;
  339. padding: 0 !important;
  340. li {
  341. display: block;
  342. width: 100%;
  343. &.active {
  344. background: #ffffdd;
  345. }
  346. &:before {
  347. content: ' ';
  348. }
  349. }
  350. }
  351. }
  352. .active {
  353. background: #ffffdd;
  354. }
  355. }
  356. }
  357. .sidebar {
  358. padding-left: 0;
  359. .octicon {
  360. width: 16px;
  361. }
  362. }
  363. }
  364. &.file.editor {
  365. .treepath {
  366. width: 100%;
  367. input {
  368. vertical-align: middle;
  369. box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 2px inset;
  370. width: inherit;
  371. padding: 7px 8px;
  372. margin-right: 5px;
  373. }
  374. }
  375. .tabular.menu {
  376. .octicon {
  377. margin-right: 5px;
  378. }
  379. }
  380. .commit-form-wrapper {
  381. padding-left: 64px;
  382. .commit-avatar {
  383. float: left;
  384. margin-left: -64px;
  385. width: 3em;
  386. height: auto;
  387. }
  388. .commit-form {
  389. position: relative;
  390. padding: 15px;
  391. margin-bottom: 10px;
  392. border: 1px solid #ddd;
  393. border-radius: 3px;
  394. #avatar-arrow;
  395. &:after {
  396. border-right-color: #fff;
  397. }
  398. .quick-pull-choice {
  399. .branch-name {
  400. display: inline-block;
  401. padding: 3px 6px;
  402. font: 12px Consolas, "Liberation Mono", Menlo, Courier, monospace;
  403. color: rgba(0,0,0,0.65);
  404. background-color: rgba(209,227,237,0.45);
  405. border-radius: 3px;
  406. }
  407. .new-branch-name-input {
  408. position: relative;
  409. margin-left: 25px;
  410. input {
  411. width: 240px !important;
  412. padding-left: 26px !important;
  413. }
  414. }
  415. .octicon-git-branch {
  416. position: absolute;
  417. top: 9px;
  418. left: 10px;
  419. color: #b0c4ce;
  420. }
  421. }
  422. }
  423. }
  424. }
  425. &.options {
  426. #interval {
  427. width: 100px!important;
  428. min-width: 100px;
  429. }
  430. .danger {
  431. .item {
  432. padding: 20px 15px;
  433. }
  434. .ui.divider {
  435. margin: 0;
  436. }
  437. }
  438. }
  439. @comment-avatar-width: 3em;
  440. &.new.issue {
  441. .comment.form {
  442. .comment {
  443. .avatar {
  444. width: @comment-avatar-width;
  445. }
  446. }
  447. .content {
  448. margin-left: 4em;
  449. #avatar-arrow;
  450. &:after {
  451. border-right-color: #fff;
  452. }
  453. .markdown {
  454. font-size: 14px;
  455. }
  456. }
  457. .metas {
  458. min-width: 220px;
  459. .filter.menu {
  460. max-height: 300px;
  461. overflow-x: auto;
  462. }
  463. }
  464. }
  465. }
  466. &.view.issue {
  467. .title {
  468. padding-bottom: 0!important;
  469. h1 {
  470. font-weight: 300;
  471. font-size: 2.3rem;
  472. margin-bottom: 5px;
  473. .ui.input {
  474. font-size: 0.5em;
  475. vertical-align: top;
  476. width: 50%;
  477. min-width: 600px;
  478. input {
  479. font-size: 1.5em;
  480. padding: 6px 10px;
  481. }
  482. }
  483. }
  484. .index {
  485. font-weight: 300;
  486. color: #aaa;
  487. letter-spacing: -1px;
  488. }
  489. .label {
  490. margin-right: 10px;
  491. }
  492. .edit-zone {
  493. margin-top: 10px;
  494. }
  495. }
  496. .pull-desc {
  497. code {
  498. color: #0166E6;
  499. }
  500. }
  501. .pull {
  502. &.tabular.menu {
  503. margin-bottom: 10px;
  504. .octicon {
  505. margin-right: 5px;
  506. }
  507. }
  508. &.tab.segment {
  509. border: none;
  510. padding: 0;
  511. padding-top: 10px;
  512. box-shadow: none;
  513. background-color: inherit;
  514. }
  515. .merge.box {
  516. .avatar {
  517. margin-left: 10px;
  518. margin-top: 10px;
  519. }
  520. }
  521. .review-item {
  522. .avatar, .type-icon{
  523. float: none;
  524. display: inline-block;
  525. text-align: center;
  526. vertical-align: middle;
  527. .octicon {
  528. width: 23px;
  529. font-size: 23px;
  530. margin-top: 0.45em;
  531. }
  532. }
  533. .text {
  534. margin: .3em 0 .5em .5em
  535. }
  536. .type-icon{
  537. float: right;
  538. margin-right: 1em;
  539. }
  540. .divider{
  541. margin: .5rem 0;
  542. }
  543. .review-content {
  544. padding: 1em 0 1em 3.8em;
  545. }
  546. }
  547. }
  548. .comment-list {
  549. &:before {
  550. display: block;
  551. content: "";
  552. position: absolute;
  553. margin-top: 12px;
  554. margin-bottom: 14px;
  555. top: 0;
  556. bottom: 0;
  557. left: 96px;
  558. width: 2px;
  559. background-color: #f3f3f3;
  560. z-index: -1;
  561. }
  562. .comment {
  563. .avatar {
  564. width: @comment-avatar-width;
  565. }
  566. .tag {
  567. color: #767676;
  568. margin-top: 3px;
  569. padding: 2px 5px;
  570. font-size: 12px;
  571. border: 1px solid rgba(0,0,0,0.1);
  572. border-radius: 3px;
  573. }
  574. .actions {
  575. .item {
  576. float: left;
  577. &.tag {
  578. margin-right: 5px;
  579. }
  580. &.action {
  581. margin-top: 6px;
  582. margin-left: 10px;
  583. }
  584. }
  585. }
  586. .content {
  587. margin-left: 4em;
  588. > .header {
  589. #avatar-arrow;
  590. font-weight: normal;
  591. padding: auto 15px;
  592. position: relative;
  593. color: #767676;
  594. background-color: #f7f7f7;
  595. border-bottom: 1px solid #eee;
  596. border-top-left-radius: 3px;
  597. border-top-right-radius: 3px;
  598. .text {
  599. max-width: 78%;
  600. padding-top: 10px;
  601. padding-bottom: 10px;
  602. }
  603. }
  604. .markdown {
  605. font-size: 14px;
  606. }
  607. .no-content {
  608. color: #767676;
  609. font-style: italic;
  610. }
  611. > .bottom.segment {
  612. background: #f3f4f5;
  613. .ui.images::after {
  614. clear: both;
  615. content: ' ';
  616. display: block;
  617. }
  618. a {
  619. display: block;
  620. float: left;
  621. margin: 5px;
  622. padding: 5px;
  623. height: 150px;
  624. border: solid 1px #eee;
  625. border-radius: 3px;
  626. max-width: 150px;
  627. background-color: #fff;
  628. &:before {
  629. content:' ';
  630. display: inline-block;
  631. height: 100%;
  632. vertical-align: middle;
  633. }
  634. }
  635. .ui.image {
  636. max-height: 100%;
  637. width: auto;
  638. margin: 0;
  639. vertical-align: middle;
  640. }
  641. span.ui.image {
  642. font-size: 128px;
  643. color: #000000;
  644. }
  645. span.ui.image:hover {
  646. color: #000000;
  647. }
  648. }
  649. }
  650. .ui.form {
  651. .field:first-child {
  652. clear: none;
  653. }
  654. .tab.segment {
  655. border: none;
  656. padding: 0;
  657. padding-top: 10px;
  658. }
  659. textarea {
  660. height: 200px;
  661. font-family: "Consolas", monospace;
  662. }
  663. }
  664. .edit.buttons {
  665. margin-top: 10px;
  666. }
  667. }
  668. .event {
  669. position: relative;
  670. margin: 15px 0 15px 79px;
  671. padding-left: 25px;
  672. .octicon {
  673. width: 30px;
  674. float: left;
  675. text-align: center;
  676. &.octicon-circle-slash {
  677. margin-top: 5px;
  678. margin-left: -34.5px;
  679. font-size: 20px;
  680. color: #bd2c00;
  681. }
  682. &.octicon-primitive-dot {
  683. margin-left: -28.5px;
  684. margin-right: -1px;
  685. font-size: 30px;
  686. color: #6cc644;
  687. }
  688. &.octicon-bookmark {
  689. margin-top: 3px;
  690. margin-left: -31px;
  691. margin-right: -1px;
  692. font-size: 25px;
  693. }
  694. &.octicon-comment {
  695. margin-top: 4px;
  696. margin-left: -35px;
  697. font-size: 24px;
  698. }
  699. &.octicon-eye {
  700. margin-top: 3px;
  701. margin-left: -35px;
  702. margin-right: 0px;
  703. font-size: 22px;
  704. }
  705. &.octicon-x {
  706. margin-left: -33px;
  707. font-size: 25px;
  708. }
  709. }
  710. .detail {
  711. font-size: 0.9rem;
  712. margin-top: 5px;
  713. margin-left: 35px;
  714. .octicon {
  715. &.octicon-git-commit {
  716. margin-top: 2px;
  717. }
  718. }
  719. }
  720. }
  721. }
  722. .ui.segment.metas {
  723. margin-top: -3px;
  724. }
  725. .ui.participants {
  726. img {
  727. margin-top: 5px;
  728. margin-right: 5px;
  729. }
  730. }
  731. .ui.depending {
  732. .item.is-closed {
  733. .title {
  734. text-decoration: line-through;
  735. }
  736. }
  737. }
  738. }
  739. .comment.form {
  740. .ui.comments {
  741. margin-top: -12px;
  742. max-width: 100%;
  743. }
  744. .content {
  745. .field:first-child {
  746. clear: none;
  747. }
  748. .form {
  749. #avatar-arrow;
  750. &:after {
  751. border-right-color: #fff;
  752. }
  753. }
  754. .tab.segment {
  755. border: none;
  756. padding: 0;
  757. padding-top: 10px;
  758. }
  759. textarea {
  760. height: 200px;
  761. font-family: "Consolas", monospace;
  762. }
  763. }
  764. }
  765. .label.list {
  766. list-style: none;
  767. padding-top: 15px;
  768. .item {
  769. padding-top: 10px;
  770. padding-bottom: 10px;
  771. border-bottom: 1px dashed #AAA;
  772. a {
  773. font-size: 15px;
  774. padding-top: 5px;
  775. padding-right: 10px;
  776. color: #666;
  777. &:hover {
  778. color: #000;
  779. }
  780. &.open-issues {
  781. margin-right: 30px;
  782. }
  783. }
  784. .ui.label {
  785. font-size: 1em;
  786. }
  787. }
  788. }
  789. .milestone.list {
  790. list-style: none;
  791. padding-top: 15px;
  792. > .item {
  793. padding-top: 10px;
  794. padding-bottom: 10px;
  795. border-bottom: 1px dashed #AAA;
  796. > a {
  797. padding-top: 5px;
  798. padding-right: 10px;
  799. color: #000;
  800. &:hover {
  801. color: #4078c0;
  802. }
  803. }
  804. .ui.progress {
  805. width: 40%;
  806. padding: 0;
  807. border: 0;
  808. margin: 0;
  809. .bar {
  810. height: 20px;
  811. }
  812. }
  813. .meta {
  814. color: #999;
  815. padding-top: 5px;
  816. .issue-stats .octicon{
  817. padding-left: 5px;
  818. }
  819. .overdue {
  820. color: red;
  821. }
  822. }
  823. .operate {
  824. margin-top: -15px;
  825. > a {
  826. font-size: 15px;
  827. padding-top: 5px;
  828. padding-right: 10px;
  829. color: #666;
  830. &:hover {
  831. color: #000;
  832. }
  833. }
  834. }
  835. .content {
  836. padding-top: 10px;
  837. }
  838. }
  839. }
  840. &.new.milestone {
  841. textarea {
  842. height: 200px;
  843. }
  844. #deadline {
  845. width: 150px;
  846. }
  847. }
  848. &.compare.pull {
  849. .choose.branch {
  850. .octicon {
  851. padding-right: 10px;
  852. }
  853. }
  854. .comment.form {
  855. .content {
  856. #avatar-arrow;
  857. &:after {
  858. border-right-color: #fff;
  859. }
  860. }
  861. }
  862. }
  863. .filter.dropdown .menu {
  864. margin-top: 1px!important;
  865. }
  866. &.commits {
  867. .header {
  868. .search {
  869. input {
  870. font-weight: normal;
  871. padding: 5px 10px;
  872. }
  873. }
  874. }
  875. }
  876. #commits-table {
  877. thead {
  878. th:first-of-type {
  879. padding-left: 15px;
  880. }
  881. .sha {
  882. &td {
  883. text-align: center;
  884. }
  885. width: 140px;
  886. }
  887. }
  888. td.sha .sha.label {
  889. margin: 0;
  890. }
  891. &.ui.basic.striped.table tbody tr:nth-child(2n) {
  892. background-color: rgba(0, 0, 0, .02)!important;
  893. }
  894. }
  895. #commits-table td.sha .sha.label, #repo-files-table .sha.label{
  896. &.isSigned{
  897. border: 1px solid #BBB;
  898. .detail.icon{
  899. background: #FAFAFA;
  900. margin: -6px -10px -4px 0px;
  901. padding: 5px 3px 5px 6px;
  902. border-left: 1px solid #BBB;
  903. border-top-left-radius: 0;
  904. border-bottom-left-radius: 0;
  905. }
  906. }
  907. &.isSigned.isVerified{
  908. border: 1px solid #21BA45;
  909. background: fade(#21BA45, 10%);
  910. .detail.icon{
  911. border-left: 1px solid fade(#21BA45, 50%);
  912. }
  913. }
  914. }
  915. .diff-detail-box {
  916. padding: 7px 0;
  917. background: #fff;
  918. line-height: 30px;
  919. >div:after{
  920. clear: both;
  921. content: "";
  922. display: block;
  923. }
  924. ol {
  925. clear: both;
  926. padding-left: 0;
  927. margin-top: 5px;
  928. margin-bottom: 28px;
  929. li {
  930. list-style: none;
  931. padding-bottom: 4px;
  932. margin-bottom: 4px;
  933. border-bottom: 1px dashed #DDD;
  934. padding-left: 6px;
  935. }
  936. }
  937. span.status{
  938. display: inline-block;
  939. width: 12px;
  940. height: 12px;
  941. margin-right: 8px;
  942. vertical-align: middle;
  943. &.modify {
  944. background-color: #f0db88;
  945. }
  946. &.add {
  947. background-color: #b4e2b4;
  948. }
  949. &.del {
  950. background-color: #e9aeae;
  951. }
  952. &.rename {
  953. background-color: #dad8ff;
  954. }
  955. }
  956. .detail-files {
  957. background: #fff;
  958. margin: 0px;
  959. }
  960. }
  961. .diff-box .header {
  962. display: flex;
  963. align-items: center;
  964. .count {
  965. margin-right: 12px;
  966. font-size: 13px;
  967. flex: 0 0 auto;
  968. .bar {
  969. background-color: #bd2c00;
  970. height: 12px;
  971. width: 40px;
  972. display: inline-block;
  973. margin: 2px 4px 0 4px;
  974. vertical-align: text-top;
  975. .add {
  976. background-color: #55a532;
  977. height: 12px;
  978. }
  979. }
  980. }
  981. .file {
  982. flex: 1;
  983. color: #888;
  984. word-break: break-all;
  985. }
  986. .button {
  987. margin: -5px 0 -5px 12px;
  988. padding: 8px 10px;
  989. flex: 0 0 auto;
  990. }
  991. }
  992. .diff-file-box {
  993. .header {
  994. background-color: #f7f7f7;
  995. }
  996. .file-body.file-code {
  997. .lines-num {
  998. text-align: right;
  999. color: #A7A7A7;
  1000. background: #fafafa;
  1001. width: 1%;
  1002. user-select: none;
  1003. vertical-align: top;
  1004. span.fold {
  1005. display: block;
  1006. text-align: center;
  1007. }
  1008. }
  1009. .lines-num-old {
  1010. border-right: 1px solid #DDD;
  1011. }
  1012. }
  1013. .code-diff {
  1014. font-size: 12px;
  1015. td {
  1016. padding: 0;
  1017. padding-left: 10px;
  1018. border-top: none;
  1019. }
  1020. pre {
  1021. margin: 0;
  1022. }
  1023. .lines-num {
  1024. border-color: #d4d4d5;
  1025. border-right-width: 1px;
  1026. border-right-style: solid;
  1027. padding: 0 5px;
  1028. }
  1029. tbody {
  1030. tr {
  1031. td.halfwidth {
  1032. // halfwidth is used in split view - and in that case, 1% of each
  1033. width: 49%;
  1034. }
  1035. &.tag-code td, td.tag-code {
  1036. background-color: #F0F0F0 !important;
  1037. border-color: #D2CECE !important;
  1038. padding-top: 8px;
  1039. padding-bottom: 8px;
  1040. // td.selected-line, td.selected-line pre {
  1041. // background-color: #ffffdd !important;
  1042. // }
  1043. }
  1044. // &.same-code {
  1045. // td.selected-line, td.selected-line pre {
  1046. // background-color: #ffffdd !important;
  1047. // }
  1048. // }
  1049. .removed-code {
  1050. background-color: #ff9999;
  1051. }
  1052. .added-code {
  1053. background-color: #99ff99;
  1054. }
  1055. }
  1056. }
  1057. }
  1058. .code-diff-unified tbody tr {
  1059. &.del-code td {
  1060. background-color: #ffe0e0 !important;
  1061. border-color: #f1c0c0 !important;
  1062. }
  1063. &.add-code td {
  1064. background-color: #d6fcd6 !important;
  1065. border-color: #c1e9c1 !important;
  1066. }
  1067. }
  1068. .code-diff-split {
  1069. table, tbody {
  1070. width: 100%;
  1071. }
  1072. tbody tr {
  1073. // light gray for empty lines before / after commit
  1074. &.add-code td:nth-child(1), &.add-code td:nth-child(2),
  1075. &.del-code td:nth-child(3), &.del-code td:nth-child(4) {
  1076. background-color: #fafafa;
  1077. }
  1078. &.del-code td:nth-child(1), &.del-code td:nth-child(2),
  1079. td.del-code {
  1080. background-color: #ffe0e0 !important;
  1081. border-color: #f1c0c0 !important;
  1082. }
  1083. &.add-code td:nth-child(3), &.add-code td:nth-child(4),
  1084. td.add-code{
  1085. background-color: #d6fcd6 !important;
  1086. border-color: #c1e9c1 !important;
  1087. }
  1088. td:nth-child(3) {
  1089. border-left-width: 1px;
  1090. border-left-style: solid;
  1091. }
  1092. }
  1093. }
  1094. &.file-content {
  1095. img {
  1096. max-width: 100%;
  1097. padding: 5px 5px 0 5px;
  1098. }
  1099. clear: right;
  1100. }
  1101. }
  1102. .code-view {
  1103. overflow: auto;
  1104. overflow-x: auto;
  1105. overflow-y: hidden;
  1106. }
  1107. .repo-search-result {
  1108. padding-top: 10px;
  1109. padding-bottom: 10px;
  1110. .lines-num a {
  1111. color: inherit;
  1112. }
  1113. }
  1114. &.quickstart {
  1115. .guide {
  1116. .item {
  1117. padding: 1em;
  1118. small {
  1119. font-weight: normal;
  1120. }
  1121. }
  1122. .clone.button:first-child {
  1123. border-radius: .28571429rem 0 0 .28571429rem;
  1124. }
  1125. .ui.action.small.input {
  1126. width: 100%;
  1127. }
  1128. #repo-clone-url {
  1129. border-radius: 0;
  1130. padding: 5px 10px;
  1131. font-size: 1.2em;
  1132. }
  1133. }
  1134. }
  1135. &.release {
  1136. #release-list {
  1137. border-top: 1px solid #DDD;
  1138. margin-top: 20px;
  1139. padding-top: 15px;
  1140. >li {
  1141. list-style: none;
  1142. .meta,
  1143. .detail {
  1144. padding-top: 30px;
  1145. padding-bottom: 40px;
  1146. }
  1147. .meta {
  1148. text-align: right;
  1149. position: relative;
  1150. .tag:not(.icon) {
  1151. display: block;
  1152. margin-top: 15px;
  1153. }
  1154. .commit {
  1155. display: block;
  1156. margin-top: 10px;
  1157. }
  1158. }
  1159. .detail {
  1160. border-left: 1px solid #DDD;
  1161. .author {
  1162. img {
  1163. margin-bottom: -3px;
  1164. }
  1165. }
  1166. .download {
  1167. margin-top: 20px;
  1168. >a {
  1169. .octicon {
  1170. margin-left: 5px;
  1171. margin-right: 5px;
  1172. }
  1173. }
  1174. .list {
  1175. padding-left: 0;
  1176. border-top: 1px solid #eee;
  1177. li {
  1178. list-style: none;
  1179. display: block;
  1180. padding-top: 8px;
  1181. padding-bottom: 8px;
  1182. border-bottom: 1px solid #eee;
  1183. }
  1184. }
  1185. }
  1186. .dot {
  1187. width: 9px;
  1188. height: 9px;
  1189. background-color: #ccc;
  1190. z-index: 999;
  1191. position: absolute;
  1192. display: block;
  1193. left: -5px;
  1194. top: 40px;
  1195. border-radius: 6px;
  1196. border: 1px solid #FFF;
  1197. }
  1198. }
  1199. }
  1200. }
  1201. }
  1202. &.new.release {
  1203. .target {
  1204. min-width: 500px;
  1205. #tag-name {
  1206. margin-top: -4px;
  1207. }
  1208. .at {
  1209. margin-left: -5px;
  1210. margin-right: 5px;
  1211. }
  1212. .dropdown.icon {
  1213. margin: 0;
  1214. padding-top: 3px;
  1215. }
  1216. .selection.dropdown {
  1217. padding-top: 10px;
  1218. padding-bottom: 10px;
  1219. }
  1220. }
  1221. .prerelease.field {
  1222. margin-bottom: 0;
  1223. }
  1224. .field {
  1225. button, input {
  1226. @media only screen and (max-width: 438px) {
  1227. width: 100%;
  1228. }
  1229. }
  1230. button {
  1231. @media only screen and (max-width: 768px) {
  1232. margin-bottom: 1em;
  1233. }
  1234. }
  1235. }
  1236. }
  1237. &.forks {
  1238. .list {
  1239. margin-top: 0;
  1240. .item {
  1241. padding-top: 10px;
  1242. padding-bottom: 10px;
  1243. border-bottom: 1px solid #DDD;
  1244. .ui.avatar {
  1245. float: left;
  1246. margin-right: 5px;
  1247. }
  1248. .link {
  1249. padding-top: 5px;
  1250. }
  1251. }
  1252. }
  1253. }
  1254. &.wiki {
  1255. &.start {
  1256. .ui.segment {
  1257. padding-top: 70px;
  1258. padding-bottom: 100px;
  1259. .mega-octicon {
  1260. font-size: 48px;
  1261. }
  1262. }
  1263. }
  1264. &.new {
  1265. .CodeMirror {
  1266. .CodeMirror-code {
  1267. font-family: "Consolas", monospace;
  1268. .cm-comment {
  1269. background: inherit;
  1270. }
  1271. }
  1272. }
  1273. .editor-preview {
  1274. background-color: white;
  1275. }
  1276. }
  1277. &.view {
  1278. .choose.page {
  1279. margin-top: -5px;
  1280. }
  1281. .ui.sub.header {
  1282. text-transform: none;
  1283. }
  1284. >.markdown {
  1285. padding: 15px 30px;
  1286. h1, h2, h3, h4, h5, h6 {
  1287. &:first-of-type {
  1288. margin-top: 0;
  1289. }
  1290. }
  1291. }
  1292. }
  1293. @media only screen and (max-width: 767px) {
  1294. .dividing.header .stackable.grid .button {
  1295. margin-top: 2px;
  1296. margin-bottom: 2px;
  1297. }
  1298. }
  1299. }
  1300. &.settings {
  1301. &.collaboration {
  1302. .collaborator.list {
  1303. padding: 0;
  1304. >.item {
  1305. margin: 0;
  1306. line-height: 2em;
  1307. &:not(:last-child) {
  1308. border-bottom: 1px solid #DDD;
  1309. }
  1310. }
  1311. }
  1312. #repo-collab-form {
  1313. #search-user-box {
  1314. .results {
  1315. left: 7px;
  1316. }
  1317. }
  1318. .ui.button {
  1319. margin-left: 5px;
  1320. margin-top: -3px;
  1321. }
  1322. }
  1323. }
  1324. &.branches {
  1325. .protected-branches {
  1326. .selection.dropdown {
  1327. width: 300px;
  1328. }
  1329. .item {
  1330. border: 1px solid #eaeaea;
  1331. padding: 10px 15px;
  1332. &:not(:last-child) {
  1333. border-bottom: 0;
  1334. }
  1335. }
  1336. }
  1337. .branch-protection {
  1338. .help {
  1339. margin-left: 26px;
  1340. padding-top: 0;
  1341. }
  1342. .fields {
  1343. margin-left: 20px;
  1344. display: block;
  1345. }
  1346. .whitelist {
  1347. margin-left: 26px;
  1348. .dropdown img {
  1349. display: inline-block;
  1350. }
  1351. }
  1352. }
  1353. }
  1354. &.webhook {
  1355. .events {
  1356. .column {
  1357. padding-bottom: 0;
  1358. }
  1359. .help {
  1360. font-size: 13px;
  1361. margin-left: 26px;
  1362. padding-top: 0;
  1363. }
  1364. }
  1365. }
  1366. }
  1367. .ui.attached.isSigned.isVerified{
  1368. &:not(.positive){
  1369. border-left: 1px solid #A3C293;
  1370. border-right: 1px solid #A3C293;
  1371. }
  1372. &.top:not(.positive){
  1373. border-top: 1px solid #A3C293;
  1374. }
  1375. &:not(.positive):last-child {
  1376. border-bottom: 1px solid #A3C293;
  1377. }
  1378. }
  1379. .ui.segment.sub-menu {
  1380. padding: 7px;
  1381. line-height: 0;
  1382. .list {
  1383. width: 100%;
  1384. display: flex;
  1385. .item {
  1386. width:100%;
  1387. border-radius: 3px;
  1388. a {
  1389. color: black;
  1390. &:hover {
  1391. color: #666;
  1392. }
  1393. }
  1394. &.active {
  1395. background: rgba(0,0,0,.05);;
  1396. }
  1397. }
  1398. }
  1399. }
  1400. .segment.reactions, .select-reaction {
  1401. &.dropdown .menu {
  1402. right: 0!important;
  1403. left: auto!important;
  1404. > .header {
  1405. margin: 0.75rem 0 .5rem;
  1406. }
  1407. > .item {
  1408. float: left;
  1409. padding: .5rem .5rem !important;
  1410. img.emoji {
  1411. margin-right: 0;
  1412. }
  1413. }
  1414. }
  1415. }
  1416. .segment.reactions {
  1417. padding: .3em 1em;
  1418. .ui.label {
  1419. padding: .4em;
  1420. &.disabled {
  1421. cursor: default;
  1422. }
  1423. > img {
  1424. height: 1.5em !important;
  1425. }
  1426. }
  1427. .select-reaction {
  1428. float: none;
  1429. &:not(.active) a {
  1430. display: none;
  1431. }
  1432. }
  1433. &:hover .select-reaction a {
  1434. display: block;
  1435. }
  1436. }
  1437. }
  1438. // End of .repository
  1439. &.user-cards {
  1440. .list {
  1441. padding: 0;
  1442. .item {
  1443. list-style: none;
  1444. width: 32%;
  1445. margin: 10px 10px 10px 0;
  1446. padding-bottom: 14px;
  1447. float: left;
  1448. .avatar {
  1449. width: 48px;
  1450. height: 48px;
  1451. float: left;
  1452. display: block;
  1453. margin-right: 10px;
  1454. }
  1455. .name {
  1456. margin-top: 0;
  1457. margin-bottom: 0;
  1458. font-weight: normal;
  1459. }
  1460. .meta {
  1461. margin-top: 5px;
  1462. }
  1463. }
  1464. }
  1465. }
  1466. #search-repo-box,
  1467. #search-user-box {
  1468. .results {
  1469. .result {
  1470. .image {
  1471. float: left;
  1472. margin-right: 8px;
  1473. width: 2em;
  1474. height: 2em;
  1475. }
  1476. .content {
  1477. margin: 6px 0;
  1478. }
  1479. }
  1480. }
  1481. }
  1482. #issue-filters.hide {
  1483. display: none;
  1484. }
  1485. #issue-actions.hide {
  1486. display: none;
  1487. }
  1488. .ui.checkbox.issue-checkbox {
  1489. vertical-align: middle;
  1490. }
  1491. .issue.list {
  1492. list-style: none;
  1493. padding-top: 15px;
  1494. >.item {
  1495. padding-top: 15px;
  1496. padding-bottom: 10px;
  1497. border-bottom: 1px dashed #AAA;
  1498. .title {
  1499. color: #444;
  1500. font-size: 15px;
  1501. font-weight: bold;
  1502. margin: 0 6px;
  1503. &:hover {
  1504. color: #000;
  1505. }
  1506. }
  1507. .comment {
  1508. padding-right: 10px;
  1509. color: #666;
  1510. }
  1511. .desc {
  1512. padding-top: 5px;
  1513. color: #999;
  1514. .checklist {
  1515. padding-left: 5px;
  1516. .progress-bar {
  1517. margin-left: 2px;
  1518. width: 80px;
  1519. height: 6px;
  1520. display: inline-block;
  1521. background-color: #eee;
  1522. overflow: hidden;
  1523. border-radius: 3px;
  1524. vertical-align: 2px !important;
  1525. .progress {
  1526. background-color: #ccc;
  1527. display: block;
  1528. height: 100%;
  1529. }
  1530. }
  1531. }
  1532. a.milestone {
  1533. padding-left: 5px;
  1534. color: #999!important;
  1535. &:hover {
  1536. color: #000!important;
  1537. }
  1538. }
  1539. .assignee {
  1540. margin-top: -5px;
  1541. margin-right: 5px;
  1542. }
  1543. .overdue{
  1544. color: red;
  1545. }
  1546. }
  1547. }
  1548. }
  1549. .page.buttons {
  1550. padding-top: 15px;
  1551. }
  1552. .ui.form {
  1553. .dropzone {
  1554. width: 100%;
  1555. margin-bottom: 10px;
  1556. border: 2px dashed #0087F7;
  1557. box-shadow: none!important;
  1558. .dz-error-message {
  1559. top: 140px;
  1560. }
  1561. }
  1562. }
  1563. .settings {
  1564. .content {
  1565. margin-top: 2px;
  1566. >.header,
  1567. .segment {
  1568. box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  1569. }
  1570. }
  1571. .list {
  1572. > .item {
  1573. .green {
  1574. color: #21BA45;
  1575. }
  1576. &:not(:first-child) {
  1577. border-top: 1px solid #eaeaea;
  1578. padding:1rem;
  1579. margin: 15px -1rem -1rem -1rem;
  1580. }
  1581. > .mega-octicon {
  1582. display: table-cell;
  1583. }
  1584. > .mega-octicon + .content {
  1585. display: table-cell;
  1586. padding: 0 0 0 .5em;
  1587. vertical-align: top;
  1588. }
  1589. .info {
  1590. margin-top: 10px;
  1591. .tab.segment {
  1592. border: none;
  1593. padding: 10px 0 0;
  1594. }
  1595. }
  1596. }
  1597. &.key{
  1598. .meta {
  1599. padding-top: 5px;
  1600. color: #666;
  1601. }
  1602. }
  1603. &.email {
  1604. > .item:not(:first-child) {
  1605. min-height: 60px;
  1606. }
  1607. }
  1608. &.collaborator {
  1609. > .item {
  1610. padding: 0;
  1611. }
  1612. }
  1613. }
  1614. }
  1615. .ui.vertical.menu {
  1616. .header.item {
  1617. font-size: 1.1em;
  1618. background: #f0f0f0;
  1619. }
  1620. }
  1621. .edit-label.modal,
  1622. .new-label.segment {
  1623. .form {
  1624. .column {
  1625. padding-right: 0;
  1626. }
  1627. .buttons {
  1628. margin-left: auto;
  1629. padding-top: 15px;
  1630. }
  1631. .color.picker.column {
  1632. width: auto;
  1633. .color-picker {
  1634. height: 35px;
  1635. width: auto;
  1636. padding-left: 30px;
  1637. }
  1638. }
  1639. .minicolors-swatch.minicolors-sprite {
  1640. top: 10px;
  1641. left: 10px;
  1642. width: 15px;
  1643. height: 15px;
  1644. }
  1645. .precolors {
  1646. padding-left: 0;
  1647. padding-right: 0;
  1648. margin: 3px 10px auto 10px;
  1649. width: 120px;
  1650. .color {
  1651. float: left;
  1652. width: 15px;
  1653. height: 15px;
  1654. }
  1655. }
  1656. }
  1657. }
  1658. #avatar-arrow {
  1659. &:before, &:after {
  1660. right: 100%;
  1661. top: 20px;
  1662. border: solid transparent;
  1663. content: " ";
  1664. height: 0;
  1665. width: 0;
  1666. position: absolute;
  1667. pointer-events: none;
  1668. }
  1669. &:before {
  1670. border-right-color: #D4D4D5;
  1671. border-width: 9px;
  1672. margin-top: -9px;
  1673. }
  1674. &:after {
  1675. border-right-color: #f7f7f7;
  1676. border-width: 8px;
  1677. margin-top: -8px;
  1678. }
  1679. }
  1680. #transfer-repo-modal,
  1681. #delete-repo-modal {
  1682. .ui.message {
  1683. width: 100%!important;
  1684. }
  1685. }
  1686. // generate .tab-size-{i} from 1 to 16
  1687. .generate-tab-size(16);
  1688. .generate-tab-size(@n, @i: 1) when (@i =< @n) {
  1689. .tab-size-@{i} {
  1690. tab-size: @i !important;
  1691. }
  1692. .generate-tab-size(@n, (@i + 1));
  1693. }
  1694. .stats-table {
  1695. display: table;
  1696. width: 100%;
  1697. .table-cell {
  1698. display: table-cell;
  1699. &.tiny {
  1700. height: .5em;
  1701. }
  1702. }
  1703. }
  1704. tbody.commit-list {
  1705. vertical-align: baseline;
  1706. }
  1707. .commit-body {
  1708. white-space: pre-wrap;
  1709. }
  1710. @media only screen and (max-width: 767px) {
  1711. .ui.stackable.menu {
  1712. &.mobile--margin-between-items > .item {
  1713. margin-top: 5px;
  1714. margin-bottom: 5px;
  1715. }
  1716. &.mobile--no-negative-margins {
  1717. margin-left: 0;
  1718. margin-right: 0;
  1719. }
  1720. }
  1721. }
  1722. #topic_edit {
  1723. margin-top: 5px;
  1724. }
  1725. #repo-topics {
  1726. margin-top: 5px;
  1727. }
  1728. .repo-topic {
  1729. cursor: pointer;
  1730. }
  1731. @media only screen and (max-width: 768px) {
  1732. .new-dependency-drop-list {
  1733. width: 100%;
  1734. }
  1735. }
  1736. #manage_topic {
  1737. font-size: 12px;
  1738. }
  1739. .label + #manage_topic {
  1740. margin-left: 5px;
  1741. }
  1742. .repo-header {
  1743. display: flex;
  1744. align-items: center;
  1745. justify-content: space-between;
  1746. flex-wrap: wrap;
  1747. }
  1748. .repo-header .repo-buttons {
  1749. display: flex;
  1750. align-items: center;
  1751. }