summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-27 17:38:19 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-27 17:38:19 -0500
commit087abdf7fd47cfc1ec597fc18b5fa910b945bbd1 (patch)
tree84b56760d820b8a02bc44ac15a72113af653b0de /app/assets/stylesheets/pages
parent48b6b0a4468a3bb43c7f59cf8c1a223d426b0d27 (diff)
downloadgitlab-ce-087abdf7fd47cfc1ec597fc18b5fa910b945bbd1.tar.gz
New right side gutter design.
[WIP]
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 977ada0ff38..d1f2175bfb7 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -133,3 +133,16 @@
margin-right: 2px;
}
}
+
+
+.right-sidebar {
+ position: fixed;
+ top: 58px;
+ right: 0;
+ height: 100%;
+ transition-duration: .3s;
+ background: $gray-light;
+ overflow: scroll;
+ width: $gutter_width;
+ padding: 10px 20px;
+} \ No newline at end of file