From f50ad371bce71ecd235d0b26d19dbf6c3a4d157f Mon Sep 17 00:00:00 2001 From: Jouni Koivuviita Date: Fri, 11 Apr 2014 17:17:07 +0300 Subject: Initial commit of Valo (from original repo at 60e2fa9ea119d24bb2421d3671a8cb87d6754e8b --- WebContent/VAADIN/themes/valo/components/_upload.scss | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 WebContent/VAADIN/themes/valo/components/_upload.scss (limited to 'WebContent/VAADIN/themes/valo/components/_upload.scss') diff --git a/WebContent/VAADIN/themes/valo/components/_upload.scss b/WebContent/VAADIN/themes/valo/components/_upload.scss new file mode 100644 index 0000000000..14a4501966 --- /dev/null +++ b/WebContent/VAADIN/themes/valo/components/_upload.scss @@ -0,0 +1,5 @@ +@mixin v-valo-upload ($primary-stylename: v-upload) { + .#{$primary-stylename} .v-button { + @include v-valo-widget-style; + } +} \ No newline at end of file -- cgit v1.2.3