mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 08:14:03 +02:00
parent
b80128ced5
commit
d0e196c6cf
@ -1,12 +1,11 @@
|
|||||||
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
|
||||||
|
|
||||||
@font-size: 0.875em; // 14 px
|
@font-size: 0.750em; // 12px
|
||||||
@font-size-smaller: 0.857em; // 12 px
|
@font-size-small: 0.833em; // 10px
|
||||||
@font-size-small: 0.786em; // 11 px
|
|
||||||
@font-weight-bold: 600;
|
@font-weight-bold: 600;
|
||||||
|
|
||||||
@vertical-padding: 0.429em; // 6 px
|
@vertical-padding: 0.5em; // 6px
|
||||||
@horizontal-padding: 0.857em; // 12 px
|
@horizontal-padding: 1em; // 12px
|
||||||
|
|
||||||
// Make padding not affect the final computed width of an element
|
// Make padding not affect the final computed width of an element
|
||||||
html {
|
html {
|
||||||
@ -71,11 +70,11 @@ h3 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h5 {
|
||||||
font-size: @font-size-smaller;
|
font-size: @font-size-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6 {
|
||||||
font-size: @font-size-smaller;
|
font-size: @font-size-small;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user