Files
sage/resources/assets/styles/common/_variables.scss
2018-09-17 11:09:24 -06:00

11 lines
236 B
SCSS

/** Import Bootstrap functions */
@import "~bootstrap/scss/functions";
$theme-colors: (
primary: #525ddc
);
/** Bootstrap navbar fix (https://git.io/fADqW) */
$navbar-dark-toggler-icon-bg: none;
$navbar-light-toggler-icon-bg: none;