You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.2 KiB
SCSS
68 lines
2.2 KiB
SCSS
$theme-colors: (
|
|
"primary": #fdfdfd,
|
|
"secondary": #dcdcdc,
|
|
"success": #0B031C,
|
|
"info": #f9f9f9,
|
|
"warning": #700000,
|
|
"navbartext": #3f4959,
|
|
"navbarbrandtext": #3f4a5a,
|
|
"navbartextfeather": #080404,
|
|
"navbartextactive": #080404,
|
|
"inactivecard": #ffffff,
|
|
"activecard": #13a04a,
|
|
"boxborder": #c0c2c6,
|
|
"boxborder2": #c0c2c6,
|
|
"activecardfont": #e1e4e8,
|
|
"searchhint": #c0c2c6,
|
|
"searchfont": #2c2c2c,
|
|
"sidebarfill": #efefef,
|
|
"sidebartext": #3f4959,
|
|
"sidebarbg": #e5e5e5,
|
|
"searchbuttonfill": #f6f6f6,
|
|
"searchbuttonfillfocus": #f1f1f1,
|
|
"searchicon": #3f4959,
|
|
"searchiconfocus": #38414f,
|
|
"webcardimagebackground": #eeeeee,
|
|
"webcardimagebackgroundhover": #f0f0f0,
|
|
"headertextcolor": #080404,
|
|
"headertextcolorhover": #ffffff,
|
|
"paragraphtextcolor": #080404,
|
|
"paragraphtextcolorhover": #ffffff,
|
|
"themebuttonoutline": #3f4959,
|
|
"themebuttonfill": #dcdcdc,
|
|
"themebuttontext": #fdfdfd,
|
|
"inactiveaccordion": #efefef,
|
|
"activeaccordion": #ffffff,
|
|
"inactivetextaccordion": #3f4959,
|
|
"activetextaccordion": #080404,
|
|
"borderaccordion": #c0c2c6,
|
|
"inactiveborderaccordion": #c0c2c6,
|
|
"activeborderaccordion": rgba(26, 26, 26, 0),
|
|
"footertext": #434344,
|
|
"chevronup": #434344,
|
|
"chevrondown": #434344,
|
|
"menudropdownfill": #ffffff,
|
|
"feedbacksubmitbutton": #099f4a,
|
|
"feedbacksubmitbuttontext": #ffffff,
|
|
"feedbackmessagefill": #efefef,
|
|
"feedbackmessageborder": #dbdbdb,
|
|
"feedbackmessagehint": #c0c2c6,
|
|
"footerback": #3f4959,
|
|
"footerbackfocus": #3f4959,
|
|
"footerbackhover": #080404,
|
|
"helpmenudropdowntext": #3f4a5a,
|
|
"helpmenudropdowntexthover": #080404,
|
|
"helpmenudropdownbghover": #f2f2f2,
|
|
);
|
|
|
|
.theme-button{
|
|
width: 40px;
|
|
height: 30px;
|
|
background-size: contain;
|
|
background-color: transparent;
|
|
background-repeat: no-repeat;
|
|
background-image: url("../../images/light-theme-toggle.png");
|
|
cursor: pointer;
|
|
}
|
|
|
|
@import "theme-base"; |