diff options
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/chameleon.scss')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/chameleon.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/chameleon.scss b/WebContent/VAADIN/themes/chameleon/chameleon.scss index 8a24a73cbf..95f81f69c1 100644 --- a/WebContent/VAADIN/themes/chameleon/chameleon.scss +++ b/WebContent/VAADIN/themes/chameleon/chameleon.scss @@ -3,6 +3,8 @@ @import "components/components.scss"; @import "compound/compound.scss"; +$font-size: 13px; +$line-height: 1.4; @mixin chameleon { // TODO move this? @include base; |