summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/UniversalLanguageSelector/resources/css/ext.uls.displaysettings.less
blob: a15c31efa35df295c9ac6b62d3bc0e52fc1590a6 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
@import 'mediawiki.mixins';

.uls-display-settings-tab-switcher {
	text-align: center;
}

.uls-button-group {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	left: -20px;
	z-index: 1;
}

.ext-uls-sub-panel {
	border-top: 1px solid #eaecf0;
	padding-top: 25px;
	top: -20px;
	position: relative;
	min-height: 150px;
}

.uls-display-settings-font-selectors {
	margin: 5px 0 15px 0;
}

.uls-font-item {
	border-bottom: 1px solid #eaecf0;
	background: #f8f9fa;
	padding: 10px 0;

	&:first-child {
		border-top: 1px solid #eaecf0;
	}
}

/* stylelint-disable selector-max-id */
.uls-font-label,
.uls-font-select,
#uls-display-settings-anon-log-in-cta {
	font-size: 10pt;
}
/* stylelint-enable selector-max-id */

.uls-font-label {
	color: #54595d;
	font-size: 10pt;
}

.uls-font-label strong {
	color: #222;
}

.uls-display-settings-anon-label {
	font-weight: bold;
}