summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/styles/Element.less
blob: f8f3389f6d5f1861dd5d5bbc612ce4a4762595b2 (plain)
1
2
3
4
5
6
7
8
9
@import 'common';

.oo-ui-element {
	&-hidden {
		display: none !important;
	}

	.theme-oo-ui-element();
}