|
|
|
@ -1,8 +1,8 @@
|
|
|
|
$theme-colors: (
|
|
|
|
$theme-colors: (
|
|
|
|
"primary": #ffffff,
|
|
|
|
"primary": #fdfdfd,
|
|
|
|
"secondary": #e5e5e5,
|
|
|
|
"secondary": #dcdcdc,
|
|
|
|
"success": #0B031C,
|
|
|
|
"success": #0B031C,
|
|
|
|
"info": #ffffff,
|
|
|
|
"info": #f9f9f9,
|
|
|
|
"warning": #700000,
|
|
|
|
"warning": #700000,
|
|
|
|
"navbartext": #121213,
|
|
|
|
"navbartext": #121213,
|
|
|
|
"navbartextfeather": #323233,
|
|
|
|
"navbartextfeather": #323233,
|
|
|
|
@ -14,7 +14,7 @@ $theme-colors: (
|
|
|
|
"activecardfont": #e1e4e8,
|
|
|
|
"activecardfont": #e1e4e8,
|
|
|
|
"searchhint": #c0c2c6,
|
|
|
|
"searchhint": #c0c2c6,
|
|
|
|
"searchfont": #2c2c2c,
|
|
|
|
"searchfont": #2c2c2c,
|
|
|
|
"sidebarfill": #f6f6f6,
|
|
|
|
"sidebarfill": #efefef,
|
|
|
|
"sidebartext": #545455,
|
|
|
|
"sidebartext": #545455,
|
|
|
|
"searchbuttonfill": #f6f6f6,
|
|
|
|
"searchbuttonfill": #f6f6f6,
|
|
|
|
"searchicon": #545455,
|
|
|
|
"searchicon": #545455,
|
|
|
|
@ -25,7 +25,7 @@ $theme-colors: (
|
|
|
|
"paragraphtextcolor": #434344,
|
|
|
|
"paragraphtextcolor": #434344,
|
|
|
|
"paragraphtextcolorhover": #ffffff,
|
|
|
|
"paragraphtextcolorhover": #ffffff,
|
|
|
|
"themebuttonoutline": #434344,
|
|
|
|
"themebuttonoutline": #434344,
|
|
|
|
"inactiveaccordion": #f6f6f6,
|
|
|
|
"inactiveaccordion": #efefef,
|
|
|
|
"activeaccordion": #ffffff,
|
|
|
|
"activeaccordion": #ffffff,
|
|
|
|
"inactivetextaccordion": #434344,
|
|
|
|
"inactivetextaccordion": #434344,
|
|
|
|
"activetextaccordion": #434344,
|
|
|
|
"activetextaccordion": #434344,
|
|
|
|
@ -35,6 +35,12 @@ $theme-colors: (
|
|
|
|
"footertext": #434344,
|
|
|
|
"footertext": #434344,
|
|
|
|
"chevronup": #434344,
|
|
|
|
"chevronup": #434344,
|
|
|
|
"chevrondown": #434344,
|
|
|
|
"chevrondown": #434344,
|
|
|
|
|
|
|
|
"menudropdownfill": #ffffff,
|
|
|
|
|
|
|
|
"feedbacksubmitbutton": #099f4a,
|
|
|
|
|
|
|
|
"feedbacksubmitbuttontext": #ffffff,
|
|
|
|
|
|
|
|
"feedbackmessagefill": #efefef,
|
|
|
|
|
|
|
|
"feedbackmessageborder": #dbdbdb,
|
|
|
|
|
|
|
|
"feedbackmessagehint": #c0c2c6,
|
|
|
|
);
|
|
|
|
);
|
|
|
|
|
|
|
|
|
|
|
|
.theme-button{
|
|
|
|
.theme-button{
|
|
|
|
|