bootstrap-override.scss
325 Bytes
@import "../../../node_modules/bootstrap/scss/functions";
@import "../../../node_modules/bootstrap/scss/variables";
$theme-colors: (
primary: #2872ae,
light: white
);
.active {
background-color: #2872ae !important;
border-color: #2872ae !important;
}
@import "../../../node_modules/bootstrap/scss/bootstrap.scss";