mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
16 lines
219 B
SCSS
16 lines
219 B
SCSS
|
.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;
|
||
|
}
|
||
|
}
|