This commit is contained in:
Kevin Ross 2016-02-29 09:29:25 -06:00
parent f68a43b80c
commit a16e6ccb01
2 changed files with 3 additions and 1 deletions

View File

@ -49,7 +49,8 @@
display: inline-block;
width: $mdb-checkbox-size;
height: $mdb-checkbox-size;
border: $border-radius-base solid $mdb-checkbox-border-color;
border: $mdb-checkbox-border-size solid $mdb-checkbox-border-color;
border-radius: $border-radius-base;
overflow: hidden;
z-index: 1;
}

View File

@ -128,6 +128,7 @@ $mdb-checkbox-animation-ripple: 500ms !default;
$mdb-checkbox-animation-check: 0.3s !default;
$mdb-checkbox-checked-color: $brand-primary !default;
$mdb-checkbox-border-size: 2px !default;
$mdb-checkbox-label-color: $mdb-label-color !default;
$mdb-checkbox-border-color: $mdb-label-color-toggle-focus !default;