70 lines
1 KiB
SCSS
70 lines
1 KiB
SCSS
.issues-sortable-list .str-truncated {
|
|
max-width: 90%;
|
|
}
|
|
|
|
li.milestone {
|
|
h4 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.progress {
|
|
height: 6px;
|
|
}
|
|
}
|
|
|
|
.milestone-content {
|
|
.issues-count {
|
|
margin-right: 17px;
|
|
float: right;
|
|
width: 105px;
|
|
}
|
|
|
|
.issue-row, .merge_request-row {
|
|
.color-label {
|
|
border-radius: 2px;
|
|
padding: 3px !important;
|
|
}
|
|
|
|
// Issue title
|
|
span a {
|
|
color: rgba(0,0,0,0.64);
|
|
}
|
|
}
|
|
}
|
|
|
|
.milestone-summary {
|
|
margin-bottom: 25px;
|
|
|
|
.milestone-stat {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.remaining-days {
|
|
color: $orange-light;
|
|
}
|
|
}
|
|
|
|
.issues-sortable-list, .merge_requests-sortable-list {
|
|
.issue-detail, .merge_request-detail {
|
|
display: block;
|
|
|
|
.issue-number, .merge_request-number {
|
|
color: rgba(0,0,0,0.44);
|
|
margin-right: 5px;
|
|
}
|
|
.color-label {
|
|
padding: 6px 10px;
|
|
margin-right: 7px;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.avatar {
|
|
float: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.milestone-detail {
|
|
border-bottom: 1px solid $border-color;
|
|
padding: 20px 0;
|
|
}
|