summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/tests-valo-facebook/_variables.scss
diff options
context:
space:
mode:
authorArtur Signell <artur@vaadin.com>2014-08-04 14:20:25 +0300
committerArtur Signell <artur@vaadin.com>2014-08-04 15:20:10 +0300
commitaa25700c8aa2ae974e1c9e3ce3230335d8309814 (patch)
tree863c5aae5e8df3d1f3d91b2627490c56caed9ce6 /WebContent/VAADIN/themes/tests-valo-facebook/_variables.scss
parent49c0182999d6d4876291563e11fa64cfbd27d32f (diff)
downloadvaadin-framework-aa25700c8aa2ae974e1c9e3ce3230335d8309814.tar.gz
vaadin-framework-aa25700c8aa2ae974e1c9e3ce3230335d8309814.zip
Split test theme into separate themes and added theme selector
Change-Id: I076a05a393ae85bb68983eaa2756d36a0e92014e
Diffstat (limited to 'WebContent/VAADIN/themes/tests-valo-facebook/_variables.scss')
-rw-r--r--WebContent/VAADIN/themes/tests-valo-facebook/_variables.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/tests-valo-facebook/_variables.scss b/WebContent/VAADIN/themes/tests-valo-facebook/_variables.scss
new file mode 100644
index 0000000000..5b83aae4ca
--- /dev/null
+++ b/WebContent/VAADIN/themes/tests-valo-facebook/_variables.scss
@@ -0,0 +1,24 @@
+$v-app-loading-text: "Facebook Valo";
+$v-background-color: #fafafa;
+$v-app-background-color: #e7ebf2;
+$v-panel-background-color: #fff;
+$v-focus-color: #3b5998;
+$v-focus-style: 0 0 1px 1px rgba($v-focus-color, .5);
+$v-border-radius: 3px;
+$v-textfield-border-radius: 0;
+$v-font-family: Helvetica, Arial, 'lucida grande', tahoma, verdana, arial, sans-serif;
+$v-font-size: 14px;
+$v-font-color: #37404E;
+$v-font-weight: 400;
+$v-link-text-decoration: none;
+$v-shadow: 0 1px 0 (v-shade 0.2);
+$v-bevel: inset 0 1px 0 v-tint;
+$v-unit-size: 30px;
+$v-gradient: v-linear 12%;
+$v-overlay-shadow: 0 3px 8px v-shade, 0 0 0 1px (v-shade 0.7);
+$v-shadow-opacity: 20%;
+$v-selection-overlay-padding-horizontal: 0;
+$v-selection-overlay-padding-vertical: 6px;
+$v-selection-item-border-radius: 0;
+
+@import "../valo/valo";