mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
9 lines
194 B
SCSS
9 lines
194 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,
|
|
"yellow": #ffd351,
|
|
"info": #53bbcc
|
|
);
|