2021-09-16 15:50:55 +02:00
|
|
|
// Your variable overrides can go here, e.g.:
|
|
|
|
// $h1-font-size: 3rem;
|
|
|
|
$theme: "app-vapor";
|
|
|
|
|
2023-03-21 09:45:21 +01:00
|
|
|
@import "../node_modules/bootstrap/scss/functions";
|
2021-09-16 15:50:55 +02:00
|
|
|
@import "vapor/variables";
|
|
|
|
|
2021-10-05 12:06:57 +02:00
|
|
|
$enabledBackgroundSVG: false;
|
|
|
|
|
2021-09-16 15:50:55 +02:00
|
|
|
$panelBgColor: #363636;
|
|
|
|
$panelShadow: none;
|
|
|
|
$panelBorder: 1px solid #454545;
|
|
|
|
|
2021-10-04 16:03:15 +02:00
|
|
|
$loadingOverlayDefaultColor: $dark !default;
|
|
|
|
$loadingOverlayDefaultOpacity: 0.65 !default;
|
|
|
|
|
2021-09-16 15:50:55 +02:00
|
|
|
$topNavbarColor: $primary;
|
|
|
|
|
|
|
|
$sidebarBgColor: $dark;
|
|
|
|
$sidebarTextColor: $white;
|
|
|
|
$sidebarActiveColor: $success;
|
|
|
|
$sidebarActiveBgColor: $gray-800;
|
|
|
|
$sidebarHoverColor: $gray-700;
|
2023-03-21 09:45:21 +01:00
|
|
|
|
|
|
|
$sidebarSubmenuColor: tint-color($dark, 5%);
|
|
|
|
$sidebarHoverActiveColor: tint-color($sidebarActiveBgColor, 20%);
|
|
|
|
|
2021-09-16 15:50:55 +02:00
|
|
|
$sidebarBorder: none;
|
|
|
|
$sidebarShadows: none;
|
|
|
|
$sidebarLockButton: unset;
|
|
|
|
$activeSidebarLinkColor: $primary;
|
|
|
|
|
|
|
|
@import "theme-default";
|