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.
Engine_Rebuild/src/assets/pages/styles/theme-light.scss

56 lines
1.7 KiB
SCSS

$theme-colors: (
"primary": #fdfdfd,
"secondary": #dcdcdc,
"success": #0B031C,
"info": #f9f9f9,
"warning": #700000,
"navbartext": #121213,
"navbartextfeather": #323233,
"navbartextactive": #212122,
"inactivecard": #ffffff,
"activecard": #13a04a,
"boxborder": #c0c2c6,
"boxborder2": #c0c2c6,
"activecardfont": #e1e4e8,
"searchhint": #c0c2c6,
"searchfont": #2c2c2c,
"sidebarfill": #efefef,
"sidebartext": #545455,
"searchbuttonfill": #f6f6f6,
"searchicon": #545455,
"webcardimagebackground": #eeeeee,
"webcardimagebackgroundhover": #f0f0f0,
"headertextcolor": #434344,
"headertextcolorhover": #ffffff,
"paragraphtextcolor": #434344,
"paragraphtextcolorhover": #ffffff,
"themebuttonoutline": #434344,
"inactiveaccordion": #efefef,
"activeaccordion": #ffffff,
"inactivetextaccordion": #434344,
"activetextaccordion": #434344,
"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,
);
.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";