mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
35728d7681
[web] BS5 editor toolbar GitOrigin-RevId: a517fd52d648d165e89231d6f5551c026a951c43
15 lines
219 B
SCSS
15 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;
|
|
}
|
|
}
|