fix check and radio margins. tweak switch.

This commit is contained in:
Dustin Falgout
2016-04-14 06:53:03 -05:00
parent 150fda02b5
commit 4f303cb398
2 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -38,9 +38,9 @@ $scrollbar_slider_active_color: if($variant == 'light', darken($selected_bg_colo
$switch_disabled_bg_color: #d8d8d8;
$switch_disabled_border_color: #ccc;
$switch_disabled_fg_color: mix(#444, #f0f0f0, 0.5);
$switch_disabled_fg_color: mix(#444, #f0f0f0, .5);
$switch_disabled_slider_bg_color: #e8eaec;
$switch_bg_color: #fbfbfb;
$switch_bg_color: mix($bg_color, $base_color, .3);
$switch_fg_color: #8e969e;
$switch_slider_bg_color: #fbfbfb;