summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components/_upload.scss
diff options
context:
space:
mode:
authorHenri Sara <hesara@vaadin.com>2014-06-30 13:33:16 +0300
committerHenri Sara <hesara@vaadin.com>2014-06-30 13:59:10 +0300
commit31800c977efcb024f197ae5d8f39265050fd9777 (patch)
tree9e100cafc4792e5789a52ee8a58c3233561e2471 /WebContent/VAADIN/themes/valo/components/_upload.scss
parent0b2280432cc25168999cd30ecd1f0a46e9b96410 (diff)
parent00594db377d6c6935d445d42fef691b97e5c84f3 (diff)
downloadvaadin-framework-31800c977efcb024f197ae5d8f39265050fd9777.tar.gz
vaadin-framework-31800c977efcb024f197ae5d8f39265050fd9777.zip
Merge branch 'valo' to master
Updated release notes to the form previously used in master. The ticket list link needs to be updated separately in the 7.3 branch. Change-Id: I7b7d09a1281261d3a1b8793cfff9ba8951a07798
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components/_upload.scss')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_upload.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_upload.scss b/WebContent/VAADIN/themes/valo/components/_upload.scss
new file mode 100644
index 0000000000..103c21b6fe
--- /dev/null
+++ b/WebContent/VAADIN/themes/valo/components/_upload.scss
@@ -0,0 +1,5 @@
+@mixin valo-upload ($primary-stylename: v-upload) {
+ .#{$primary-stylename} .v-button {
+ @include valo-widget-style;
+ }
+} \ No newline at end of file