2015-12-16 10:13:22 -05:00
|
|
|
.detail-page-header {
|
2016-04-01 09:43:42 -04:00
|
|
|
padding: $gl-padding-top 0;
|
2015-12-16 10:13:22 -05:00
|
|
|
border-bottom: 1px solid $border-color;
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2015-12-23 09:46:13 -05:00
|
|
|
line-height: 34px;
|
2015-12-16 10:13:22 -05:00
|
|
|
|
2017-05-18 14:44:13 -04:00
|
|
|
a {
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2015-12-16 10:13:22 -05:00
|
|
|
}
|
2016-02-15 16:30:17 -05:00
|
|
|
|
2016-10-24 16:22:06 -04:00
|
|
|
.issue_created_ago,
|
|
|
|
.author_link {
|
2016-02-15 16:30:17 -05:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2015-12-16 10:13:22 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.detail-page-description {
|
|
|
|
.title {
|
2016-10-14 16:55:10 -04:00
|
|
|
margin: 0 0 16px;
|
|
|
|
font-size: 2em;
|
2016-12-30 15:18:27 -05:00
|
|
|
color: $gl-text-color;
|
2016-10-14 16:55:10 -04:00
|
|
|
padding: 0 0 0.3em;
|
2016-10-17 16:23:28 -04:00
|
|
|
border-bottom: 1px solid $white-dark;
|
2015-12-16 10:13:22 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
}
|