Decrease default font sizes

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-04 14:07:50 +01:00
parent b80128ced5
commit d0e196c6cf
1 changed files with 6 additions and 7 deletions

View File

@ -1,12 +1,11 @@
/*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */
@font-size: 0.875em; // 14 px
@font-size-smaller: 0.857em; // 12 px
@font-size-small: 0.786em; // 11 px
@font-size: 0.750em; // 12px
@font-size-small: 0.833em; // 10px
@font-weight-bold: 600;
@vertical-padding: 0.429em; // 6 px
@horizontal-padding: 0.857em; // 12 px
@vertical-padding: 0.5em; // 6px
@horizontal-padding: 1em; // 12px
// Make padding not affect the final computed width of an element
html {
@ -71,11 +70,11 @@ h3 {
}
h5 {
font-size: @font-size-smaller;
font-size: @font-size-small;
}
h6 {
font-size: @font-size-smaller;
font-size: @font-size-small;
font-weight: normal;
}