mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
Use @font-size-... variables instead of hardcoded font-size in px
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
z-index: @zindex-tooltip;
|
||||
display: block;
|
||||
visibility: visible;
|
||||
font-size: 11px;
|
||||
font-size: @font-size-mini;
|
||||
line-height: 1.4;
|
||||
.opacity(0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user