overleaf/services/web/frontend/stylesheets/bootstrap-5/components/popover.scss

16 lines
219 B
SCSS
Raw Normal View History

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