mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
base.less: move default font size to lower layer
This commit is contained in:
parent
5cf4790856
commit
62b302bedd
@ -102,9 +102,12 @@ td, th {
|
|||||||
background-color: @body-bg-color;
|
background-color: @body-bg-color;
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
font-family: @font-family;
|
font-family: @font-family;
|
||||||
|
}
|
||||||
|
|
||||||
|
#main, #sidebar, #header {
|
||||||
font-size: @font-size;
|
font-size: @font-size;
|
||||||
// Set line-height w/o unit so that the line-height is dynamically calculated as font-size * line-height
|
// Set line-height w/o unit so that the line-height is dynamically calculated as font-size * line-height
|
||||||
line-height: 1.2;
|
line-height: 1.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media print {
|
@media print {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user