mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 07:20:23 +00:00
tooltip: line-height: 1.4 => @line-height-base
This commit is contained in:
parent
8a9d698daf
commit
07a5d55f01
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@
|
|||
font-family: @font-family-base;
|
||||
font-size: @font-size-small;
|
||||
font-weight: normal;
|
||||
line-height: 1.4;
|
||||
line-height: @line-height-base;
|
||||
.opacity(0);
|
||||
|
||||
&.in { .opacity(@tooltip-opacity); }
|
||||
|
|
|
|||
Loading…
Reference in a new issue