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

30 lines
472 B
SCSS
Raw Normal View History

2015-12-23 02:04:40 +05:30
.detail-page-header {
2016-06-02 11:05:42 +05:30
padding: $gl-padding-top 0;
2015-12-23 02:04:40 +05:30
border-bottom: 1px solid $border-color;
2017-08-17 22:00:37 +05:30
color: $gl-text-color;
line-height: 34px;
2015-12-23 02:04:40 +05:30
2017-09-10 17:25:29 +05:30
a {
2017-08-17 22:00:37 +05:30
color: $gl-text-color;
2015-12-23 02:04:40 +05:30
}
2016-04-02 18:10:28 +05:30
2017-08-17 22:00:37 +05:30
.issue_created_ago,
.author_link {
2016-04-02 18:10:28 +05:30
white-space: nowrap;
}
2015-12-23 02:04:40 +05:30
}
.detail-page-description {
.title {
2016-11-03 12:29:30 +05:30
margin: 0 0 16px;
font-size: 2em;
2017-08-17 22:00:37 +05:30
color: $gl-text-color;
2016-11-03 12:29:30 +05:30
padding: 0 0 0.3em;
border-bottom: 1px solid $white-dark;
2015-12-23 02:04:40 +05:30
}
.description {
margin-top: 6px;
2016-06-02 11:05:42 +05:30
}
2015-12-23 02:04:40 +05:30
}