summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/runo/caption/caption.scss
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/runo/caption/caption.scss')
-rw-r--r--WebContent/VAADIN/themes/runo/caption/caption.scss12
1 files changed, 12 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/caption/caption.scss b/WebContent/VAADIN/themes/runo/caption/caption.scss
new file mode 100644
index 0000000000..dab33c99c7
--- /dev/null
+++ b/WebContent/VAADIN/themes/runo/caption/caption.scss
@@ -0,0 +1,12 @@
+@mixin runo-caption {
+
+.v-captionwrapper {
+ margin: 0.3em 0 0 0;
+}
+.v-errorindicator {
+ width: 12px;
+ height: 16px;
+ background: transparent url(../icons/16/error.png) no-repeat top right;
+}
+
+}