debian-mirror-gitlab/app/assets/stylesheets/pages/milestone.scss

84 lines
1.2 KiB
SCSS
Raw Normal View History

2015-04-26 12:48:37 +05:30
.issues-sortable-list .str-truncated {
max-width: 90%;
}
2016-11-03 12:29:30 +05:30
.milestones {
.milestone {
padding: 10px 16px;
h4 {
font-weight: bold;
}
2015-09-25 12:07:36 +05:30
2016-11-03 12:29:30 +05:30
.progress {
height: 6px;
}
2015-09-25 12:07:36 +05:30
}
2015-04-26 12:48:37 +05:30
}
2016-04-02 18:10:28 +05:30
.milestone-content {
.issues-count {
margin-right: 17px;
float: right;
width: 105px;
}
2016-06-02 11:05:42 +05:30
.issuable-row {
2016-04-02 18:10:28 +05:30
.color-label {
border-radius: 2px;
padding: 3px !important;
2016-06-02 11:05:42 +05:30
margin-right: 7px;
2016-04-02 18:10:28 +05:30
}
// Issue title
span a {
2016-06-02 11:05:42 +05:30
color: $gl-text-color;
2016-11-03 12:29:30 +05:30
word-wrap: break-word;
2016-04-02 18:10:28 +05:30
}
}
}
.milestone-summary {
margin-bottom: 25px;
.milestone-stat {
margin-right: 10px;
}
.remaining-days {
color: $orange-light;
}
}
2016-06-02 11:05:42 +05:30
.issues-sortable-list, .merge_requests-sortable-list {
.issuable-detail {
2016-04-02 18:10:28 +05:30
display: block;
2016-06-02 11:05:42 +05:30
margin-top: 7px;
2016-04-02 18:10:28 +05:30
2016-06-02 11:05:42 +05:30
.issuable-number {
color: $gl-placeholder-color;
2016-04-02 18:10:28 +05:30
margin-right: 5px;
}
2016-11-03 12:29:30 +05:30
2016-04-02 18:10:28 +05:30
.avatar {
float: none;
}
}
}
.milestone-detail {
border-bottom: 1px solid $border-color;
padding: 20px 0;
}
2016-11-03 12:29:30 +05:30
@media (max-width: $screen-sm-min) {
.milestone-actions {
@include clearfix();
padding-top: $gl-vert-padding;
.btn:first-child {
margin-left: 0;
}
}
}