From 7a8bbdfe3c152e099e3f471a9e66cfcc20e05936 Mon Sep 17 00:00:00 2001 From: Annabel Dunstone Gray Date: Fri, 30 Jun 2017 08:51:14 -0500 Subject: Use transition duration variable --- app/assets/stylesheets/new_sidebar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1