md item border colors

This commit is contained in:
Adam Bradley
2015-08-31 15:12:24 -05:00
parent 7fc18380d2
commit bf4eea3fb2
5 changed files with 11 additions and 6 deletions

View File

@ -6,7 +6,7 @@ $switch-md-active-color: color(primary) !default;
$switch-md-track-width: 36px !default;
$switch-md-track-height: 14px !default;
$switch-md-track-off-bg-color: $list-border-color !default;
$switch-md-track-off-bg-color: $item-md-border-color !default;
$switch-md-track-on-bg-color: lighten($switch-md-active-color, 25%) !default;
$switch-md-handle-width: 20px !default;