Lighter separators

This commit is contained in:
Satyajit Sahoo
2014-12-20 03:23:56 +05:30
parent e42253e997
commit 04b7d110ac
8 changed files with 12 additions and 12 deletions
+2 -2
View File
@@ -35,11 +35,11 @@ $modules: () !default;
}
@function border_active($color) {
@return shade($color, ($contrast - .10));
@return shade($color, ($contrast - .1));
}
@function border_insensitive($color) {
@return shade($color, ($contrast + .10));
@return shade($color, ($contrast + .1));
}
@mixin linear-gradient($color, $direction: to bottom) {