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

70 lines
870 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
.time-elapsed {
color: #F14539;
}
2016-01-27 16:45:51 +00:00
.issue-row .assignee-icon {
.color-label {
float: left;
padding: 8px;
margin-left: 10px;
}
img {
margin-left: 8px;
}
}
.milestone-summary {
2016-01-27 22:00:04 +00:00
margin-bottom: 25px;
}
.milestone-stat {
margin-right: 10px;
}
2016-01-27 17:38:03 +00:00
#tab-labels .issues-count {
margin-right: 17px;
float: right;
width: 105px;
}
2016-01-28 00:18:08 +00:00
.issues-sortable-list {
.issue-detail {
display: block;
.issue-number{
color: #D1D1D1;
margin-right: 5px;
}
.color-label {
2016-01-28 02:04:39 +00:00
padding: 6px 10px;
2016-01-28 00:18:08 +00:00
margin-right: 7px;
margin-top: 10px;
}
.avatar {
float: none;
}
}
}
2016-01-28 01:58:08 +00:00
.milestone-detail {
border-bottom: 1px solid $border-color;
padding: 20px 0;
}