bootstrap-override.scss
526 Bytes
@import "../../../node_modules/bootstrap/scss/functions";
@import "../../../node_modules/bootstrap/scss/variables";
$theme-colors: (
primary: #2872ae,
light: white
);
.popover{
background-color: #2872AE !important;
color: white !important;
}
.list-group-item.active {
background-color: #2872ae !important;
border-color: #2872ae !important;
}
.icon-dim{
height: 40px !important;
width: auto !important;
background-color: white !important;
}
@import "../../../node_modules/bootstrap/scss/bootstrap.scss";