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

.oo-ui-draggableGroupElement {
	&-placeholder {
		position: absolute;
		display: block;
		background: rgba( 0, 0, 0, 0.4 );
	}

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