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;
|
2017-11-03 18:55:17 -04:00
|
|
|
display: flex;
|
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,
|
2018-07-23 10:58:53 -04:00
|
|
|
.author-link {
|
2016-02-15 16:30:17 -05:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
2017-11-28 16:35:01 -05:00
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-11-28 16:35:01 -05:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.detail-page-header-body {
|
|
|
|
position: relative;
|
|
|
|
display: flex;
|
2018-05-27 19:00:36 -04:00
|
|
|
flex: 1 1;
|
|
|
|
min-width: 0;
|
2017-11-28 16:35:01 -05:00
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-up(sm) {
|
2017-11-28 16:35:01 -05:00
|
|
|
padding-left: 0;
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.detail-page-header-actions {
|
|
|
|
align-self: center;
|
|
|
|
flex: 0 0 auto;
|
|
|
|
|
2018-04-09 11:26:28 -04:00
|
|
|
@include media-breakpoint-down(xs) {
|
2017-11-28 16:35:01 -05:00
|
|
|
width: 100%;
|
|
|
|
margin-top: 10px;
|
|
|
|
|
|
|
|
> .issue-btn-group {
|
|
|
|
> .btn {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
}
|