diff options
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/common/common.scss')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/common/common.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/common/common.scss b/WebContent/VAADIN/themes/chameleon/common/common.scss index 2f3dc53ef3..382dff3325 100644 --- a/WebContent/VAADIN/themes/chameleon/common/common.scss +++ b/WebContent/VAADIN/themes/chameleon/common/common.scss @@ -4,6 +4,8 @@ $chameleon-app-background: transparent; $chameleon-font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif; $chameleon-font-size: 13px; +$chameleon-font-size-small: 11.05px; +$chameleon-font-size-big: 15.6px; $chameleon-line-height: 1.4; |