mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-03-11 15:25:46 +03:00
Solves #851 Checkboxes are not rounded
This commit is contained in:
parent
c896d2d5a1
commit
5ca611a38d
|
@ -30,7 +30,8 @@ label.checkbox-inline {
|
|||
width: $mdb-checkbox-size;
|
||||
height: $mdb-checkbox-size;
|
||||
overflow: hidden;
|
||||
border: $border-radius solid $mdb-checkbox-border-color;
|
||||
border: $mdb-checkbox-border-size solid $mdb-checkbox-border-color;
|
||||
border-radius: $border-radius;
|
||||
|
||||
// checkbox outline
|
||||
&::before {
|
||||
|
|
|
@ -91,6 +91,8 @@ $mdb-checkbox-size: 1.25rem !default;
|
|||
$mdb-checkbox-animation-ripple: 500ms !default;
|
||||
$mdb-checkbox-animation-check: 0.3s !default;
|
||||
$mdb-checkbox-checked-color: $brand-primary !default;
|
||||
|
||||
$mdb-checkbox-border-size: .125rem !default;
|
||||
$mdb-checkbox-border-color: $mdb-label-color-inner-focus !default;
|
||||
$mdb-checkbox-border-color-disabled: $gray-light !default; //#bdbdbd !default;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user