mirror of
https://github.com/tabler/tabler.git
synced 2026-08-13 23:02:23 +04:00
12 lines
188 B
SCSS
12 lines
188 B
SCSS
.popover {
|
|
filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
|
|
|
|
|
|
&.bs-popover-top {
|
|
margin-bottom: $popover-arrow-height + .125rem;
|
|
}
|
|
|
|
.arrow {
|
|
margin-left: calc(.25rem + 2px);
|
|
}
|
|
} |