12 lines
No EOL
256 B
SCSS
12 lines
No EOL
256 B
SCSS
$font_default: 'Source Code Pro', sans-serif;
|
|
|
|
$white: #ffffff;
|
|
$light: #f8f7fc;
|
|
$black: #000000;
|
|
$accent: #7965d1;
|
|
$accentDark: #5743b5;
|
|
$accentLight: #a69cdc;
|
|
$accentDisabled: #826fa2;
|
|
$accentSmooth: #656bd1;
|
|
$error: #f13838;
|
|
$default_border_radius: 4px; |