overleaf/services/web/frontend/stylesheets/bootstrap-5/components/popover.scss
Tim Down 4138f9707a Merge pull request #20860 from overleaf/td-bs5-history-versions-list
Migrate history versions list to Bootstrap 5

GitOrigin-RevId: 4e006ad353cb11eadaefb2df41d2b8591003c664
2024-10-14 11:11:01 +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;
}
}