@ -29,48 +29,48 @@
.bi-popup-view[data-popper-placement^='top'] {
> .bi-bubble-arrow {
bottom: -10px;
bottom: -12px;
> .bubble-arrow {
bottom: 6px;
bottom: 8px;
}
.bi-popup-view[data-popper-placement^='bottom'] {
top: -10px;
top: -12px;
top: 6px;
top: 8px;
.bi-popup-view[data-popper-placement^='left'] {
right: -10px;
right: -12px;
right: 6px;
right: 8px;
.bi-popup-view[data-popper-placement^='right'] {
left: -10px;
left: -12px;
left: 6px;
left: 8px;
.bi-bubble-arrow {
width: 10px;
height: 10px;
width: 12px;
height: 12px;
overflow: hidden;
.bubble-arrow {
position: absolute;
&:before {
content: "";
background: @color-bi-background-default;