2021-09-16 15:50:55 +02:00
|
|
|
// Your variable overrides can go here, e.g.:
|
|
|
|
// $h1-font-size: 3rem;
|
|
|
|
$theme: "app-slate";
|
|
|
|
|
2023-03-21 09:45:21 +01:00
|
|
|
@import "../node_modules/bootstrap/scss/functions";
|
2021-09-16 15:50:55 +02:00
|
|
|
@import "quartz/variables";
|
|
|
|
|
2021-10-05 12:06:57 +02:00
|
|
|
$enabledBackgroundSVG: false;
|
|
|
|
|
2021-09-16 15:50:55 +02:00
|
|
|
$panelBgColor: $card-bg;
|
|
|
|
$panelBorder: none;
|
|
|
|
|
2021-10-04 16:03:15 +02:00
|
|
|
$loadingOverlayDefaultColor: $light !default;
|
|
|
|
$loadingOverlayDefaultOpacity: 0.35 !default;
|
|
|
|
|
2021-09-16 15:50:55 +02:00
|
|
|
$topNavbarColor: $primary;
|
|
|
|
$navbarActiveColor: #d6d6d6;
|
2021-09-17 16:00:33 +02:00
|
|
|
$headerBreadcrumbLinksBGColor: $secondary;
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
$sidebarBgColor: $secondary;
|
|
|
|
$sidebarTextColor: $white;
|
|
|
|
$sidebarActiveColor: $nav-tabs-link-active-color;
|
|
|
|
$sidebarActiveBgColor: $nav-tabs-link-active-bg;
|
2023-03-21 09:45:21 +01:00
|
|
|
|
|
|
|
$sidebarSubmenuColor: shade-color($secondary, 5%);
|
|
|
|
$sidebarHoverColor: tint-color($secondary, 10%);
|
|
|
|
$sidebarHoverActiveColor: tint-color($secondary, 30%);
|
|
|
|
|
2021-09-16 15:50:55 +02:00
|
|
|
$sidebarBorder: none;
|
|
|
|
$sidebarShadows: none;
|
|
|
|
$sidebarLockButton: $secondary;
|
|
|
|
$activeSidebarLinkColor: $primary;
|
|
|
|
|
|
|
|
@import "theme-default";
|
|
|
|
@import "../node_modules/bootstrap/scss/buttons";
|