From f4a5dcf7671676c7e2f3780ddccae2c26f9295f8 Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita <jouni@vaadin.com> Date: Tue, 24 Jun 2014 15:41:41 +0300 Subject: Update ValoThemeTest Tables example refactored to allow testing all possible combinations of different styles and configurations. Lots of other small updates to cover different use cases. RandomTests renamed to an indipendent ValoMiscTests UI Change-Id: I7f8cf55372031e3012e7a5d3b32a70f85e93aefd --- WebContent/VAADIN/themes/tests-valo/_flat.scss | 1 + 1 file changed, 1 insertion(+) (limited to 'WebContent') diff --git a/WebContent/VAADIN/themes/tests-valo/_flat.scss b/WebContent/VAADIN/themes/tests-valo/_flat.scss index d6e2857a83..5d2b8abbb7 100644 --- a/WebContent/VAADIN/themes/tests-valo/_flat.scss +++ b/WebContent/VAADIN/themes/tests-valo/_flat.scss @@ -2,6 +2,7 @@ $v-app-loading-text: "Flat Valo"; $v-font-family: "Roboto", sans-serif; $v-font-weight: 400; +$v-font-weight--header: 400; $v-background-color: #fff; $v-focus-color: rgb(150,190,90); $v-luminance-threshold: 180; -- cgit v1.2.3