tweak popover arrow style detail

This commit is contained in:
afc163 2018-05-28 23:29:04 +08:00
parent 5fd4139661
commit 814ee7365a
2 changed files with 3 additions and 3 deletions

View File

@ -111,7 +111,7 @@
&-placement-top > &-content > &-arrow,
&-placement-topLeft > &-content > &-arrow,
&-placement-topRight > &-content > &-arrow {
bottom: @popover-distance - @popover-arrow-width + 2px;
bottom: @popover-distance - @popover-arrow-width + 1px;
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
&-placement-top > &-content > &-arrow {
@ -146,7 +146,7 @@
&-placement-bottomLeft > &-content > &-arrow,
&-placement-bottomRight > &-content > &-arrow {
top: @popover-distance - @popover-arrow-width + 2px;
box-shadow: -1px -1px 4px rgba(0, 0, 0, 0.06);
box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
&-placement-bottom > &-content > &-arrow {
left: 50%;

View File

@ -288,7 +288,7 @@
//** Popover maximum width
@popover-min-width: 177px;
//** Popover arrow width
@popover-arrow-width: 5px;
@popover-arrow-width: 6px;
//** Popover arrow color
@popover-arrow-color: @popover-bg;
//** Popover outer arrow width