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;
|
|
|
|
color: #5c5d5e;
|
|
|
|
font-size: 16px;
|
2015-12-23 09:46:13 -05:00
|
|
|
line-height: 34px;
|
2015-12-16 10:13:22 -05:00
|
|
|
|
|
|
|
.author {
|
|
|
|
color: #5c5d5e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.identifier {
|
|
|
|
color: #5c5d5e;
|
|
|
|
}
|
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-04-25 16:02:15 -04:00
|
|
|
color: $gl-gray-dark;
|
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;
|
|
|
|
|
2016-04-06 16:20:13 -04:00
|
|
|
p {
|
|
|
|
&:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2015-12-16 10:13:22 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|