mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
11 lines
373 B
SCSS
11 lines
373 B
SCSS
// customize colors and fonts using bootstrap variables
|
|
@import "~bootswatch/dist/flatly/variables";
|
|
|
|
$input-range-font-family: $font-family-sans-serif;
|
|
$input-range-primary-color: $primary;
|
|
$input-range-neutral-color: $dark;
|
|
$input-range-neutral-light-color: $light;
|
|
$input-range-disabled-color: $secondary;
|
|
|
|
@import "~react-input-range/src/scss/input-range/input-range";
|