Skip to content
Snippets Groups Projects
Commit 45fd2d38 authored by Phil Hughes's avatar Phil Hughes
Browse files

Styling updates to sidebar to match design

parent 81e7490d
No related branches found
No related tags found
1 merge request!6690Issue board sidebar
Loading
@@ -279,8 +279,38 @@ lex
Loading
@@ -279,8 +279,38 @@ lex
} }
} }
   
.right-sidebar.issue-boards-sidebar { .issue-boards-sidebar {
&.right-sidebar {
position: absolute; position: absolute;
top: 0; top: 0;
bottom: 0; bottom: 0;
} }
.issuable-sidebar-header {
position: relative;
}
.gutter-toggle {
position: absolute;
top: 0;
bottom: 10px;
right: 0;
width: 22px;
color: $gray-darkest;
.fa {
position: absolute;
top: 50%;
margin-top: (-15px / 2);
}
}
.issuable-header-text {
width: 100%;
padding-right: 35px;
> strong {
font-weight: 600;
}
}
}
Loading
@@ -13,7 +13,7 @@
Loading
@@ -13,7 +13,7 @@
%a.gutter-toggle.pull-right{ role: "button", %a.gutter-toggle.pull-right{ role: "button",
href: "#", href: "#",
"@click" => "closeSidebar", "@click" => "closeSidebar",
aria: { label: "Toggle sidebar" } } "aria-label" => "Toggle sidebar" }
= icon("times") = icon("times")
.js-issuable-update .js-issuable-update
= render "projects/boards/components/sidebar/assignee" = render "projects/boards/components/sidebar/assignee"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment