Style more widgets

This commit is contained in:
Satyajit Sahoo
2014-12-20 03:11:02 +05:30
parent 4f7284529c
commit e42253e997
10 changed files with 83 additions and 29 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ $modules: () !default;
}
@function border_insensitive($color) {
@return shade($color, ($contrast + .1));
@return shade($color, ($contrast + .10));
}
@mixin linear-gradient($color, $direction: to bottom) {