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;
|
|
|
|
width: 220px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-02-20 03:11:25 -05:00
|
|
|
|
|
|
|
.issuable-context-title {
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 1.4;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
|
|
|
|
.avatar {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
color: #666;
|
|
|
|
font-weight: normal;
|
|
|
|
margin-right: 4px;
|
|
|
|
}
|
|
|
|
}
|