Commit 9ec23201 authored by Annabel Dunstone's avatar Annabel Dunstone

Change sidebar drop shadow to rgba

parent 97606e73
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
transition: width $sidebar-transition-duration; transition: width $sidebar-transition-duration;
@include box-shadow(2px 0 16px 0 $box-shadow-gray); @include box-shadow(2px 0 16px 0 $black-transparent);
} }
} }
......
...@@ -86,7 +86,6 @@ $todo-alert-blue: #428bca; ...@@ -86,7 +86,6 @@ $todo-alert-blue: #428bca;
$btn-side-margin: 10px; $btn-side-margin: 10px;
$btn-sm-side-margin: 7px; $btn-sm-side-margin: 7px;
$btn-xs-side-margin: 5px; $btn-xs-side-margin: 5px;
$box-shadow-gray: #bbb;
/* /*
* Color schema * Color schema
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment