update styling for milestone sidebar content

This commit is contained in:
Mike Greiling 2017-03-24 15:03:06 -05:00
parent 2bacc040d8
commit 38c1367335
2 changed files with 17 additions and 1 deletions

View file

@ -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;

View file

@ -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