2015-02-17 19:14:49 -05:00
|
|
|
@media (max-width: $screen-sm-max) {
|
|
|
|
.issuable-affix {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: $screen-md-max) {
|
|
|
|
.issuable-affix {
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (min-width: $screen-md-max) {
|
|
|
|
.issuable-affix {
|
|
|
|
&.affix-top {
|
|
|
|
position: static;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.affix {
|
|
|
|
position: fixed;
|
|
|
|
top: 70px;
|
2015-04-28 18:06:48 -04:00
|
|
|
margin-right: 35px;
|
2015-02-17 19:14:49 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-02-20 03:11:25 -05:00
|
|
|
|
|
|
|
.issuable-context-title {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
2015-09-07 19:47:36 -04:00
|
|
|
color: $gl-gray;
|
2015-02-20 03:11:25 -05:00
|
|
|
font-weight: normal;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
}
|
2015-03-20 15:45:45 -04:00
|
|
|
|
2015-09-04 09:22:33 -04:00
|
|
|
.project-issuable-filter {
|
|
|
|
.controls {
|
|
|
|
float: right;
|
|
|
|
margin-top: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center-top-menu {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
}
|
2015-09-07 16:04:23 -04:00
|
|
|
|
|
|
|
.issuable-details {
|
|
|
|
.page-title {
|
|
|
|
margin-top: -15px;
|
|
|
|
padding: 10px 0;
|
|
|
|
margin-bottom: 0;
|
2015-10-05 15:18:21 -04:00
|
|
|
color: #5c5d5e;
|
2015-09-07 16:04:23 -04:00
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
.author {
|
2015-10-05 15:18:21 -04:00
|
|
|
color: #5c5d5e;
|
2015-09-07 16:04:23 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.issue-id {
|
2015-10-05 15:18:21 -04:00
|
|
|
color: #5c5d5e;
|
2015-09-07 16:04:23 -04:00
|
|
|
}
|
|
|
|
}
|
2015-09-08 03:58:43 -04:00
|
|
|
|
|
|
|
.issue-title {
|
|
|
|
margin: 0;
|
2015-10-05 15:18:21 -04:00
|
|
|
font-size: 23px;
|
|
|
|
color: #313236;
|
2015-09-08 03:58:43 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
|
|
|
margin-top: 6px;
|
|
|
|
|
|
|
|
p:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
}
|
2015-09-07 16:04:23 -04:00
|
|
|
}
|
2015-10-22 10:08:45 -04:00
|
|
|
|
|
|
|
.issuable-filter-count {
|
|
|
|
span {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: -16px;
|
|
|
|
padding: 13px 0;
|
|
|
|
}
|
|
|
|
}
|
2015-10-23 09:29:53 -04:00
|
|
|
|
|
|
|
.cross-project-reference {
|
|
|
|
text-align: center;
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
.slead {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span, button {
|
|
|
|
background-color: $background-color;
|
|
|
|
}
|
|
|
|
}
|