Files
bedrock/resources/assets/styles/common/_variables.scss
2018-11-16 11:41:47 -07: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;