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

$theme-colors: (
  primary: #2872ae,
  light: white
);

.list-group-item.active {
  background-color: #2872ae !important;
  border-color: #2872ae !important;
}

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