mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 06:22:16 +00:00
I need to work out if I can seperate background and primary colours like BS3 did
8 lines
173 B
SCSS
8 lines
173 B
SCSS
$font-family-sans-serif: "Open Sans", sans-serif;
|
|
//Make it look less primary school
|
|
$font-size-base: 0.875rem;
|
|
$theme-colors: (
|
|
"warning": #ffd351,
|
|
"info": #53bbcc
|
|
);
|