orgen-theme/assets/scss/custom/_popover.scss
2023-04-06 16:58:33 +08:00

15 lines
220 B
PHP

.popover {
border: 0;
}
.popover-header {
font-weight: $font-weight-bold;
}
// Alternative colors
@each $color, $value in $theme-colors {
.popover-#{$color} {
@include popover-variant($value);
}
}