sprint/Main/static/assets/scss/volt/components/_popover.scss
Administrator 01c592100d New ui
2022-04-18 06:52:24 +00: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);
}
}