summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/styles/elements/LabelElement.less
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/oojs/oojs-ui/src/styles/elements/LabelElement.less')
-rw-r--r--vendor/oojs/oojs-ui/src/styles/elements/LabelElement.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/oojs/oojs-ui/src/styles/elements/LabelElement.less b/vendor/oojs/oojs-ui/src/styles/elements/LabelElement.less
new file mode 100644
index 00000000..c47ecdc4
--- /dev/null
+++ b/vendor/oojs/oojs-ui/src/styles/elements/LabelElement.less
@@ -0,0 +1,5 @@
+@import '../common';
+
+.oo-ui-labelElement {
+ .theme-oo-ui-labelElement();
+}