bootstrap-override.scss 422 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;
}


@import "../../../node_modules/bootstrap/scss/bootstrap.scss";