@import '../../../themes/default.scss';

// checkbox
$bg: transparent;
$fill: $color-white;
$base: lighten($color-main, 10%);
$checked: $color-main;
$hover: lighten($color-main, 20%);
$disabled: $color-disabled;
