summaryrefslogtreecommitdiff
path: root/vendor/oojs/oojs-ui/src/styles/ToolGroup.less
blob: 4ba55ea3d809e650c82ac727b01302b2ea8b6eec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@import 'common';

.oo-ui-toolGroup {
	display: inline-block;
	vertical-align: middle;

	&-empty {
		display: none;
	}

	.oo-ui-tool-link {
		text-decoration: none;

		.oo-ui-iconElement-icon {
			background-position: center center;
			background-repeat: no-repeat;
		}
	}

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