Update tooltip.less
This commit is contained in:
parent
7ea733cccb
commit
09afb6d6a0
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
.popper(@arrow, @arrow-width, @arrow-distance, @bg){
|
.popper(@arrow, @arrow-width, @arrow-distance, @bg){
|
||||||
display: block;
|
display: block;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-base;
|
||||||
line-height: @line-height-base;
|
line-height: @line-height-base;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: @zindex-tooltip;
|
z-index: @zindex-tooltip;
|
||||||
|
@ -82,4 +82,4 @@
|
||||||
&[x-placement="bottom-end"] .@{arrow} {
|
&[x-placement="bottom-end"] .@{arrow} {
|
||||||
right: 16px;
|
right: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue