Improve buttons look

This commit is contained in:
EliverLara
2018-10-04 14:48:46 -05:00
parent ade06a2010
commit 632ae20b16
7 changed files with 170 additions and 238 deletions

View File

@@ -8,6 +8,7 @@ $bg_color: if($variant == 'light', darken( #EEEEEE, 3%), #161925);
$fg_color: if($variant == 'light', #31363d, #C3C7D1);
$switch_bg: if($variant == 'light', #ffffff, transparentize(black,1));
$shadow_color: rgba(162, 162, 165, 0.21);
$_sidebar_color: if($variant == 'light', #222e39, #161925);
// Primary colors
$lime: #71f79f;