11 lines
125 B
SCSS

.popover {
box-shadow: $popover-box-shadow;
}
// popover title
.popover {
.popover-header {
font-weight: 600;
}
}