mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-12 15:53:36 +01:00
13 lines
225 B
SCSS
13 lines
225 B
SCSS
.popover {
|
|
box-shadow: $box-shadow;
|
|
background-color: var(--raised-bg);
|
|
}
|
|
|
|
.rs-popover {
|
|
--popover-arrow-border: transparent;
|
|
--popover-border-color: transparent;
|
|
}
|
|
|
|
.popover-body p:last-child {
|
|
margin-bottom: 0;
|
|
}
|