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