mise à jour des styles, et variables des checkbox, radio et switches
This commit is contained in:
parent
acbfc58573
commit
c59a02ff10
8 changed files with 74 additions and 45 deletions
|
@ -168,12 +168,16 @@ $quote-color : $gray-200;
|
|||
$arrow-color : $black;
|
||||
|
||||
// Components: checkboxes, radios, switches
|
||||
$checkbox-color : $gray-800;
|
||||
$checkbox-size : 2rem;
|
||||
$checkbox-border-radius : 4px;
|
||||
$switch-color : $gray-800;
|
||||
$switch-size : 2rem;
|
||||
$switch-border-radius : 3em;
|
||||
$checkbox-color: $white;
|
||||
$checkbox-background: $gray-800;
|
||||
$checkbox-size: 2rem;
|
||||
$checkbox-border-radius: 4px;
|
||||
$radio-color: $gray-800;
|
||||
$radio-background: $white;
|
||||
$switch-color: $white;
|
||||
$switch-background: $gray-800;
|
||||
$switch-size: 2rem;
|
||||
$switch-border-radius: 3em;
|
||||
|
||||
// Component: tables
|
||||
$table-border : $gray-500;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue