mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
CSS: Fix rounding error for font-size-small
This commit is contained in:
parent
ba5f6b1745
commit
d3f9f82238
@ -65,7 +65,7 @@
|
|||||||
|
|
||||||
// Font sizes
|
// Font sizes
|
||||||
@font-size: 0.750em; // 12px
|
@font-size: 0.750em; // 12px
|
||||||
@font-size-small: 0.917em; // 11px
|
@font-size-small: 11/12em; // 11px
|
||||||
@font-size-dashboard: 3.5em; // 56px
|
@font-size-dashboard: 3.5em; // 56px
|
||||||
@font-size-dashboard-small: 1.1em; // 17px
|
@font-size-dashboard-small: 1.1em; // 17px
|
||||||
@font-weight-bold: 600;
|
@font-weight-bold: 600;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user