Save necessary deprecated Sass variables

This commit is contained in:
David Baumgold
2015-12-09 13:27:09 -05:00
committed by Kevin Falcone
parent b7b1c63b85
commit 10fd56e86e

View File

@@ -519,8 +519,11 @@ $light-gray: rgb(221,221,221) !default;
// used by descriptor css
$lightGrey: rgb(237,241,245) !default;
$mediumGrey: #ced2db;
$darkGrey: rgb(136,145,161) !default;
$extraDarkGrey: #3d4043;
$lightGrey1: $gray-l3 !default;
$paleYellow: #fffcf1;
$blue-d1: shade($blue,20%);
$blue-d2: shade($blue,40%);
$blue-d4: shade($blue,80%);