checkbox border-radius

This commit is contained in:
Raphael Goetter 2017-10-16 15:50:42 +02:00
parent d2d84ca192
commit ad9d1c1890
4 changed files with 25 additions and 4 deletions

View file

@ -99,7 +99,8 @@ $arrow-color : $black;
// component: checkboxes, radios
$checkbox-color : $gray-800;
$checkbox-size: 2rem;
$checkbox-border-radius: 3em;
$checkbox-border-radius: 4px;
$switch-border-radius: 3em;
// component: tables
$table-border : $gray-500;