debian-mirror-gitlab/app/assets/stylesheets/pages/detail_page.scss
2016-11-03 12:29:30 +05:30

39 lines
591 B
SCSS

.detail-page-header {
padding: $gl-padding-top 0;
border-bottom: 1px solid $border-color;
color: #5c5d5e;
font-size: 16px;
line-height: 34px;
.author {
color: #5c5d5e;
}
.identifier {
color: #5c5d5e;
}
.issue_created_ago, .author_link {
white-space: nowrap;
}
}
.detail-page-description {
.title {
margin: 0 0 16px;
font-size: 2em;
color: $gl-gray-dark;
padding: 0 0 0.3em;
border-bottom: 1px solid $white-dark;
}
.description {
margin-top: 6px;
p {
&:last-child {
margin-bottom: 0;
}
}
}
}