Files
tmhr/static/scss/argon-dashboard/_popovers.scss
2024-02-23 10:30:02 +00:00

11 lines
125 B
SCSS
Executable File

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