summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/tests-valo-flat
diff options
context:
space:
mode:
authorTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-15 11:06:18 +0300
committerTeemu Suo-Anttila <teemusa@vaadin.com>2016-04-15 14:00:58 +0300
commit6b8412033e680ce6e5c7827ac504adf132305726 (patch)
tree0df05d16c324b285610af8910c126b58f4c490c5 /WebContent/VAADIN/themes/tests-valo-flat
parent9192b0bb5e5e699b506b3d3e7df4cf295fbea44a (diff)
downloadvaadin-framework-6b8412033e680ce6e5c7827ac504adf132305726.tar.gz
vaadin-framework-6b8412033e680ce6e5c7827ac504adf132305726.zip
Build uitest war with maven
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
Diffstat (limited to 'WebContent/VAADIN/themes/tests-valo-flat')
-rw-r--r--WebContent/VAADIN/themes/tests-valo-flat/_variables.scss44
-rw-r--r--WebContent/VAADIN/themes/tests-valo-flat/styles.scss6
2 files changed, 0 insertions, 50 deletions
diff --git a/WebContent/VAADIN/themes/tests-valo-flat/_variables.scss b/WebContent/VAADIN/themes/tests-valo-flat/_variables.scss
deleted file mode 100644
index 298e26ac36..0000000000
--- a/WebContent/VAADIN/themes/tests-valo-flat/_variables.scss
+++ /dev/null
@@ -1,44 +0,0 @@
-$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;
-$v-border: 2px solid v-shade;
-$v-border-radius: 6px;
-$v-bevel: false;
-$v-gradient: false;
-$v-shadow: false;
-$v-textfield-bevel: false;
-$v-textfield-shadow: false;
-$v-link-text-decoration: false;
-$v-selection-overlay-padding-horizontal: 0;
-$v-selection-overlay-padding-vertical: 6px;
-$v-selection-item-height: 30px;
-$v-selection-item-border-radius: 0;
-$valo-menu-background-color: #eee;
-
-
-@import "../valo/valo";
-
-
-.valo-test {
- .v-button-primary.v-button-primary {
- background: #fff;
- border-color: $v-focus-color;
- color: $v-focus-color;
- }
-
- .v-button-danger.v-button-danger {
- background: #fff;
- border-color: $v-error-indicator-color;
- color: $v-error-indicator-color;
- }
-
- .v-slider-base:before,
- .v-slider-base:after {
- border: none !important;
- }
-}
diff --git a/WebContent/VAADIN/themes/tests-valo-flat/styles.scss b/WebContent/VAADIN/themes/tests-valo-flat/styles.scss
deleted file mode 100644
index 7b981de04a..0000000000
--- a/WebContent/VAADIN/themes/tests-valo-flat/styles.scss
+++ /dev/null
@@ -1,6 +0,0 @@
-@import "variables";
-@import "../tests-valo/valotest";
-
-.tests-valo-flat {
- @include valotest;
-}