mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
12 lines
270 B
SCSS
12 lines
270 B
SCSS
$font-family-sans-serif: "Open Sans", sans-serif;
|
|
//Make it look less primary school
|
|
$font-size-base: 0.875rem;
|
|
$theme-colors: (
|
|
"success": #00C851,
|
|
"warning": #ffbb33,
|
|
"danger": #CC0000,
|
|
"info": #33b5e5,
|
|
"primary": #3A52A2
|
|
) !default;
|
|
$enable-shadows: true;
|