mise à jour des styles, et variables des checkbox, radio et switches

This commit is contained in:
Raphael Goetter 2018-05-25 11:54:13 +02:00
parent acbfc58573
commit c59a02ff10
8 changed files with 74 additions and 45 deletions

View file

@ -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;