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