cerebrate/webroot/theme/scss/theme-quartz.scss

28 lines
762 B
SCSS

// Your variable overrides can go here, e.g.:
// $h1-font-size: 3rem;
$theme: "app-slate";
@import "quartz/variables";
$panelBgColor: $card-bg;
$panelBorder: none;
$topNavbarColor: $primary;
$navbarActiveColor: #d6d6d6;
$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);
$sidebarBgColor: $secondary;
$sidebarTextColor: $white;
$sidebarActiveColor: $nav-tabs-link-active-color;
$sidebarActiveBgColor: $nav-tabs-link-active-bg;
$sidebarHoverColor: $nav-tabs-link-active-bg;
$sidebarBorder: none;
$sidebarShadows: none;
$sidebarLockButton: $secondary;
$activeSidebarLinkColor: $primary;
@import "theme-default";
@import "../node_modules/bootstrap/scss/buttons";