gitlab-org--gitlab-foss/app/assets/stylesheets/pages/milestone.scss

67 lines
936 B
SCSS
Raw Normal View History

.issues-sortable-list .str-truncated {
2015-03-06 12:49:27 +00:00
max-width: 90%;
}
li.milestone {
h4 {
font-weight: bold;
}
.progress {
height: 6px;
}
}
2016-01-26 15:58:04 +00:00
.milestone-content {
.issues-count {
margin-right: 17px;
float: right;
width: 105px;
}
2016-01-27 16:45:51 +00:00
2016-03-07 04:07:19 +00:00
.issuable-row {
.color-label {
2016-02-18 02:34:25 +00:00
border-radius: 2px;
padding: 3px !important;
2016-03-07 04:07:19 +00:00
margin-right: 7px;
2016-02-18 02:34:25 +00:00
}
// Issue title
span a {
color: $gl-text-color;
}
2016-01-27 16:45:51 +00:00
}
}
.milestone-summary {
2016-01-27 22:00:04 +00:00
margin-bottom: 25px;
2016-01-27 17:38:03 +00:00
.milestone-stat {
margin-right: 10px;
}
2016-01-27 17:38:03 +00:00
.remaining-days {
color: $orange-light;
}
2016-01-27 17:38:03 +00:00
}
2016-01-28 00:18:08 +00:00
.issues-sortable-list, .merge_requests-sortable-list {
2016-03-07 04:07:19 +00:00
.issuable-detail {
2016-01-28 00:18:08 +00:00
display: block;
2016-03-07 04:07:19 +00:00
margin-top: 7px;
2016-01-28 00:18:08 +00:00
2016-03-07 04:07:19 +00:00
.issuable-number {
color: $gl-placeholder-color;
2016-01-28 00:18:08 +00:00
margin-right: 5px;
}
.avatar {
float: none;
}
}
}
2016-01-28 01:58:08 +00:00
.milestone-detail {
border-bottom: 1px solid $border-color;
padding: 20px 0;
}