summaryrefslogtreecommitdiff
blob: 8bc9c7da27d6cdde0bb0441bfc87cc81a219bbd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
@import '../echo.variables';
@import '../echo.mixins';

.mw-echo-ui-footerNoticeWidget {
	padding: 0.5em;
	border-bottom: 1px solid #ddd;
	white-space: normal;
	line-height: 16px;

	&-row {
		display: table-row;
	}

	&-dismiss,
	&-info,
	&-label {
		display: table-cell;
	}

	&-label {
		width: 100%;
	}

	&-icon {
		padding-right: 0.5em;
	}

	&-dismiss,
	&-info {
		.mw-echo-ui-mixin-hover-opacity();

		vertical-align: top;

		.oo-ui-iconElement-icon {
			width: 1.3em !important;
			height: 1.3em !important;
		}
	}
}