latex-ub/services/web/frontend/stylesheets/bootstrap-5/components/popover.scss
2025-05-05 12:24:05 +00:00

16 lines
239 B
SCSS

.popover {
@include shadow-md;
@include dark-bg;
line-height: var(--line-height-02);
}
.popover-header {
padding-bottom: 0;
margin-bottom: var(--spacing-02);
font-weight: 600;
& + .popover-body {
padding-top: 0;
}
}