diff options
Diffstat (limited to 'WebContent/VAADIN/themes/chameleon/components/selects/selects.scss')
-rw-r--r-- | WebContent/VAADIN/themes/chameleon/components/selects/selects.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebContent/VAADIN/themes/chameleon/components/selects/selects.scss b/WebContent/VAADIN/themes/chameleon/components/selects/selects.scss index 7dac94fe9d..76ff1acfef 100644 --- a/WebContent/VAADIN/themes/chameleon/components/selects/selects.scss +++ b/WebContent/VAADIN/themes/chameleon/components/selects/selects.scss @@ -53,7 +53,7 @@ } &.v-app .#{$primaryStyleName}-suggestpopup-small td { - font-size: 11.05px; + font-size: $chameleon-font-size-small; } &.v-app .#{$primaryStyleName}-suggestpopup-big td { @@ -138,7 +138,7 @@ } .v-select-big .v-select-select { - font-size: 15.6px; + font-size: $chameleon-font-size-big; } |