bootstrap-override.scss 314 Bytes
@import "../../../node_modules/bootstrap/scss/functions"; 
@import "../../../node_modules/bootstrap/scss/variables";

$theme-colors: (
  primary: red,
  light: white,
);

.popover{
  background-color: #2872AE !important;
  color: white !important;
}

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