summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/styles/widgets/DecoratedOptionWidget.less
blob: a31d0670e210f1234f5471d660285ff1cf3d4513 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@import '../common';

.oo-ui-decoratedOptionWidget {
	.oo-ui-iconElement-icon,
	.oo-ui-indicatorElement-indicator {
		position: absolute;
		background-repeat: no-repeat;
		background-position: center center;
	}

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