mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
4138f9707a
Migrate history versions list to Bootstrap 5 GitOrigin-RevId: 4e006ad353cb11eadaefb2df41d2b8591003c664
16 lines
239 B
SCSS
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;
|
|
}
|
|
}
|