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

40 lines
525 B
SCSS
Raw Normal View History

2015-12-23 02:04:40 +05:30
.detail-page-header {
padding: 11px 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;
}
.issue-meta {
margin-left: 65px
}
2015-12-23 02:04:40 +05:30
}
.detail-page-description {
.title {
margin: 0;
font-size: 23px;
color: #313236;
}
.description {
margin-top: 6px;
p:last-child {
margin-bottom: 0;
}
}
}