123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422 |
- .repository {
- @mega-octicon-width: 30px;
- padding-top: 15px;
- padding-bottom: @footer-margin * 3;
- .head {
- height: 40px;
- background-color: #FCFCFC;
- .mega-octicon {
- width: @mega-octicon-width;
- font-size: 30px;
- }
- a,
- .fork-flag {
- font-weight: 300;
- }
- .ui.label {
- margin-top: 5px;
- vertical-align: top;
- }
- .fork-flag {
- margin-left: @mega-octicon-width + 8px;
- display: block;
- font-size: 11px;
- line-height: 10px;
- white-space: nowrap;
- }
- .num {
- font-weight: bold;
- }
- }
- .metas {
- .menu {
- max-height: 300px;
- overflow-x: auto;
- }
- .ui.list {
- .ui.avatar.image {
- border-radius: 0;
- }
- .hide {
- display: none!important;
- }
- .label.color {
- padding: 0 8px;
- margin-right: 5px;
- }
- a {
- padding-top: 5px;
- padding-right: 10px;
- .text {
- color: #444;
- &:hover {
- color: #000;
- }
- }
- }
- }
- }
- .filter.menu {
- .label.color {
- margin-left: 15px;
- padding: 0 8px;
- }
- .octicon {
- float: left;
- margin-left: -5px;
- margin-right: -7px;
- }
- .menu {
- max-height: 300px;
- overflow-x: auto;
- right: 0!important;
- left: auto!important;
- .clickable .name {
- padding-left: 15px!important;
- }
- }
- }
- .page.buttons {
- padding-top: 15px;
- }
- .issue.list {
- list-style: none;
- padding-top: 15px;
- >.item {
- padding-top: 15px;
- padding-bottom: 10px;
- border-bottom: 1px dashed #AAA;
- .title {
- color: #444;
- font-size: 15px;
- font-weight: bold;
- margin: 0 6px;
- &:hover {
- color: #000;
- }
- }
- .comment {
- padding-right: 10px;
- color: #666;
- }
- .desc {
- padding-top: 5px;
- color: #999;
- a.milestone {
- padding-left: 5px;
- color: #999!important;
- &:hover {
- color: #000!important;
- }
- }
- .assignee {
- margin-top: -10px;
- }
- }
- }
- }
- @comment-avatar-width: 3em;
- &.new.issue {
- .comment.form {
- .comment .avatar {
- width: @comment-avatar-width;
- }
- .content {
- margin-left: 4em;
- .markdown {
- font-size: 14px;
- }
- }
- .metas {
- min-width: 220px;
- .filter.menu {
- max-height: 300px;
- overflow-x: auto;
- }
- }
- }
- }
- &.view.issue {
- .title {
- padding-bottom: 0!important;
- h1 {
- font-weight: 300;
- font-size: 3rem;
- margin-bottom: 5px;
- }
- .index {
- font-weight: 300;
- color: #aaa;
- letter-spacing: -1px;
- }
- .label {
- margin-right: 10px;
- }
- }
- .comment-list {
- .comment {
- .avatar {
- width: @comment-avatar-width;
- }
- .content {
- margin-left: 4em;
- .header {
- font-weight: normal;
- padding: auto 15px;
- color: #767676;
- background-color: #f7f7f7;
- border-bottom: 1px solid #eee;
- border-top-left-radius: 3px;
- border-top-right-radius: 3px;
- .text {
- max-width: 78%;
- padding-top: 10px;
- padding-bottom: 10px;
- color: #767676;
- a {
- color: #444;
- &:hover {
- color: #000;
- }
- }
- }
- }
- .markdown {
- font-size: 14px;
- }
- .bottom.segment {
- background: #f3f4f5;
- .ui.image {
- max-height: 150px;
- }
- }
- }
- }
- }
- .ui.segment.metas {
- margin-top: -3px;
- }
- }
- .comment.form {
- .ui.comments {
- margin-top: -12px;
- max-width: 750px!important;
- }
- .content {
- .field:first-child {
- clear: none;
- }
- .tab.segment {
- border: none;
- padding: 0;
- padding-top: 10px;
- }
- textarea {
- height: 200px;
- }
- }
- .dropzone {
- width: 100%;
- margin-bottom: 10px;
- border: 2px dashed #0087F7;
- box-shadow: none;
- .dz-error-message {
- top: 140px;
- }
- }
- }
- .label.list {
- list-style: none;
- padding-top: 15px;
- .item {
- padding-top: 10px;
- padding-bottom: 10px;
- border-bottom: 1px dashed #AAA;
- a {
- font-size: 15px;
- padding-top: 5px;
- padding-right: 10px;
- color: #666;
- &:hover {
- color: #000;
- }
- &.open-issues {
- margin-right: 30px;
- }
- }
- }
- }
- .milestone.list {
- list-style: none;
- padding-top: 15px;
- > .item {
- padding-top: 10px;
- padding-bottom: 10px;
- border-bottom: 1px dashed #AAA;
- > a {
- padding-top: 5px;
- padding-right: 10px;
- color: #000;
- &:hover {
- color: #4078c0;
- }
- }
- .ui.progress {
- width: 40%;
- padding: 0;
- border: 0;
- margin: 0;
- .bar {
- height: 20px;
- }
- }
- .meta {
- color: #999;
- padding-top: 5px;
- .issue-stats .octicon{
- padding-left: 5px;
- }
- .overdue {
- color: red;
- }
- }
- .operate {
- margin-top: -15px;
- > a {
- font-size: 15px;
- padding-top: 5px;
- padding-right: 10px;
- color: #666;
- &:hover {
- color: #000;
- }
- }
- }
- .content {
- padding-top: 10px;
- }
- }
- }
- &.new.milestone {
- textarea {
- height: 200px;
- }
- #deadline {
- width: 150px;
- }
- }
- &.compare.pull {
- .choose.branch {
- .octicon {
- padding-right: 10px;
- }
- }
- }
- .filter.dropdown .menu {
- margin-top: 1px!important;
- .items {
- max-height: 300px;
- overflow-y: auto;
- .item {
- position: relative;
- cursor: pointer;
- display: block;
- border: none;
- height: auto;
- border-top: none;
- line-height: 1em;
- color: rgba(0,0,0,.8);
- padding: .71428571em 1.14285714em!important;
- font-size: 1rem;
- text-transform: none;
- font-weight: 400;
- box-shadow: none;
- -webkit-touch-callout: none;
- &.active {
- font-weight: 700;
- }
- &:hover {
- background: rgba(0,0,0,.05);
- color: rgba(0,0,0,.8);
- z-index: 13;
- }
- }
- }
- }
- }
- .settings .key.list {
- .item:not(:first-child) {
- border-top: 1px solid #eaeaea;
- }
- .ssh-key-state-indicator {
- float: left;
- color: gray;
- padding-left: 10px;
- padding-top: 10px;
- &.active {
- color: #6cc644;
- }
- }
- .meta {
- padding-top: 5px;
- }
- .print {
- color: #767676;
- }
- .activity {
- color: #666;
- }
- }
- .ui.vertical.menu {
- .header.item {
- font-size: 1.1em;
- background: #f0f0f0;
- }
- }
- .edit-label.modal,
- .new-label.segment {
- .form {
- .column {
- padding-right: 0;
- }
- .buttons {
- margin-left: auto;
- padding-top: 15px;
- }
- .color.picker.column {
- width: auto;
- .color-picker {
- height: 35px;
- width: auto;
- padding-left: 30px;
- }
- }
- .minicolors-swatch.minicolors-sprite {
- top: 10px;
- left: 10px;
- width: 15px;
- height: 15px;
- }
- .precolors {
- padding-left: 0;
- padding-right: 0;
- margin: 3px 10px auto 10px;
- width: 120px;
- .color {
- float: left;
- width: 15px;
- height: 15px;
- }
- }
- }
- }
|