2021-09-16 15:50:55 +02:00
|
|
|
// Your variable overrides can go here, e.g.:
|
|
|
|
// $h1-font-size: 3rem;
|
|
|
|
$theme: "app-flatly";
|
|
|
|
|
|
|
|
@import "flatly/variables";
|
2021-10-05 12:06:57 +02:00
|
|
|
@import "../node_modules/bootstrap/scss/functions";
|
2021-09-16 15:50:55 +02:00
|
|
|
|
|
|
|
$topNavbarColor: $primary;
|
|
|
|
$navbarActiveColor: #d6d6d6;
|
|
|
|
|
2021-10-05 12:06:57 +02:00
|
|
|
$bodyBackgroundImageStopColor: tint-color($primary, 62);
|
|
|
|
|
2021-10-04 16:03:15 +02:00
|
|
|
$loadingOverlayDefaultOpacity: 0.65 !default;
|
|
|
|
|
2021-09-16 15:50:55 +02:00
|
|
|
$sidebarBgColor: $light;
|
|
|
|
$sidebarTextColor: $gray-800;
|
|
|
|
$sidebarActiveColor: $success;
|
|
|
|
$sidebarBorder: none;
|
|
|
|
$sidebarShadows: none;
|
|
|
|
$sidebarLockButton: unset;
|
|
|
|
$activeSidebarLinkColor: $success;
|
|
|
|
|
|
|
|
@import "theme-default";
|