mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-19 14:32:16 +00:00
Redo light theme palette
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -2,10 +2,10 @@ $font-family-sans-serif: "Open Sans", sans-serif;
|
|||||||
//Make it look less primary school
|
//Make it look less primary school
|
||||||
$font-size-base: 0.8rem;
|
$font-size-base: 0.8rem;
|
||||||
$theme-colors: (
|
$theme-colors: (
|
||||||
"success": #00C851,
|
"success": #5cb85c,
|
||||||
"warning": #ffbb33,
|
"warning": #f0ad4e,
|
||||||
"danger": #CC0000,
|
"danger": #d9534f,
|
||||||
"info": #33b5e5,
|
"info": #5bc0de,
|
||||||
"primary": #3A52A2
|
"primary": #3A52A2
|
||||||
) !default;
|
) !default;
|
||||||
$enable-shadows: true;
|
$enable-shadows: true;
|
||||||
|
|||||||
Reference in New Issue
Block a user