Move color variables to their respective files

This commit is contained in:
John Furrow
2016-02-29 21:43:17 -08:00
parent 7ed0229134
commit 34a047ec8d
20 changed files with 347 additions and 356 deletions
@@ -1,3 +1,8 @@
$scrollbar--thumb--background--inactive: rgba(#1a2f3d, 0.3);
$scrollbar--thumb--background--hover: rgba(#1a2f3d, 0.6);
$scrollbar--thumb--background--inverted--inactive: rgba(#e9eef2, 0.3);
$scrollbar--thumb--background--inverted--hover: rgba(#e9eef2, 0.6);
.scrollbars {
&__thumb {