platform/static/assets/scss/volt/components/_popover.scss
Administrator 9e7fc7b4c1 initial
2023-09-23 16:13:11 +03:00

19 lines
243 B
SCSS

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