Update poptip.less
This commit is contained in:
parent
09afb6d6a0
commit
1acf414137
1 changed files with 3 additions and 2 deletions
|
@ -34,6 +34,7 @@
|
||||||
&-inner{
|
&-inner{
|
||||||
color: @title-color;
|
color: @title-color;
|
||||||
font-size: @font-size-base;
|
font-size: @font-size-base;
|
||||||
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -66,7 +67,7 @@
|
||||||
|
|
||||||
&-popper{
|
&-popper{
|
||||||
min-width: 150px;
|
min-width: 150px;
|
||||||
font-size: @font-size-small;
|
font-size: @font-size-base;
|
||||||
.popper(@poptip-arrow, @poptip-arrow-width, @poptip-distance, @poptip-arrow-color);
|
.popper(@poptip-arrow, @poptip-arrow-width, @poptip-distance, @poptip-arrow-color);
|
||||||
|
|
||||||
&[x-placement^="top"] .@{poptip-arrow}:after {
|
&[x-placement^="top"] .@{poptip-arrow}:after {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue