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.

1286 lines
19 KiB

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