2021-09-16 15:50:55 +02:00
|
|
|
// Your variable overrides can go here, e.g.:
|
|
|
|
// $h1-font-size: 3rem;
|
|
|
|
$theme: "app-darkly";
|
|
|
|
|
2023-03-21 09:45:21 +01:00
|
|
|
@import "../node_modules/bootstrap/scss/functions";
|
2021-09-16 15:50:55 +02:00
|
|
|
@import "darkly/variables";
|
|
|
|
|
2021-10-05 12:06:57 +02:00
|
|
|
$bodyBackgroundBlendmode: soft-light;
|
|
|
|
|
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: $gray-900 !default;
|
|
|
|
$loadingOverlayDefaultOpacity: 0.65 !default;
|
|
|
|
|
2021-09-16 15:50:55 +02:00
|
|
|
$topNavbarColor: $primary;
|
|
|
|
$navbarActiveColor: #d6d6d6;
|
2021-09-17 16:00:33 +02:00
|
|
|
// $headerBreadcrumbLinksBoxshadow: 0 1px 0 rgba(255, 255, 255, 0.07),
|
|
|
|
// inset 0 -1px 2px rgba(0, 0, 0, 0.5),
|
|
|
|
// inset 0 3px 5px rgba(0, 0, 0, 0.6);
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
$sidebarBgColor: $secondary;
|
|
|
|
$sidebarTextColor: $white;
|
|
|
|
$sidebarActiveColor: $nav-tabs-link-active-color;
|
|
|
|
$sidebarActiveBgColor: #595f64;
|
|
|
|
$sidebarHoverColor: #60676c;
|
2023-03-21 09:45:21 +01:00
|
|
|
$sidebarSubmenuColor: shade-color($sidebarActiveBgColor, 30%);
|
2021-09-16 15:50:55 +02:00
|
|
|
$sidebarBorder: none;
|
|
|
|
$sidebarShadows: none;
|
|
|
|
$sidebarLockButton: unset;
|
2023-03-21 09:45:21 +01:00
|
|
|
$activeSidebarLinkColor: var(--application-color);
|
2021-09-16 15:50:55 +02:00
|
|
|
|
2021-09-28 10:59:57 +02:00
|
|
|
$calloutBorderColor: 1px solid none;
|
|
|
|
|
2021-09-16 15:50:55 +02:00
|
|
|
@import "theme-default";
|