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

30 lines
329 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;
}
}