_repository.less 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194
  1. .repository {
  2. @mega-octicon-width: 30px;
  3. padding-top: 15px;
  4. padding-bottom: @footer-margin * 2;
  5. .head {
  6. .column {
  7. padding-top: 5px!important;
  8. padding-bottom: 5px!important;
  9. }
  10. .ui.compact.menu {
  11. margin-left: 1rem;
  12. }
  13. .ui.header {
  14. margin-top: 0;
  15. }
  16. .mega-octicon {
  17. width: @mega-octicon-width;
  18. font-size: 30px;
  19. }
  20. .ui.huge.breadcrumb {
  21. font-weight: 300;
  22. font-size: 1.7rem;
  23. }
  24. .fork-flag {
  25. margin-left: @mega-octicon-width + 8px;
  26. display: block;
  27. font-size: 12px;
  28. line-height: 10px;
  29. white-space: nowrap;
  30. }
  31. }
  32. .navbar {
  33. .ui.label {
  34. margin-top: -2px;
  35. margin-left: 7px;
  36. padding: 3px 5px;
  37. }
  38. }
  39. .owner.dropdown {
  40. min-width: 40% !important;
  41. }
  42. .metas {
  43. .menu {
  44. max-height: 300px;
  45. overflow-x: auto;
  46. }
  47. .ui.list {
  48. .hide {
  49. display: none!important;
  50. }
  51. .label.color {
  52. padding: 0 8px;
  53. margin-right: 5px;
  54. }
  55. a {
  56. padding-top: 5px;
  57. padding-right: 10px;
  58. .text {
  59. color: #444;
  60. &:hover {
  61. color: #000;
  62. }
  63. }
  64. }
  65. }
  66. }
  67. .filter.menu {
  68. .label.color {
  69. margin-left: 15px;
  70. padding: 0 8px;
  71. }
  72. .octicon {
  73. float: left;
  74. margin-left: -5px;
  75. margin-right: -7px;
  76. }
  77. .menu {
  78. max-height: 300px;
  79. overflow-x: auto;
  80. right: 0!important;
  81. left: auto!important;
  82. }
  83. .dropdown.item {
  84. margin: 1px;
  85. padding-right: 0;
  86. }
  87. }
  88. .ui.tabs {
  89. &.container {
  90. margin-top: 14px;
  91. margin-bottom: 0px;
  92. .ui.menu {
  93. border-bottom: none;
  94. }
  95. }
  96. &.divider {
  97. margin-top: 0;
  98. margin-bottom: 20px;
  99. }
  100. }
  101. #clone-panel {
  102. margin-top: -8px;
  103. width: 100%;
  104. input {
  105. border-radius: 0;
  106. padding: 5px 10px;
  107. }
  108. .clone.button {
  109. font-size: 13px;
  110. padding: 0 5px;
  111. &:first-child {
  112. border-radius: .28571429rem 0 0 .28571429rem;
  113. }
  114. }
  115. .icon.button {
  116. padding: 0 10px;
  117. }
  118. .dropdown .menu {
  119. right: 0!important;
  120. left: auto!important;
  121. }
  122. }
  123. &.file.list {
  124. #repo-desc {
  125. font-size: 1.2em;
  126. }
  127. .choose.reference {
  128. .header .icon {
  129. font-size: 1.4em;
  130. }
  131. }
  132. .head.meta {
  133. padding: 0;
  134. li {
  135. list-style: none;
  136. display: inline-block;
  137. .ui.breadcrumb {
  138. margin-top: -5px;
  139. span,
  140. a {
  141. font-size: 16px;
  142. }
  143. }
  144. }
  145. }
  146. #repo-files-table {
  147. thead {
  148. th {
  149. padding-top: 8px;
  150. padding-bottom: 5px;
  151. font-weight: normal;
  152. }
  153. .ui.avatar {
  154. margin-bottom: 5px;
  155. }
  156. }
  157. tbody {
  158. .icon {
  159. margin-right: 5px;
  160. }
  161. }
  162. td {
  163. padding-top: 8px;
  164. padding-bottom: 8px;
  165. }
  166. tr:hover {
  167. background-color: #ffffEE;
  168. }
  169. }
  170. #file-content {
  171. .header {
  172. .icon {
  173. font-size: 1em;
  174. margin-top: -2px;
  175. }
  176. }
  177. .view-raw {
  178. * {
  179. width: 100%;
  180. }
  181. img {
  182. padding: 5px 5px 0 5px;
  183. }
  184. }
  185. .code-view {
  186. * {
  187. font-size: 13px;
  188. font-family: monospace;
  189. line-height: 20px;
  190. }
  191. table {
  192. width: 100%;
  193. }
  194. .lines-num {
  195. vertical-align: top;
  196. text-align: right;
  197. color: #999;
  198. background: #f5f5f5;
  199. width: 1%;
  200. span {
  201. font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  202. line-height: 20px;
  203. padding: 0 10px;
  204. cursor: pointer;
  205. display: block;
  206. }
  207. }
  208. .lines-num,
  209. .lines-code {
  210. padding: 0;
  211. pre,
  212. ol,
  213. .hljs {
  214. background-color: white;
  215. margin: 0;
  216. padding: 0 !important;
  217. li {
  218. padding-left: 5px;
  219. &.active {
  220. background: #ffffdd;
  221. }
  222. }
  223. }
  224. }
  225. }
  226. }
  227. .sidebar {
  228. padding-left: 0;
  229. .octicon {
  230. width: 16px;
  231. }
  232. }
  233. }
  234. &.options {
  235. #interval {
  236. width: 100px!important;
  237. min-width: 100px;
  238. }
  239. .danger {
  240. .item {
  241. padding: 20px 15px;
  242. }
  243. .ui.divider {
  244. margin: 0;
  245. }
  246. }
  247. }
  248. @comment-avatar-width: 3em;
  249. &.new.issue {
  250. .comment.form {
  251. .comment {
  252. .avatar {
  253. width: @comment-avatar-width;
  254. }
  255. }
  256. .content {
  257. margin-left: 4em;
  258. .markdown {
  259. font-size: 14px;
  260. }
  261. }
  262. .metas {
  263. min-width: 220px;
  264. .filter.menu {
  265. max-height: 300px;
  266. overflow-x: auto;
  267. }
  268. }
  269. }
  270. }
  271. &.view.issue {
  272. .title {
  273. padding-bottom: 0!important;
  274. h1 {
  275. font-weight: 300;
  276. font-size: 3rem;
  277. margin-bottom: 5px;
  278. .ui.input {
  279. font-size: 0.5em;
  280. vertical-align: top;
  281. width: 50%;
  282. min-width: 600px;
  283. input {
  284. font-size: 1.5em;
  285. padding: 6px 10px;
  286. }
  287. }
  288. }
  289. .index {
  290. font-weight: 300;
  291. color: #aaa;
  292. letter-spacing: -1px;
  293. }
  294. .label {
  295. margin-right: 10px;
  296. }
  297. .edit-zone {
  298. margin-top: 10px;
  299. }
  300. }
  301. .pull-desc {
  302. code {
  303. color: #0166E6;
  304. }
  305. }
  306. .pull {
  307. &.tabular.menu {
  308. margin-bottom: 10px;
  309. .octicon {
  310. margin-right: 5px;
  311. }
  312. }
  313. &.tab.segment {
  314. border: none;
  315. padding: 0;
  316. padding-top: 10px;
  317. box-shadow: none;
  318. background-color: inherit;
  319. }
  320. .merge.box {
  321. .avatar {
  322. margin-left: 10px;
  323. margin-top: 10px;
  324. }
  325. }
  326. }
  327. .comment-list {
  328. &:before {
  329. display: block;
  330. content: "";
  331. position: absolute;
  332. margin-top: 12px;
  333. margin-bottom: 14px;
  334. top: 0;
  335. bottom: 0;
  336. left: 96px;
  337. width: 2px;
  338. background-color: #f3f3f3;
  339. z-index: -1;
  340. }
  341. .comment {
  342. .avatar {
  343. width: @comment-avatar-width;
  344. }
  345. .tag {
  346. color: #767676;
  347. margin-top: 3px;
  348. padding: 2px 5px;
  349. font-size: 12px;
  350. border: 1px solid rgba(0,0,0,0.1);
  351. border-radius: 3px;
  352. }
  353. .actions {
  354. .item {
  355. float: left;
  356. }
  357. a.item {
  358. margin-top: 6px;
  359. margin-left: 10px;
  360. }
  361. }
  362. .content {
  363. margin-left: 4em;
  364. .header {
  365. font-weight: normal;
  366. padding: auto 15px;
  367. color: #767676;
  368. background-color: #f7f7f7;
  369. border-bottom: 1px solid #eee;
  370. border-top-left-radius: 3px;
  371. border-top-right-radius: 3px;
  372. .text {
  373. max-width: 78%;
  374. padding-top: 10px;
  375. padding-bottom: 10px;
  376. }
  377. }
  378. .markdown {
  379. font-size: 14px;
  380. }
  381. .no-content {
  382. color: #767676;
  383. font-style: italic;
  384. }
  385. > .bottom.segment {
  386. background: #f3f4f5;
  387. .ui.image {
  388. max-height: 150px;
  389. }
  390. }
  391. }
  392. .ui.form {
  393. .field:first-child {
  394. clear: none;
  395. }
  396. .tab.segment {
  397. border: none;
  398. padding: 0;
  399. padding-top: 10px;
  400. }
  401. textarea {
  402. height: 200px;
  403. }
  404. }
  405. .edit.buttons {
  406. margin-top: 10px;
  407. }
  408. }
  409. .event {
  410. position: relative;
  411. margin: 15px 0 15px 79px;
  412. padding-left: 25px;
  413. .octicon {
  414. width: 30px;
  415. float: left;
  416. margin-left: -36px;
  417. text-align: center;
  418. &.octicon-circle-slash {
  419. margin-top: 5px;
  420. font-size: 20px;
  421. color: #bd2c00;
  422. }
  423. &.octicon-primitive-dot {
  424. font-size: 30px;
  425. color: #6cc644;
  426. }
  427. &.octicon-bookmark {
  428. margin-top: 3px;
  429. font-size: 25px;
  430. }
  431. }
  432. .detail {
  433. font-size: 0.9rem;
  434. margin-top: 5px;
  435. margin-left: 35px;
  436. .octicon {
  437. &.octicon-git-commit {
  438. margin-top: 2px;
  439. }
  440. }
  441. }
  442. }
  443. }
  444. .ui.segment.metas {
  445. margin-top: -3px;
  446. }
  447. }
  448. .comment.form {
  449. .ui.comments {
  450. margin-top: -12px;
  451. max-width: 100%;
  452. }
  453. .content {
  454. .field:first-child {
  455. clear: none;
  456. }
  457. .tab.segment {
  458. border: none;
  459. padding: 0;
  460. padding-top: 10px;
  461. }
  462. textarea {
  463. height: 200px;
  464. }
  465. }
  466. }
  467. .label.list {
  468. list-style: none;
  469. padding-top: 15px;
  470. .item {
  471. padding-top: 10px;
  472. padding-bottom: 10px;
  473. border-bottom: 1px dashed #AAA;
  474. a {
  475. font-size: 15px;
  476. padding-top: 5px;
  477. padding-right: 10px;
  478. color: #666;
  479. &:hover {
  480. color: #000;
  481. }
  482. &.open-issues {
  483. margin-right: 30px;
  484. }
  485. }
  486. }
  487. }
  488. .milestone.list {
  489. list-style: none;
  490. padding-top: 15px;
  491. > .item {
  492. padding-top: 10px;
  493. padding-bottom: 10px;
  494. border-bottom: 1px dashed #AAA;
  495. > a {
  496. padding-top: 5px;
  497. padding-right: 10px;
  498. color: #000;
  499. &:hover {
  500. color: #4078c0;
  501. }
  502. }
  503. .ui.progress {
  504. width: 40%;
  505. padding: 0;
  506. border: 0;
  507. margin: 0;
  508. .bar {
  509. height: 20px;
  510. }
  511. }
  512. .meta {
  513. color: #999;
  514. padding-top: 5px;
  515. .issue-stats .octicon{
  516. padding-left: 5px;
  517. }
  518. .overdue {
  519. color: red;
  520. }
  521. }
  522. .operate {
  523. margin-top: -15px;
  524. > a {
  525. font-size: 15px;
  526. padding-top: 5px;
  527. padding-right: 10px;
  528. color: #666;
  529. &:hover {
  530. color: #000;
  531. }
  532. }
  533. }
  534. .content {
  535. padding-top: 10px;
  536. }
  537. }
  538. }
  539. &.new.milestone {
  540. textarea {
  541. height: 200px;
  542. }
  543. #deadline {
  544. width: 150px;
  545. }
  546. }
  547. &.compare.pull {
  548. .choose.branch {
  549. .octicon {
  550. padding-right: 10px;
  551. }
  552. }
  553. }
  554. .filter.dropdown .menu {
  555. margin-top: 1px!important;
  556. }
  557. &.commits {
  558. .header {
  559. .ui.right {
  560. .search {
  561. input {
  562. font-weight: normal;
  563. padding: 5px 10px;
  564. }
  565. }
  566. }
  567. }
  568. }
  569. .diff-detail-box {
  570. margin: 15px 0;
  571. line-height: 30px;
  572. ol {
  573. clear: both;
  574. padding-left: 0;
  575. margin-top: 5px;
  576. margin-bottom: 28px;
  577. li {
  578. list-style: none;
  579. padding-bottom: 4px;
  580. margin-bottom: 4px;
  581. border-bottom: 1px dashed #DDD;
  582. padding-left: 6px;
  583. }
  584. }
  585. span.status{
  586. display: inline-block;
  587. width: 12px;
  588. height: 12px;
  589. margin-right: 8px;
  590. vertical-align: middle;
  591. &.modify {
  592. background-color: #f0db88;
  593. }
  594. &.add {
  595. background-color: #b4e2b4;
  596. }
  597. &.del {
  598. background-color: #e9aeae;
  599. }
  600. &.rename {
  601. background-color: #dad8ff;
  602. }
  603. }
  604. }
  605. .diff-box {
  606. .count {
  607. margin-right: 12px;
  608. .bar {
  609. background-color: #e75316;
  610. height: 12px;
  611. width: 40px;
  612. display: inline-block;
  613. margin: 2px 4px 0 4px;
  614. vertical-align: text-top;
  615. .add {
  616. background-color: #77c64a;
  617. height: 12px;
  618. }
  619. }
  620. }
  621. .file {
  622. color: #888;
  623. }
  624. }
  625. .diff-file-box {
  626. .header {
  627. border-bottom: 1px solid #d4d4d5!important;
  628. }
  629. .file-body.file-code {
  630. .lines-num {
  631. text-align: right;
  632. color: #999;
  633. background: #fafafa;
  634. width: 1%;
  635. }
  636. .lines-num-old {
  637. border-right: 1px solid #DDD;
  638. }
  639. }
  640. .code-diff {
  641. font-size: 13px;
  642. td {
  643. padding: 0;
  644. border-top: none;
  645. }
  646. pre {
  647. margin: 0;
  648. }
  649. .lines-num {
  650. border-right: 1px solid #d4d4d5;
  651. padding: 0 5px;
  652. }
  653. tbody {
  654. tr {
  655. &.tag-code {
  656. td, pre {
  657. background-color: #E0E0E0 !important;
  658. border-color: #ADADAD!important;
  659. }
  660. // td.selected-line, td.selected-line pre {
  661. // background-color: #ffffdd !important;
  662. // }
  663. }
  664. // &.same-code {
  665. // td.selected-line, td.selected-line pre {
  666. // background-color: #ffffdd !important;
  667. // }
  668. // }
  669. &.del-code {
  670. td, pre {
  671. background-color: #ffe2dd !important;
  672. border-color: #e9aeae !important;
  673. }
  674. // td.selected-line, td.selected-line pre {
  675. // background-color: #ffffdd !important;
  676. // }
  677. }
  678. &.add-code {
  679. td, pre {
  680. background-color: #d1ffd6 !important;
  681. border-color: #b4e2b4 !important;
  682. }
  683. // td.selected-line, td.selected-line pre {
  684. // background-color: #ffffdd !important;
  685. // }
  686. }
  687. &:hover {
  688. td {
  689. background-color: #FFF8D2 !important;
  690. border-color: #F0DB88 !important;
  691. }
  692. pre {
  693. background-color: transparent !important;
  694. }
  695. }
  696. }
  697. }
  698. }
  699. &.file-content {
  700. img {
  701. max-width: 100%;
  702. padding: 5px 5px 0 5px;
  703. }
  704. }
  705. }
  706. .code-view {
  707. overflow: auto;
  708. overflow-x: auto;
  709. overflow-y: hidden;
  710. }
  711. &.quickstart {
  712. .guide {
  713. .item {
  714. padding: 1em;
  715. small {
  716. font-weight: normal;
  717. }
  718. }
  719. .clone.button:first-child {
  720. border-radius: .28571429rem 0 0 .28571429rem;
  721. }
  722. .ui.action.small.input {
  723. width: 100%;
  724. }
  725. #repo-clone-url {
  726. border-radius: 0;
  727. padding: 5px 10px;
  728. font-size: 1.2em;
  729. }
  730. }
  731. }
  732. &.release {
  733. #release-list {
  734. border-top: 1px solid #DDD;
  735. margin-top: 20px;
  736. padding-top: 15px;
  737. >li {
  738. list-style: none;
  739. .meta,
  740. .detail {
  741. padding-top: 30px;
  742. padding-bottom: 40px;
  743. }
  744. .meta {
  745. text-align: right;
  746. position: relative;
  747. .tag:not(.icon) {
  748. display: block;
  749. margin-top: 15px;
  750. }
  751. .commit {
  752. display: block;
  753. margin-top: 10px;
  754. }
  755. }
  756. .detail {
  757. border-left: 1px solid #DDD;
  758. .author {
  759. img {
  760. margin-bottom: -3px;
  761. }
  762. }
  763. .download {
  764. margin-top: 20px;
  765. >a {
  766. .octicon {
  767. margin-left: 5px;
  768. margin-right: 5px;
  769. }
  770. }
  771. .list {
  772. padding-left: 0;
  773. border-top: 1px solid #eee;
  774. li {
  775. list-style: none;
  776. display: block;
  777. padding-top: 8px;
  778. padding-bottom: 8px;
  779. border-bottom: 1px solid #eee;
  780. }
  781. }
  782. }
  783. .dot {
  784. width: 9px;
  785. height: 9px;
  786. background-color: #ccc;
  787. z-index: 999;
  788. position: absolute;
  789. display: block;
  790. left: -5px;
  791. top: 40px;
  792. border-radius: 6px;
  793. border: 1px solid #FFF;
  794. }
  795. }
  796. }
  797. }
  798. }
  799. &.new.release {
  800. .target {
  801. min-width: 500px;
  802. .at {
  803. margin-left: -5px;
  804. margin-right: 5px;
  805. }
  806. .dropdown.icon {
  807. margin: 0;
  808. padding-top: 3px;
  809. }
  810. .selection.dropdown {
  811. padding-top: 10px;
  812. padding-bottom: 10px;
  813. }
  814. }
  815. .prerelease.field {
  816. margin-bottom: 0;
  817. }
  818. }
  819. &.watchers {
  820. .list {
  821. padding: 0;
  822. .item {
  823. list-style: none;
  824. width: 32%;
  825. margin: 10px 10px 10px 0;
  826. padding-bottom: 14px;
  827. float: left;
  828. .avatar {
  829. width: 48px;
  830. height: 48px;
  831. float: left;
  832. display: block;
  833. margin-right: 10px;
  834. }
  835. .name {
  836. margin-top: 0;
  837. margin-bottom: 0;
  838. font-weight: normal;
  839. }
  840. .meta {
  841. margin-top: 5px;
  842. }
  843. }
  844. }
  845. }
  846. &.forks {
  847. .list {
  848. margin-top: 0;
  849. .item {
  850. padding-top: 10px;
  851. padding-bottom: 10px;
  852. border-bottom: 1px solid #DDD;
  853. .ui.avatar {
  854. float: left;
  855. margin-right: 5px;
  856. }
  857. .link {
  858. padding-top: 5px;
  859. }
  860. }
  861. }
  862. }
  863. &.wiki {
  864. &.start {
  865. .ui.segment {
  866. padding-top: 70px;
  867. padding-bottom: 100px;
  868. .mega-octicon {
  869. font-size: 48px;
  870. }
  871. }
  872. }
  873. &.new {
  874. .CodeMirror {
  875. .CodeMirror-code .cm-comment {
  876. background: inherit;
  877. }
  878. }
  879. .editor-preview {
  880. background-color: white;
  881. }
  882. }
  883. &.view {
  884. .choose.page {
  885. margin-top: -5px;
  886. }
  887. .ui.sub.header {
  888. text-transform: none;
  889. }
  890. .markdown {
  891. padding: 15px 30px;
  892. h1, h2, h3, h4, h5, h6 {
  893. &:first-of-type {
  894. margin-top: 0;
  895. }
  896. }
  897. }
  898. }
  899. }
  900. &.settings {
  901. &.collaboration {
  902. .collaborator.list {
  903. padding: 0;
  904. .item {
  905. padding: 10px 20px;
  906. &:not(:last-child) {
  907. border-bottom: 1px solid #DDD;
  908. }
  909. }
  910. }
  911. #repo-collab-form {
  912. #search-user-box {
  913. .results {
  914. left: 7px;
  915. }
  916. }
  917. .ui.button {
  918. margin-left: 5px;
  919. margin-top: -3px;
  920. }
  921. }
  922. }
  923. }
  924. }
  925. // End of .repository
  926. #search-repo-box,
  927. #search-user-box {
  928. .results {
  929. padding: 0;
  930. position: absolute;
  931. .item {
  932. padding: 10px 15px;
  933. border-bottom: 1px solid #DDD;
  934. cursor: pointer;
  935. &:hover {
  936. background: rgba(0,0,0,.05)!important;
  937. color: rgba(0,0,0,.95)!important;
  938. }
  939. img {
  940. margin-right: 8px;
  941. }
  942. }
  943. }
  944. }
  945. .issue.list {
  946. list-style: none;
  947. padding-top: 15px;
  948. >.item {
  949. padding-top: 15px;
  950. padding-bottom: 10px;
  951. border-bottom: 1px dashed #AAA;
  952. .title {
  953. color: #444;
  954. font-size: 15px;
  955. font-weight: bold;
  956. margin: 0 6px;
  957. &:hover {
  958. color: #000;
  959. }
  960. }
  961. .comment {
  962. padding-right: 10px;
  963. color: #666;
  964. }
  965. .desc {
  966. padding-top: 5px;
  967. color: #999;
  968. a.milestone {
  969. padding-left: 5px;
  970. color: #999!important;
  971. &:hover {
  972. color: #000!important;
  973. }
  974. }
  975. .assignee {
  976. margin-top: -5px;
  977. margin-right: 5px;
  978. }
  979. }
  980. }
  981. }
  982. .page.buttons {
  983. padding-top: 15px;
  984. }
  985. .ui.comments {
  986. .dropzone {
  987. width: 100%;
  988. margin-bottom: 10px;
  989. border: 2px dashed #0087F7;
  990. box-shadow: none!important;
  991. .dz-error-message {
  992. top: 140px;
  993. }
  994. }
  995. }
  996. .settings {
  997. .content {
  998. margin-top: 2px;
  999. >.header,
  1000. .segment {
  1001. box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
  1002. }
  1003. }
  1004. .key.list {
  1005. .item:not(:first-child) {
  1006. border-top: 1px solid #eaeaea;
  1007. }
  1008. .ssh-key-state-indicator {
  1009. float: left;
  1010. color: gray;
  1011. padding-left: 10px;
  1012. padding-top: 10px;
  1013. &.active {
  1014. color: #6cc644;
  1015. }
  1016. }
  1017. .meta {
  1018. padding-top: 5px;
  1019. }
  1020. .print {
  1021. color: #767676;
  1022. }
  1023. .activity {
  1024. color: #666;
  1025. }
  1026. }
  1027. .hook.list {
  1028. > .item:not(:first-child) {
  1029. border-top: 1px solid #eaeaea;
  1030. }
  1031. .item {
  1032. padding: 10px 20px;
  1033. .octicon,
  1034. .fa {
  1035. width: 20px;
  1036. text-align: center;
  1037. }
  1038. }
  1039. }
  1040. .hook.history.list {
  1041. .item {
  1042. padding-left: 13px;
  1043. .meta {
  1044. .ui.right {
  1045. margin-top: 5px;
  1046. .time {
  1047. font-size: 12px;
  1048. }
  1049. }
  1050. }
  1051. .info {
  1052. margin-top: 10px;
  1053. .tabular.menu {
  1054. .item {
  1055. font-weight: 500;
  1056. }
  1057. }
  1058. .tab.segment {
  1059. border: none;
  1060. padding: 0;
  1061. padding-top: 10px;
  1062. box-shadow: none;
  1063. > * {
  1064. color: #666;
  1065. }
  1066. pre {
  1067. word-wrap: break-word;
  1068. .hljs {
  1069. padding: 0;
  1070. background-color: inherit;
  1071. }
  1072. }
  1073. }
  1074. }
  1075. }
  1076. }
  1077. }
  1078. .ui.vertical.menu {
  1079. .header.item {
  1080. font-size: 1.1em;
  1081. background: #f0f0f0;
  1082. }
  1083. }
  1084. .edit-label.modal,
  1085. .new-label.segment {
  1086. .form {
  1087. .column {
  1088. padding-right: 0;
  1089. }
  1090. .buttons {
  1091. margin-left: auto;
  1092. padding-top: 15px;
  1093. }
  1094. .color.picker.column {
  1095. width: auto;
  1096. .color-picker {
  1097. height: 35px;
  1098. width: auto;
  1099. padding-left: 30px;
  1100. }
  1101. }
  1102. .minicolors-swatch.minicolors-sprite {
  1103. top: 10px;
  1104. left: 10px;
  1105. width: 15px;
  1106. height: 15px;
  1107. }
  1108. .precolors {
  1109. padding-left: 0;
  1110. padding-right: 0;
  1111. margin: 3px 10px auto 10px;
  1112. width: 120px;
  1113. .color {
  1114. float: left;
  1115. width: 15px;
  1116. height: 15px;
  1117. }
  1118. }
  1119. }
  1120. }
  1121. #transfer-repo-modal,
  1122. #delete-repo-modal {
  1123. .ui.message {
  1124. width: 100%!important;
  1125. }
  1126. }