21
1
Fork 0
mirror of https://github.com/Evolix/chexpire.git synced 2024-04-29 15:30:49 +02:00
chexpire/app/frontend/scss/_variables.scss
2018-07-05 10:27:48 +02:00

11 lines
209 B
SCSS

$input-placeholder-color: #adb5bd;
$enable-rounded: false;
$theme-colors: (
"primary": #259EDB,
"secondary": #565554,
"success": #42935C,
"warning": #F6AE2D,
"danger": #E94F37,
"info": #2E86AB,
);