2015-04-26 12:48:37 +05:30
|
|
|
@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-09-11 14:41:01 +05:30
|
|
|
margin-right: 35px;
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.issuable-context-title {
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
2015-09-25 12:07:36 +05:30
|
|
|
color: $gl-gray;
|
2015-04-26 12:48:37 +05:30
|
|
|
font-weight: normal;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-09-25 12:07:36 +05:30
|
|
|
.project-issuable-filter {
|
|
|
|
.controls {
|
|
|
|
float: right;
|
|
|
|
margin-top: 7px;
|
|
|
|
}
|
2015-04-26 12:48:37 +05:30
|
|
|
|
2015-09-25 12:07:36 +05:30
|
|
|
.center-top-menu {
|
|
|
|
text-align: left;
|
|
|
|
}
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|
2015-09-11 14:41:01 +05:30
|
|
|
|
|
|
|
.issuable-details {
|
2015-09-25 12:07:36 +05:30
|
|
|
.page-title {
|
|
|
|
margin-top: -15px;
|
|
|
|
padding: 10px 0;
|
|
|
|
margin-bottom: 0;
|
|
|
|
color: $gl-gray;
|
|
|
|
font-size: 16px;
|
|
|
|
|
|
|
|
.author {
|
|
|
|
color: $gl-gray;
|
|
|
|
}
|
|
|
|
|
|
|
|
.issue-id {
|
|
|
|
font-size: 19px;
|
|
|
|
color: $gl-text-color;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.issue-title {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2015-09-11 14:41:01 +05:30
|
|
|
.description {
|
2015-09-25 12:07:36 +05:30
|
|
|
margin-top: 6px;
|
|
|
|
|
|
|
|
p:last-child {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2015-09-11 14:41:01 +05:30
|
|
|
}
|
|
|
|
}
|