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 09:43:42 -04:00
padding: $gl-padding-top 0;
border-bottom: 1px solid $border-color;
2016-11-30 08:25:25 -05:00
color: $gl-text-color-dark;
2015-12-23 09:46:13 -05:00
line-height: 34px;
.author {
2016-11-30 08:25:25 -05:00
color: $gl-text-color-dark;
}
.identifier {
2016-11-30 08:25:25 -05: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 16:02:15 -04:00
color: $gl-gray-dark;
padding: 0 0 0.3em;
2016-10-17 16:23:28 -04:00
border-bottom: 1px solid $white-dark;
}
.description {
margin-top: 6px;
p {
&:last-child {
margin-bottom: 0;
}
}
}
}