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

40 lines
591 B
SCSS
Raw Normal View History

2015-12-23 02:04:40 +05:30
.detail-page-header {
2016-06-02 11:05:42 +05:30
padding: $gl-padding-top 0;
2015-12-23 02:04:40 +05:30
border-bottom: 1px solid $border-color;
color: #5c5d5e;
font-size: 16px;
line-height: 34px;
2015-12-23 02:04:40 +05:30
.author {
color: #5c5d5e;
}
.identifier {
color: #5c5d5e;
}
2016-04-02 18:10:28 +05:30
.issue_created_ago, .author_link {
white-space: nowrap;
}
2015-12-23 02:04:40 +05:30
}
.detail-page-description {
.title {
2016-11-03 12:29:30 +05:30
margin: 0 0 16px;
font-size: 2em;
2016-06-02 11:05:42 +05:30
color: $gl-gray-dark;
2016-11-03 12:29:30 +05:30
padding: 0 0 0.3em;
border-bottom: 1px solid $white-dark;
2015-12-23 02:04:40 +05:30
}
.description {
margin-top: 6px;
2016-06-02 11:05:42 +05:30
p {
&:last-child {
margin-bottom: 0;
}
}
}
2015-12-23 02:04:40 +05:30
}