123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- .repository {
- @mega-octicon-width: 30px;
- padding-top: 15px;
- padding-bottom: @footer-margin * 3;
- .head {
- height: 75px;
- padding-top: 20px;
- background-color: #FCFCFC;
- .mega-octicon {
- width: @mega-octicon-width;
- }
- 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;
- }
- .button {
- margin-left: 10px;
- i {
- margin-right: 5px;
- }
- }
- .num {
- font-weight: bold;
- }
- .octicon {
- height: 5px;
- }
- }
- .navbar {
- height: 60px;
- padding-top: 20px;
- .ui.secondary.menu .item {
- margin-left: -10px;
- margin-top: -7px;
- &>.input {
- .new-label-input,
- .color-picker {
- background-color: white;
- border: 1px solid rgba(0,0,0,.15);
- }
- }
- .new-label-input {
- width: 150px;
- }
- .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-right: 10px;
- width: 120px;
- .color {
- float: left;
- width: 15px;
- height: 15px;
- }
- }
- }
- }
- .filter.menu .label.color {
- padding: 0 8px;
- }
- .type.item .menu {
- right: 0!important;
- left: auto!important;
- }
- .issue.list {
- clear: both;
- list-style: none;
- font-size: 13px;
- 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;
- }
- }
- .page.buttons {
- padding-top: 15px;
- }
- }
- .label.list {
- clear: both;
- 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;
- }
- }
- }
- }
- }
|