summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-30 08:51:14 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-06-30 08:51:14 -0500
commit7a8bbdfe3c152e099e3f471a9e66cfcc20e05936 (patch)
tree4ffc73734e2db7314b9cb20c98f036bd9a8c8c01
parentc9ce7589f0c6ffb246209c15a2ab53dda0dfebd7 (diff)
downloadgitlab-ce-34036-sidebar-mobile.tar.gz
Use transition duration variable34036-sidebar-mobile
-rw-r--r--app/assets/stylesheets/new_sidebar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/new_sidebar.scss b/app/assets/stylesheets/new_sidebar.scss
index 5348088b0ff..ae6a747ee04 100644
--- a/app/assets/stylesheets/new_sidebar.scss
+++ b/app/assets/stylesheets/new_sidebar.scss
@@ -20,7 +20,7 @@ $new-sidebar-width: 220px;
position: fixed;
z-index: 400;
width: $new-sidebar-width;
- transition: width .15s;
+ transition: width $sidebar-transition-duration;
top: 50px;
bottom: 0;
left: 0;