summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/boards.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/boards.scss')
-rw-r--r--app/assets/stylesheets/pages/boards.scss38
1 files changed, 34 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/boards.scss b/app/assets/stylesheets/pages/boards.scss
index f57e9a37bc3..0807d583207 100644
--- a/app/assets/stylesheets/pages/boards.scss
+++ b/app/assets/stylesheets/pages/boards.scss
@@ -279,8 +279,38 @@ lex
}
}
-.right-sidebar.issue-boards-sidebar {
- position: absolute;
- top: 0;
- bottom: 0;
+.issue-boards-sidebar {
+ &.right-sidebar {
+ position: absolute;
+ top: 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;
+ }
+ }
}