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

32 lines
415 B
SCSS
Raw Normal View History

.detail-page-header {
padding: 11px 0;
border-bottom: 1px solid $border-color;
color: #5c5d5e;
font-size: 16px;
2015-12-23 14:46:13 +00:00
line-height: 34px;
.author {
color: #5c5d5e;
}
.identifier {
color: #5c5d5e;
}
}
.detail-page-description {
.title {
margin: 0;
font-size: 23px;
color: #313236;
}
.description {
margin-top: 6px;
p:last-child {
margin-bottom: 0;
}
}
}