update styling for milestone sidebar content
This commit is contained in:
parent
2bacc040d8
commit
38c1367335
2 changed files with 17 additions and 1 deletions
|
@ -52,6 +52,22 @@
|
|||
}
|
||||
}
|
||||
|
||||
.milestone-sidebar {
|
||||
.remaining-days strong {
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
.milestone-stat {
|
||||
float: left;
|
||||
font-weight: bold;
|
||||
margin-right: 14px;
|
||||
}
|
||||
|
||||
.milestone-stat:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.milestone-summary {
|
||||
.milestone-stat {
|
||||
white-space: nowrap;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
- project = local_assigns[:project]
|
||||
|
||||
%aside.right-sidebar.js-right-sidebar{ data: { "offset-top" => affix_offset, "spy" => "affix" }, class: sidebar_gutter_collapsed_class, 'aria-live' => 'polite' }
|
||||
.issuable-sidebar
|
||||
.issuable-sidebar.milestone-sidebar
|
||||
.block.issuable-sidebar-header
|
||||
%a.gutter-toggle.pull-right.js-sidebar-toggle{ role: "button", href: "#", "aria-label" => "Toggle sidebar" }
|
||||
= sidebar_gutter_toggle_icon
|
||||
|
|
Loading…
Reference in a new issue