diff options
author | Jouni Koivuviita <jouni@vaadin.com> | 2014-06-24 15:41:41 +0300 |
---|---|---|
committer | Jouni Koivuviita <jouni@vaadin.com> | 2014-06-25 11:16:08 +0000 |
commit | f4a5dcf7671676c7e2f3780ddccae2c26f9295f8 (patch) | |
tree | 951b44ae447fb6acfdce91d499b83743dae77581 /WebContent/VAADIN/themes/tests-valo | |
parent | d4fe6004f27892e089caee94383c9c295b1e43e4 (diff) | |
download | vaadin-framework-f4a5dcf7671676c7e2f3780ddccae2c26f9295f8.tar.gz vaadin-framework-f4a5dcf7671676c7e2f3780ddccae2c26f9295f8.zip |
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
Diffstat (limited to 'WebContent/VAADIN/themes/tests-valo')
-rw-r--r-- | WebContent/VAADIN/themes/tests-valo/_flat.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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; |