11 lines
236 B
SCSS
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;
|