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

40 lines
610 B
SCSS
Raw Normal View History

.detail-page-header {
2016-04-01 13:43:42 +00:00
padding: $gl-padding-top 0;
border-bottom: 1px solid $border-color;
2016-11-30 13:25:25 +00:00
color: $gl-text-color-dark;
2015-12-23 14:46:13 +00:00
line-height: 34px;
.author {
2016-11-30 13:25:25 +00:00
color: $gl-text-color-dark;
}
.identifier {
2016-11-30 13:25:25 +00:00
color: $gl-text-color-dark;
}
.issue_created_ago,
.author_link {
white-space: nowrap;
}
}
.detail-page-description {
.title {
margin: 0 0 16px;
font-size: 2em;
2016-04-25 20:02:15 +00:00
color: $gl-gray-dark;
padding: 0 0 0.3em;
2016-10-17 20:23:28 +00:00
border-bottom: 1px solid $white-dark;
}
.description {
margin-top: 6px;
p {
&:last-child {
margin-bottom: 0;
}
}
}
}