@royaloperahouse/harmonic 0.1.6 → 0.1.7-b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/README.md +252 -43
- package/dist/components/Typography/Typography.d.ts +8 -9
- package/dist/components/atoms/Account/Account.d.ts +1 -1
- package/dist/components/atoms/Buttons/Auxiliary/AuxiliaryButton.d.ts +2 -2
- package/dist/components/atoms/Buttons/Auxiliary/AuxiliaryButton.style.d.ts +2 -2
- package/dist/components/atoms/Buttons/Auxiliary/utils.d.ts +3 -0
- package/dist/components/atoms/Buttons/Button.d.ts +2 -2
- package/dist/components/atoms/Buttons/Button.style.d.ts +3 -3
- package/dist/components/atoms/Buttons/Primary/PrimaryButton.d.ts +2 -2
- package/dist/components/atoms/Buttons/Primary/PrimaryButton.style.d.ts +3 -0
- package/dist/components/atoms/Buttons/Primary/utils.d.ts +11 -0
- package/dist/components/atoms/Buttons/Secondary/SecondaryButton.d.ts +2 -2
- package/dist/components/atoms/Buttons/Secondary/SecondaryButton.style.d.ts +3 -0
- package/dist/components/atoms/Buttons/Secondary/utils.d.ts +13 -0
- package/dist/components/atoms/Buttons/Tertiary/TertiaryButton.d.ts +3 -3
- package/dist/components/atoms/Buttons/Tertiary/TertiaryButton.style.d.ts +3 -4
- package/dist/components/atoms/Buttons/Tertiary/utils.d.ts +8 -0
- package/dist/components/atoms/Buttons/utils.d.ts +5 -0
- package/dist/components/atoms/Dropdown/Dropdown.d.ts +1 -1
- package/dist/components/atoms/Dropdown/Dropdown.style.d.ts +2 -2
- package/dist/components/atoms/Icons/Icons.d.ts +1 -1
- package/dist/components/atoms/Icons/SvgIcons/RBO/NavLogoMobile.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/RBO/NavLogoNoCrest.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/RBO/NavLogoWithCrest.svg.d.ts +4 -0
- package/dist/components/atoms/Icons/SvgIcons/index.d.ts +3 -0
- package/dist/components/atoms/RotatorButtons/RotatorButtons.d.ts +2 -2
- package/dist/components/atoms/Search/Search.d.ts +1 -1
- package/dist/components/atoms/Tab/Tab.d.ts +1 -1
- package/dist/components/index.d.ts +4 -3
- package/dist/components/molecules/Basket/Basket.d.ts +1 -1
- package/dist/components/molecules/Basket/Basket.style.d.ts +2 -0
- package/dist/components/molecules/NavTop/NavTop.d.ts +1 -1
- package/dist/components/molecules/PageHeading/Compact/Compact.style.d.ts +1 -1
- package/dist/components/molecules/PeopleListing/CreditListing/CreditListing.d.ts +4 -4
- package/dist/components/molecules/SearchBar/SearchBar.d.ts +1 -1
- package/dist/components/molecules/SearchBar/SearchBar.style.d.ts +1 -1
- package/dist/components/molecules/Select/Select.style.d.ts +1 -1
- package/dist/components/molecules/SignUpForm/SignUpForm.d.ts +4 -0
- package/dist/components/molecules/SignUpForm/SignUpForm.style.d.ts +20 -0
- package/dist/components/molecules/SignUpForm/index.d.ts +2 -0
- package/dist/components/molecules/Tabs/Tabs.d.ts +1 -1
- package/dist/components/molecules/index.d.ts +2 -1
- package/dist/components/organisms/Footer/Footer.style.d.ts +2 -1
- package/dist/components/organisms/Navigation/Navigation.d.ts +1 -1
- package/dist/components/organisms/Navigation/Navigation.style.d.ts +7 -1
- package/dist/components/organisms/TitleWithCTA/TitleWithCTA.style.d.ts +1 -1
- package/dist/harmonic.cjs.development.css +701 -68
- package/dist/harmonic.cjs.development.js +2640 -2034
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +2659 -2042
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/helpers/formatStrings.d.ts +1 -0
- package/dist/helpers/forms.d.ts +20 -0
- package/dist/helpers/theme.d.ts +2 -0
- package/dist/index.d.ts +2 -2
- package/dist/styles/HarmonicThemeProvider/HarmonicThemeProvider.d.ts +9 -0
- package/dist/styles/HarmonicThemeProvider/index.d.ts +2 -0
- package/dist/types/buttonTypes.d.ts +35 -63
- package/dist/types/creditListing.d.ts +3 -0
- package/dist/types/editorial.d.ts +4 -0
- package/dist/types/footer.d.ts +1 -0
- package/dist/types/index.d.ts +2 -2
- package/dist/types/information.d.ts +4 -4
- package/dist/types/navigation.d.ts +18 -14
- package/dist/types/promoWithTags.d.ts +4 -0
- package/dist/types/signUpForm.d.ts +80 -0
- package/dist/types/types.d.ts +56 -20
- package/dist/types/typography.d.ts +2 -1
- package/package.json +16 -17
- package/README.GIT +0 -278
- package/dist/components/atoms/Buttons/ButtonIconWrapper.style.d.ts +0 -2
- package/dist/components/atoms/Buttons/Primary/PrimaryButtonWrapper.style.d.ts +0 -4
- package/dist/components/atoms/Buttons/Secondary/SecondaryButtonWrapper.style.d.ts +0 -3
- package/dist/styles/StorybookSupport/Colours/StorybookColourBox.d.ts +0 -5
|
@@ -1,67 +1,77 @@
|
|
|
1
|
-
/* Global Styles for Harmonic CSS components */
|
|
2
|
-
:root {
|
|
3
|
-
--font-family-sans: 'Grey LL Bold', 'Roboto', sans-serif;
|
|
4
|
-
--font-family-serif: 'Victor Serif Medium', 'Inria Serif Regular', serif;
|
|
5
|
-
--harmonic-red: #F40B0B;
|
|
6
|
-
--harmonic-black: #000000;
|
|
7
|
-
--text-link-underline-offset: 4px;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
/* TODO: store breakpoints here for use in css components */
|
|
12
|
-
/* export const breakpoints = {
|
|
13
|
-
xs: 320,
|
|
14
|
-
sm: 700,
|
|
15
|
-
md: 1140,
|
|
16
|
-
ml: 1280,
|
|
17
|
-
lg: 1400,
|
|
18
|
-
}; */
|
|
19
1
|
/* ~~~~~ General Styling Classes ~~~~~ */
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
.styles_color-red__zwTZW {
|
|
25
|
-
color: var(--harmonic-red);
|
|
26
|
-
}
|
|
2
|
+
.styles_color-primary__UYod1 {
|
|
3
|
+
color: var(--color-primary);
|
|
4
|
+
}
|
|
27
5
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
6
|
+
.styles_color-black__a05Fo {
|
|
7
|
+
color: var(--color-base-black);
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
.styles_color-white__HiYDT {
|
|
11
|
+
color: var(--color-base-white);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.styles_color-red__zwTZW {
|
|
15
|
+
color: var(--color-primary-red);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.styles_color-grey__Gc0wv {
|
|
19
|
+
color: var(--color-base-dark-grey);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
.styles_em__v4FoO {
|
|
23
|
+
font-style: italic;
|
|
24
|
+
}
|
|
31
25
|
/* ~~~ */
|
|
32
26
|
|
|
33
27
|
/* Display Headers */
|
|
34
28
|
.styles_display__VgnTB {
|
|
29
|
+
margin: 0;
|
|
35
30
|
font-family: var(--font-family-sans);
|
|
31
|
+
line-height: 100%;
|
|
36
32
|
|
|
37
33
|
&.styles_large__vqVxY {
|
|
38
34
|
font-size: 96px;
|
|
35
|
+
font-weight: 700;
|
|
39
36
|
letter-spacing: -5px;
|
|
40
37
|
}
|
|
41
38
|
|
|
42
39
|
&.styles_small__e7YDe {
|
|
43
40
|
font-size: 68px;
|
|
44
|
-
letter-spacing: -3px;
|
|
45
41
|
font-weight: 500;
|
|
42
|
+
letter-spacing: -3px;
|
|
46
43
|
}
|
|
47
44
|
|
|
48
|
-
|
|
45
|
+
/* Serif and Italic styles */
|
|
46
|
+
&.styles_serif__b-ZjM,
|
|
47
|
+
&.styles_em__v4FoO {
|
|
49
48
|
font-family: var(--font-family-serif);
|
|
50
49
|
font-weight: 500;
|
|
51
50
|
}
|
|
52
51
|
|
|
53
|
-
|
|
52
|
+
/* Serif and Italic adjustments */
|
|
53
|
+
&.styles_large__vqVxY.styles_serif__b-ZjM,
|
|
54
|
+
&.styles_large__vqVxY.styles_em__v4FoO {
|
|
55
|
+
letter-spacing: -3px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
&.styles_small__e7YDe.styles_serif__b-ZjM,
|
|
59
|
+
&.styles_small__e7YDe.styles_em__v4FoO {
|
|
60
|
+
letter-spacing: -2px;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
@media (max-width: 699px) {
|
|
54
64
|
&.styles_large__vqVxY {
|
|
55
65
|
font-size: 38px;
|
|
56
|
-
letter-spacing: -1.5px;
|
|
66
|
+
letter-spacing: -1.5px;
|
|
57
67
|
}
|
|
58
|
-
|
|
68
|
+
|
|
59
69
|
&.styles_small__e7YDe {
|
|
60
70
|
font-size: 32px;
|
|
61
71
|
letter-spacing: -1.5px;
|
|
62
72
|
}
|
|
63
73
|
|
|
64
|
-
&.styles_large__vqVxY.styles_serif__b-ZjM,
|
|
74
|
+
&.styles_large__vqVxY.styles_serif__b-ZjM,
|
|
65
75
|
&.styles_large__vqVxY.styles_em__v4FoO,
|
|
66
76
|
&.styles_small__e7YDe.styles_serif__b-ZjM,
|
|
67
77
|
&.styles_small__e7YDe.styles_em__v4FoO {
|
|
@@ -72,6 +82,7 @@
|
|
|
72
82
|
|
|
73
83
|
/* Headers */
|
|
74
84
|
.styles_header__UDH-H {
|
|
85
|
+
margin: 0;
|
|
75
86
|
font-family: var(--font-family-sans);
|
|
76
87
|
font-weight: 500;
|
|
77
88
|
|
|
@@ -84,7 +95,7 @@
|
|
|
84
95
|
&.styles_medium__WQPZj {
|
|
85
96
|
font-size: 34px;
|
|
86
97
|
line-height: 40px;
|
|
87
|
-
letter-spacing: -
|
|
98
|
+
letter-spacing: -1px;
|
|
88
99
|
}
|
|
89
100
|
|
|
90
101
|
&.styles_small__e7YDe {
|
|
@@ -93,150 +104,772 @@
|
|
|
93
104
|
letter-spacing: -0.5px;
|
|
94
105
|
}
|
|
95
106
|
|
|
96
|
-
|
|
107
|
+
/* Serif and Italic styles */
|
|
108
|
+
&.styles_serif__b-ZjM,
|
|
109
|
+
&.styles_em__v4FoO {
|
|
97
110
|
font-family: var(--font-family-serif);
|
|
98
|
-
font-weight: 500;
|
|
99
111
|
}
|
|
100
112
|
|
|
101
|
-
|
|
113
|
+
/* Serif and Italic letter-spacing overrides */
|
|
114
|
+
&.styles_large__vqVxY.styles_serif__b-ZjM,
|
|
115
|
+
&.styles_large__vqVxY.styles_em__v4FoO {
|
|
116
|
+
letter-spacing: -0.5px;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
&.styles_medium__WQPZj.styles_serif__b-ZjM,
|
|
120
|
+
&.styles_medium__WQPZj.styles_em__v4FoO {
|
|
121
|
+
letter-spacing: -0.5px;
|
|
122
|
+
}
|
|
123
|
+
|
|
124
|
+
&.styles_small__e7YDe.styles_serif__b-ZjM,
|
|
125
|
+
&.styles_small__e7YDe.styles_em__v4FoO {
|
|
126
|
+
letter-spacing: -0.5px;
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
@media (max-width: 699px) {
|
|
102
130
|
&.styles_large__vqVxY {
|
|
103
131
|
font-size: 28px;
|
|
104
|
-
letter-spacing: -1.5px;
|
|
105
132
|
line-height: 34px;
|
|
133
|
+
letter-spacing: -1.5px;
|
|
106
134
|
}
|
|
107
|
-
|
|
135
|
+
|
|
108
136
|
&.styles_medium__WQPZj {
|
|
109
137
|
font-size: 24px;
|
|
110
|
-
letter-spacing: -1px;
|
|
111
138
|
line-height: 28px;
|
|
139
|
+
letter-spacing: -1px;
|
|
112
140
|
}
|
|
113
|
-
|
|
141
|
+
|
|
114
142
|
&.styles_small__e7YDe {
|
|
115
143
|
font-size: 20px;
|
|
116
|
-
letter-spacing: -0.75px;
|
|
117
144
|
line-height: 26px;
|
|
145
|
+
letter-spacing: -0.75px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
/* Mobile overrides for serif/italic letter-spacing */
|
|
149
|
+
&.styles_large__vqVxY.styles_serif__b-ZjM,
|
|
150
|
+
&.styles_large__vqVxY.styles_em__v4FoO,
|
|
151
|
+
&.styles_medium__WQPZj.styles_serif__b-ZjM,
|
|
152
|
+
&.styles_medium__WQPZj.styles_em__v4FoO,
|
|
153
|
+
&.styles_small__e7YDe.styles_serif__b-ZjM,
|
|
154
|
+
&.styles_small__e7YDe.styles_em__v4FoO {
|
|
155
|
+
letter-spacing: -0.5px;
|
|
118
156
|
}
|
|
119
157
|
}
|
|
120
158
|
}
|
|
121
159
|
|
|
122
160
|
/* Subtitle */
|
|
123
161
|
.styles_subtitle__os3DH {
|
|
162
|
+
margin: 0;
|
|
124
163
|
font-family: var(--font-family-sans);
|
|
125
164
|
font-weight: 500;
|
|
126
165
|
|
|
127
166
|
&.styles_large__vqVxY {
|
|
128
167
|
font-size: 19px;
|
|
129
168
|
line-height: 26px;
|
|
169
|
+
letter-spacing: -0.5px;
|
|
130
170
|
}
|
|
131
171
|
|
|
132
172
|
&.styles_small__e7YDe {
|
|
133
173
|
font-size: 17px;
|
|
134
174
|
line-height: 24px;
|
|
175
|
+
letter-spacing: -0.5px;
|
|
135
176
|
}
|
|
136
177
|
|
|
137
|
-
@media (max-width:
|
|
178
|
+
@media (max-width: 699px) {
|
|
138
179
|
&.styles_large__vqVxY {
|
|
139
180
|
font-size: 17px;
|
|
140
181
|
line-height: 24px;
|
|
182
|
+
letter-spacing: -0.5px;
|
|
141
183
|
}
|
|
142
|
-
|
|
184
|
+
|
|
143
185
|
&.styles_small__e7YDe {
|
|
144
186
|
font-size: 14px;
|
|
145
|
-
letter-spacing: -0.2px;
|
|
146
187
|
line-height: 20px;
|
|
188
|
+
letter-spacing: -0.2px;
|
|
147
189
|
}
|
|
148
190
|
}
|
|
149
191
|
}
|
|
150
192
|
|
|
151
193
|
/* Body Copy */
|
|
152
194
|
.styles_bodycopy__uEx9r {
|
|
195
|
+
margin: 0;
|
|
153
196
|
font-family: var(--font-family-sans);
|
|
154
197
|
font-weight: 400;
|
|
155
|
-
letter-spacing: -0.5px;
|
|
156
198
|
|
|
157
199
|
&.styles_large__vqVxY {
|
|
158
200
|
font-size: 19px;
|
|
159
201
|
line-height: 26px;
|
|
202
|
+
letter-spacing: -0.5px;
|
|
160
203
|
}
|
|
161
204
|
|
|
162
205
|
&.styles_medium__WQPZj {
|
|
163
206
|
font-size: 17px;
|
|
164
207
|
line-height: 24px;
|
|
208
|
+
letter-spacing: -0.5px;
|
|
165
209
|
}
|
|
166
210
|
|
|
167
211
|
&.styles_small__e7YDe {
|
|
168
212
|
font-size: 14px;
|
|
169
213
|
line-height: 20px;
|
|
214
|
+
letter-spacing: -0.5px;
|
|
170
215
|
}
|
|
171
216
|
|
|
172
|
-
@media (max-width:
|
|
217
|
+
@media (max-width: 699px) {
|
|
173
218
|
&.styles_large__vqVxY {
|
|
174
219
|
font-size: 17px;
|
|
175
220
|
line-height: 24px;
|
|
221
|
+
letter-spacing: -0.5px;
|
|
176
222
|
}
|
|
177
|
-
|
|
223
|
+
|
|
178
224
|
&.styles_medium__WQPZj {
|
|
179
225
|
font-size: 14px;
|
|
180
|
-
letter-spacing: -0.2px;
|
|
181
226
|
line-height: 20px;
|
|
227
|
+
letter-spacing: -0.2px;
|
|
182
228
|
}
|
|
183
|
-
|
|
229
|
+
|
|
184
230
|
&.styles_small__e7YDe {
|
|
185
231
|
font-size: 11px;
|
|
186
|
-
letter-spacing: -0.2px;
|
|
187
232
|
line-height: 16px;
|
|
233
|
+
letter-spacing: -0.2px;
|
|
188
234
|
}
|
|
189
235
|
}
|
|
190
236
|
}
|
|
191
237
|
|
|
192
238
|
/* Overline */
|
|
193
239
|
.styles_overline__5xGDa {
|
|
240
|
+
margin: 0;
|
|
194
241
|
font-family: var(--font-family-sans);
|
|
195
242
|
font-weight: 500;
|
|
196
243
|
text-transform: uppercase;
|
|
197
244
|
|
|
198
|
-
&.styles_large__vqVxY {
|
|
199
|
-
|
|
245
|
+
&.styles_large__vqVxY {
|
|
246
|
+
font-size: 14px;
|
|
247
|
+
line-height: 18px;
|
|
248
|
+
letter-spacing: 0.3px;
|
|
249
|
+
}
|
|
200
250
|
|
|
201
|
-
|
|
251
|
+
&.styles_small__e7YDe {
|
|
252
|
+
font-size: 12px;
|
|
253
|
+
line-height: 14px;
|
|
254
|
+
letter-spacing: 0.2px;
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
@media (max-width: 699px) {
|
|
202
258
|
&.styles_large__vqVxY {
|
|
203
259
|
line-height: 17px;
|
|
260
|
+
letter-spacing: 0.3px; /* Added to ensure it stays */
|
|
204
261
|
}
|
|
205
|
-
|
|
262
|
+
|
|
206
263
|
&.styles_small__e7YDe {
|
|
207
|
-
letter-spacing: 0.3px;
|
|
208
264
|
line-height: 14px;
|
|
265
|
+
letter-spacing: 0.3px;
|
|
209
266
|
}
|
|
210
267
|
}
|
|
211
268
|
}
|
|
212
269
|
|
|
213
270
|
/* Button Text */
|
|
214
271
|
.styles_buttontext__UPumF {
|
|
272
|
+
margin: 0;
|
|
215
273
|
font-family: var(--font-family-sans);
|
|
216
|
-
font-weight: 400;
|
|
217
274
|
font-size: 17px;
|
|
218
275
|
line-height: 20px;
|
|
276
|
+
letter-spacing: -0.5px;
|
|
277
|
+
font-weight: 400;
|
|
278
|
+
|
|
279
|
+
@media (max-width: 699px) {
|
|
280
|
+
font-weight: 500;
|
|
281
|
+
line-height: 17px;
|
|
282
|
+
}
|
|
219
283
|
}
|
|
220
284
|
|
|
221
285
|
/* Caption Text */
|
|
222
286
|
.styles_captiontext__-TA6x {
|
|
223
|
-
|
|
287
|
+
margin: 0;
|
|
288
|
+
font-family: var(--font-family-sans);
|
|
224
289
|
font-weight: 400;
|
|
225
|
-
font-
|
|
290
|
+
font-size: 17px;
|
|
226
291
|
line-height: 24px;
|
|
292
|
+
letter-spacing: -0.5px;
|
|
227
293
|
|
|
228
|
-
@media (max-width:
|
|
294
|
+
@media (max-width: 699px) {
|
|
229
295
|
font-size: 14px;
|
|
230
|
-
line-height:
|
|
231
|
-
|
|
296
|
+
line-height: 20px;
|
|
297
|
+
letter-spacing: -0.2px;
|
|
298
|
+
}
|
|
232
299
|
}
|
|
233
300
|
|
|
234
301
|
/* Navigation Text */
|
|
235
302
|
.styles_navigationtext__qnnIo {
|
|
303
|
+
margin: 0;
|
|
236
304
|
font-family: var(--font-family-sans);
|
|
237
|
-
font-size:
|
|
238
|
-
|
|
239
|
-
text-transform: uppercase;
|
|
305
|
+
font-size: 19px;
|
|
306
|
+
line-height: 19px;
|
|
240
307
|
letter-spacing: 0.4px;
|
|
241
|
-
|
|
242
|
-
|
|
308
|
+
font-weight: 500;
|
|
309
|
+
|
|
310
|
+
@media (max-width: 699px) {
|
|
311
|
+
font-size: 17px;
|
|
312
|
+
line-height: 17px;
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
|
|
317
|
+
@font-face {
|
|
318
|
+
font-family: 'GreyLLTT';
|
|
319
|
+
src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/GreyLLTT-Regular.woff2') format('woff2');
|
|
320
|
+
font-weight: 400;
|
|
321
|
+
font-style: normal;
|
|
322
|
+
font-display: swap;
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
@font-face {
|
|
326
|
+
font-family: 'GreyLLTT';
|
|
327
|
+
src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/GreyLLTT-Medium.woff2') format('woff2');
|
|
328
|
+
font-weight: 500;
|
|
329
|
+
font-style: normal;
|
|
330
|
+
font-display: swap;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
@font-face {
|
|
334
|
+
font-family: 'GreyLLTT';
|
|
335
|
+
src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/GreyLLTT-Bold.woff2') format('woff2');
|
|
336
|
+
font-weight: 700;
|
|
337
|
+
font-style: normal;
|
|
338
|
+
font-display: swap;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
@font-face {
|
|
342
|
+
font-family: 'VictorSerif';
|
|
343
|
+
src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/VictorSerif-Medium.woff2') format('woff2');
|
|
344
|
+
font-weight: 500;
|
|
345
|
+
font-style: normal;
|
|
346
|
+
font-display: swap;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
@font-face {
|
|
350
|
+
font-family: 'VictorSerif';
|
|
351
|
+
src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/VictorSerif-MediumItalic.woff2') format('woff2');
|
|
352
|
+
font-weight: 500;
|
|
353
|
+
font-style: italic;
|
|
354
|
+
font-display: swap;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
.core-theme-module_coreTheme__pWxYB {
|
|
358
|
+
/* Primary Palette */
|
|
359
|
+
--color-primary: #1a1a1a;
|
|
360
|
+
--color-primary-red: #eb0a0a;
|
|
361
|
+
--color-primary-black: #1a1a1a;
|
|
362
|
+
|
|
363
|
+
/* Base Colours */
|
|
364
|
+
--color-base-white: #ffffff;
|
|
365
|
+
--color-base-black: #000000;
|
|
366
|
+
--color-base-dark-grey: #4c4f53;
|
|
367
|
+
--color-base-mid-grey: #72767c;
|
|
368
|
+
--color-base-light-grey: #e9e9e9;
|
|
369
|
+
--color-base-transparent: transparent;
|
|
370
|
+
|
|
371
|
+
/* States */
|
|
372
|
+
--color-state-error: #cc071e;
|
|
373
|
+
--color-state-medium: #ffce45;
|
|
374
|
+
--color-state-good: #2a874a;
|
|
375
|
+
--color-state-focused: #1e1da0;
|
|
376
|
+
--color-state-disabled: #b3b3b3;
|
|
377
|
+
|
|
378
|
+
/* RBO Red (Core) */
|
|
379
|
+
--color-rbo-red-hovered: #c40808;
|
|
380
|
+
--color-rbo-red-pressed: #9d0707;
|
|
381
|
+
|
|
382
|
+
/* RBO Black */
|
|
383
|
+
--color-rbo-black-hovered: #575757;
|
|
384
|
+
--color-rbo-black-pressed: #353535;
|
|
385
|
+
|
|
386
|
+
/* Black */
|
|
387
|
+
--color-black-hovered: #575757;
|
|
388
|
+
--color-black-pressed: #353535;
|
|
389
|
+
|
|
390
|
+
/* White */
|
|
391
|
+
--color-white-hovered: #fafafa;
|
|
392
|
+
--color-white-pressed: #f2f2f2;
|
|
393
|
+
|
|
394
|
+
/* Secondary Palette */
|
|
395
|
+
--color-secondary-yellow: #ffce45;
|
|
396
|
+
--color-secondary-pink: #ff36d0;
|
|
397
|
+
--color-secondary-orange: #ff6700;
|
|
398
|
+
--color-secondary-blue: #5f9cff;
|
|
399
|
+
|
|
400
|
+
/* Core theme colors */
|
|
401
|
+
--base-color-primary: #c8102e;
|
|
402
|
+
--base-color-core: #c8102e;
|
|
403
|
+
--base-color-stream: #1866dc;
|
|
404
|
+
--base-color-cinema: #1a1a1a;
|
|
405
|
+
--base-color-white: #ffffff;
|
|
406
|
+
--base-color-black: #000000;
|
|
407
|
+
--base-color-dark-grey: #4c4f53;
|
|
408
|
+
--base-color-mid-grey: #72767c;
|
|
409
|
+
--base-color-light-grey: #e9e9e9;
|
|
410
|
+
--base-color-transparent: transparent;
|
|
411
|
+
--base-color-errorstate: #eb0a0a;
|
|
412
|
+
--base-color-mediumstate: #ffce45;
|
|
413
|
+
--base-color-goodstate: #2a874a;
|
|
414
|
+
--base-color-progress: #1866dc;
|
|
415
|
+
--base-color-navigation: #c8102e;
|
|
416
|
+
--base-color-lapislazuli: #0060a0;
|
|
417
|
+
--base-color-lemonchiffon: #fffbbe;
|
|
418
|
+
|
|
419
|
+
--button-height: 48px;
|
|
420
|
+
--button-line-height: 20px;
|
|
421
|
+
--button-padding-x: 20px;
|
|
422
|
+
--button-padding-y: 14px;
|
|
423
|
+
--button-padding-y-icon: 12px;
|
|
424
|
+
--button-icon-margin: 12px;
|
|
425
|
+
--button-icon-width: 20px;
|
|
426
|
+
--button-icon-height: 20px;
|
|
427
|
+
--button-font-size: 14px;
|
|
428
|
+
--button-font-weight: 400;
|
|
429
|
+
--button-color: var(--color-base-white);
|
|
430
|
+
--button-bg-color: var(--color-primary-red);
|
|
431
|
+
--button-hover-color: var(--color-rbo-red-hovered);
|
|
432
|
+
--button-pressed-color: var(--color-rbo-red-pressed);
|
|
433
|
+
--button-secondary-color: var(--color-primary-red);
|
|
434
|
+
--button-secondary-hover-color: var(--color-rbo-red-hovered);
|
|
435
|
+
--button-secondary-pressed-color: var(--color-rbo-red-pressed);
|
|
436
|
+
--button-tertiary-color: var(--color-primary-black);
|
|
437
|
+
--button-tertiary-hover-color: var(--color-rbo-black-hovered);
|
|
438
|
+
--button-tertiary-pressed-color: var(--color-rbo-black-pressed);
|
|
439
|
+
--button-auxiliary-color: var(--color-primary-black);
|
|
440
|
+
--button-auxiliary-bg-color: var(--color-base-transparent);
|
|
441
|
+
|
|
442
|
+
--font-size-header-1: 96px;
|
|
443
|
+
--font-weight-header-1: 500;
|
|
444
|
+
--letter-spacing-header-1: 2px;
|
|
445
|
+
--line-height-header-1: 110px;
|
|
446
|
+
--margin-header-1: 0.67em 0;
|
|
447
|
+
|
|
448
|
+
--font-size-header-2: 68px;
|
|
449
|
+
--font-weight-header-2: 500;
|
|
450
|
+
--letter-spacing-header-2: 1px;
|
|
451
|
+
--line-height-header-2: 72px;
|
|
452
|
+
--margin-header-2: 0.83em 0;
|
|
453
|
+
|
|
454
|
+
--font-size-header-3: 44px;
|
|
455
|
+
--font-weight-header-3: 500;
|
|
456
|
+
--letter-spacing-header-3: 1px;
|
|
457
|
+
--line-height-header-3: 48px;
|
|
458
|
+
--margin-header-3: 1em 0;
|
|
459
|
+
|
|
460
|
+
--font-size-header-4: 34px;
|
|
461
|
+
--font-weight-header-4: 500;
|
|
462
|
+
--letter-spacing-header-4: 1px;
|
|
463
|
+
--line-height-header-4: 40px;
|
|
464
|
+
--margin-header-4: 1.33em 0;
|
|
465
|
+
|
|
466
|
+
--font-size-header-5: 24px;
|
|
467
|
+
--font-weight-header-5: 500;
|
|
468
|
+
--letter-spacing-header-5: 1px;
|
|
469
|
+
--line-height-header-5: 30px;
|
|
470
|
+
--margin-header-5: 1.67em 0;
|
|
471
|
+
|
|
472
|
+
--font-size-header-6: 20px;
|
|
473
|
+
--font-weight-header-6: 500;
|
|
474
|
+
--letter-spacing-header-6: 1px;
|
|
475
|
+
--line-height-header-6: 28px;
|
|
476
|
+
--margin-header-6: 2.33em 0;
|
|
477
|
+
|
|
478
|
+
--font-size-altHeader-3: 44px;
|
|
479
|
+
--font-weight-altHeader-3: normal;
|
|
480
|
+
--letter-spacing-altHeader-3: normal;
|
|
481
|
+
--line-height-altHeader-3: 48px;
|
|
482
|
+
|
|
483
|
+
--font-size-altHeader-4: 34px;
|
|
484
|
+
--font-weight-altHeader-4: normal;
|
|
485
|
+
--letter-spacing-altHeader-4: normal;
|
|
486
|
+
--line-height-altHeader-4: 44px;
|
|
487
|
+
|
|
488
|
+
--font-size-altHeader-5: 24px;
|
|
489
|
+
--font-weight-altHeader-5: normal;
|
|
490
|
+
--letter-spacing-altHeader-5: normal;
|
|
491
|
+
--line-height-altHeader-5: 30px;
|
|
492
|
+
|
|
493
|
+
--font-size-altHeader-6: 20px;
|
|
494
|
+
--font-weight-altHeader-6: normal;
|
|
495
|
+
--letter-spacing-altHeader-6: normal;
|
|
496
|
+
--line-height-altHeader-6: 28px;
|
|
497
|
+
|
|
498
|
+
--font-size-overline-1: 14px;
|
|
499
|
+
--font-weight-overline-1: 500;
|
|
500
|
+
--letter-spacing-overline-1: 1px;
|
|
501
|
+
--line-height-overline-1: 16px;
|
|
502
|
+
|
|
503
|
+
--font-size-overline-2: 12px;
|
|
504
|
+
--font-weight-overline-2: 500;
|
|
505
|
+
--letter-spacing-overline-2: 1px;
|
|
506
|
+
--line-height-overline-2: 14px;
|
|
507
|
+
|
|
508
|
+
--font-size-overline-3: 10px;
|
|
509
|
+
--font-weight-overline-3: 500;
|
|
510
|
+
--letter-spacing-overline-3: 1px;
|
|
511
|
+
--line-height-overline-3: 12px;
|
|
512
|
+
|
|
513
|
+
--font-size-overline-4: 8px;
|
|
514
|
+
--font-weight-overline-4: 500;
|
|
515
|
+
--letter-spacing-overline-4: 1px;
|
|
516
|
+
--line-height-overline-4: 10px;
|
|
517
|
+
|
|
518
|
+
--font-size-body-1: 19px;
|
|
519
|
+
--font-weight-body-1: 400;
|
|
520
|
+
--letter-spacing-body-1: normal;
|
|
521
|
+
--line-height-body-1: 26px;
|
|
522
|
+
|
|
523
|
+
--font-size-body-2: 16px;
|
|
524
|
+
--font-weight-body-2: 400;
|
|
525
|
+
--letter-spacing-body-2: normal;
|
|
526
|
+
--line-height-body-2: 22px;
|
|
527
|
+
|
|
528
|
+
--font-size-body-3: 14px;
|
|
529
|
+
--font-weight-body-3: 400;
|
|
530
|
+
--letter-spacing-body-3: normal;
|
|
531
|
+
--line-height-body-3: 20px;
|
|
532
|
+
|
|
533
|
+
--font-size-subtitle-1: 18px;
|
|
534
|
+
--font-weight-subtitle-1: 500;
|
|
535
|
+
--letter-spacing-subtitle-1: 1px;
|
|
536
|
+
--line-height-subtitle-1: 22px;
|
|
537
|
+
|
|
538
|
+
--font-size-subtitle-2: 14px;
|
|
539
|
+
--font-weight-subtitle-2: 500;
|
|
540
|
+
--letter-spacing-subtitle-2: 1px;
|
|
541
|
+
--line-height-subtitle-2: 22px;
|
|
542
|
+
|
|
543
|
+
--font-size-title-description: 20px;
|
|
544
|
+
--line-height-title-description: 28px;
|
|
545
|
+
|
|
546
|
+
--line-height-listing: 36px;
|
|
547
|
+
--font-size-individual-listing-name: 19px;
|
|
548
|
+
--line-height-individual-listing-name: 24px;
|
|
549
|
+
--line-height-people-listing-gap: 24px;
|
|
550
|
+
|
|
551
|
+
--font-family-header: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
|
|
552
|
+
--font-family-altHeader: 'adobe-garamond-pro';
|
|
553
|
+
--font-family-body: 'adobe-garamond-pro';
|
|
554
|
+
--font-family-body-italics: 'adobe-garamond-pro';
|
|
555
|
+
--font-family-buttons: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
|
|
556
|
+
--font-family-overline: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
|
|
557
|
+
--font-family-subtitle: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
|
|
558
|
+
--font-family-people-listing-role: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
|
|
559
|
+
--font-family-people-listing-name: 'adobe-garamond-pro';
|
|
560
|
+
|
|
561
|
+
--font-feature-settings-header: 'tnum' on, 'lnum' on;
|
|
562
|
+
--font-feature-settings-altHeader: 'pnum' on, 'onum' on;
|
|
563
|
+
--font-feature-settings-overline: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
|
|
564
|
+
--font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
|
|
565
|
+
--font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
|
|
566
|
+
--font-feature-settings-navigation: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
|
|
567
|
+
|
|
568
|
+
--text-transform-header: uppercase;
|
|
569
|
+
--text-transform-altHeader: none;
|
|
570
|
+
--text-transform-body: none;
|
|
571
|
+
--text-transform-overline: uppercase;
|
|
572
|
+
--text-transform-subtitle: uppercase;
|
|
573
|
+
|
|
574
|
+
--word-break-header: break-word;
|
|
575
|
+
--word-break-altHeader: break-word;
|
|
576
|
+
--word-break-body: break-word;
|
|
577
|
+
--word-break-overline: break-word;
|
|
578
|
+
--word-break-subtitle: break-word;
|
|
579
|
+
|
|
580
|
+
--font-family-navigation: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
|
|
581
|
+
--font-size-navigation: 13px;
|
|
582
|
+
--font-weight-navigation: 500;
|
|
583
|
+
--line-height-navigation: 16px;
|
|
584
|
+
--text-transform-navigation: uppercase;
|
|
585
|
+
--letter-spacing-navigation: 1px;
|
|
586
|
+
|
|
587
|
+
--navigation-small-gap: 16px;
|
|
588
|
+
--navigation-middle-gap: 20px;
|
|
589
|
+
--navigation-large-gap: 24px;
|
|
590
|
+
--navigation-xlarge-gap: 36px;
|
|
591
|
+
--navigation-large-margin: 60px;
|
|
592
|
+
|
|
593
|
+
--rotator-button-width: 60px;
|
|
594
|
+
--rotator-button-icon-width: 36px;
|
|
595
|
+
--rotator-button-color: var(--color-primary-black);
|
|
596
|
+
--rotator-button-bg-color: var(--color-base-light-grey);
|
|
597
|
+
--rotator-button-hover-color: var(--color-base-white);
|
|
598
|
+
--rotator-button-hover-bg-color: var(--color-primary-red);
|
|
599
|
+
|
|
600
|
+
--font-size-search: 24px;
|
|
601
|
+
--font-family-search: 'adobe-garamond-pro';
|
|
602
|
+
|
|
603
|
+
--grid-margin: 10%;
|
|
604
|
+
--grid-outer-margin: 50px;
|
|
605
|
+
--grid-template-columns: 14px calc(10% - 86px) repeat(12, minmax(0, 1fr)) calc(10% - 86px) 14px;
|
|
606
|
+
--grid-column-gap: 36px;
|
|
607
|
+
|
|
608
|
+
--footer-height: 380px;
|
|
609
|
+
--footer-padding-top: 44px;
|
|
610
|
+
--footer-padding-bottom: 44px;
|
|
611
|
+
--footer-items-gap: 32px;
|
|
612
|
+
--footer-media-gap: 32px;
|
|
613
|
+
--footer-media-icon-width: 24px;
|
|
614
|
+
--footer-media-icon-height: 24px;
|
|
615
|
+
--footer-vertical-spacing-lg: 58px;
|
|
616
|
+
--footer-vertical-spacing-sm: 16px;
|
|
617
|
+
|
|
618
|
+
--text-link-underline-offset: 8px;
|
|
619
|
+
--cards-spacing-stack: 40px;
|
|
620
|
+
|
|
621
|
+
--editorial-subtitle-margin-bottom: 16px;
|
|
622
|
+
--editorial-margin-between: 24px;
|
|
623
|
+
--editorial-spacing-hover: 4px;
|
|
624
|
+
--anchor-tabs-height: 70px;
|
|
625
|
+
|
|
626
|
+
--font-family-sans: 'GreyLLTT', 'Roboto', sans-serif;
|
|
627
|
+
--font-family-serif: 'VictorSerif', 'Inria Serif Regular', serif;
|
|
628
|
+
|
|
629
|
+
--harmonic-text-link-underline-offset: 6px;
|
|
630
|
+
--harmonic-font-size-navigation: 19px;
|
|
631
|
+
|
|
632
|
+
@media (max-width: 699px) {
|
|
633
|
+
--font-size-header-1: 38px;
|
|
634
|
+
--font-weight-header-1: 500;
|
|
635
|
+
--letter-spacing-header-1: 1px;
|
|
636
|
+
--line-height-header-1: 42px;
|
|
637
|
+
|
|
638
|
+
--font-size-header-2: 30px;
|
|
639
|
+
--font-weight-header-2: 500;
|
|
640
|
+
--letter-spacing-header-2: 1px;
|
|
641
|
+
--line-height-header-2: 34px;
|
|
642
|
+
|
|
643
|
+
--font-size-header-3: 26px;
|
|
644
|
+
--font-weight-header-3: 500;
|
|
645
|
+
--letter-spacing-header-3: 1px;
|
|
646
|
+
--line-height-header-3: 30px;
|
|
647
|
+
|
|
648
|
+
--font-size-header-4: 24px;
|
|
649
|
+
--font-weight-header-4: 500;
|
|
650
|
+
--letter-spacing-header-4: 1px;
|
|
651
|
+
--line-height-header-4: 28px;
|
|
652
|
+
|
|
653
|
+
--font-size-header-5: 20px;
|
|
654
|
+
--font-weight-header-5: 500;
|
|
655
|
+
--letter-spacing-header-5: 1px;
|
|
656
|
+
--line-height-header-5: 28px;
|
|
657
|
+
|
|
658
|
+
--font-size-header-6: 17px;
|
|
659
|
+
--font-weight-header-6: 500;
|
|
660
|
+
--letter-spacing-header-6: 1px;
|
|
661
|
+
--line-height-header-6: 24px;
|
|
662
|
+
|
|
663
|
+
--font-size-altHeader-3: 26px;
|
|
664
|
+
--font-weight-altHeader-3: normal;
|
|
665
|
+
--letter-spacing-altHeader-3: normal;
|
|
666
|
+
--line-height-altHeader-3: 30px;
|
|
667
|
+
|
|
668
|
+
--font-size-altHeader-4: 24px;
|
|
669
|
+
--font-weight-altHeader-4: normal;
|
|
670
|
+
--letter-spacing-altHeader-4: normal;
|
|
671
|
+
--line-height-altHeader-4: 28px;
|
|
672
|
+
|
|
673
|
+
--font-size-altHeader-5: 20px;
|
|
674
|
+
--font-weight-altHeader-5: normal;
|
|
675
|
+
--letter-spacing-altHeader-5: normal;
|
|
676
|
+
--line-height-altHeader-5: 28px;
|
|
677
|
+
|
|
678
|
+
--font-size-altHeader-6: 17px;
|
|
679
|
+
--font-weight-altHeader-6: normal;
|
|
680
|
+
--letter-spacing-altHeader-6: normal;
|
|
681
|
+
--line-height-altHeader-6: 24px;
|
|
682
|
+
|
|
683
|
+
--font-size-overline-1: 14px;
|
|
684
|
+
--font-weight-overline-1: 500;
|
|
685
|
+
--letter-spacing-overline-1: 1px;
|
|
686
|
+
--line-height-overline-1: 16px;
|
|
687
|
+
|
|
688
|
+
--font-size-overline-2: 12px;
|
|
689
|
+
--font-weight-overline-2: 500;
|
|
690
|
+
--letter-spacing-overline-2: 1px;
|
|
691
|
+
--line-height-overline-2: 14px;
|
|
692
|
+
|
|
693
|
+
--font-size-body-1: 17px;
|
|
694
|
+
--font-weight-body-1: 400;
|
|
695
|
+
--letter-spacing-body-1: normal;
|
|
696
|
+
--line-height-body-1: 24px;
|
|
697
|
+
|
|
698
|
+
--font-size-body-2: 12px;
|
|
699
|
+
--font-weight-body-2: 400;
|
|
700
|
+
--letter-spacing-body-2: normal;
|
|
701
|
+
--line-height-body-2: 18px;
|
|
702
|
+
|
|
703
|
+
--font-size-body-3: 11px;
|
|
704
|
+
--font-weight-body-3: 400;
|
|
705
|
+
--letter-spacing-body-3: normal;
|
|
706
|
+
--line-height-body-3: 16px;
|
|
707
|
+
|
|
708
|
+
--font-size-subtitle-1: 16px;
|
|
709
|
+
--font-weight-subtitle-1: 500;
|
|
710
|
+
--letter-spacing-subtitle-1: 1px;
|
|
711
|
+
--line-height-subtitle-1: 24px;
|
|
712
|
+
|
|
713
|
+
--font-size-subtitle-2: 14px;
|
|
714
|
+
--font-weight-subtitle-2: 500;
|
|
715
|
+
--letter-spacing-subtitle-2: 1px;
|
|
716
|
+
--line-height-subtitle-2: 18px;
|
|
717
|
+
|
|
718
|
+
--font-size-title-description: 17px;
|
|
719
|
+
--line-height-title-description: 24px;
|
|
720
|
+
--line-height-people-listing-gap: 16px;
|
|
721
|
+
|
|
722
|
+
--font-size-search: 20px;
|
|
723
|
+
--font-family-search: 'adobe-garamond-pro';
|
|
724
|
+
|
|
725
|
+
--font-family-header: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
|
|
726
|
+
--font-family-altHeader: 'adobe-garamond-pro';
|
|
727
|
+
--font-family-body: 'adobe-garamond-pro';
|
|
728
|
+
--font-family-body-italics: 'adobe-garamond-pro';
|
|
729
|
+
--font-family-buttons: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
|
|
730
|
+
--font-family-overline: 'Gotham SSm Medium', sans-serif;
|
|
731
|
+
--font-family-subtitle: 'Gotham SSm Medium', 'Montserrat', sans-serif;
|
|
732
|
+
--font-family-people-listing-role: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
|
|
733
|
+
--font-family-people-listing-name: 'adobe-garamond-pro';
|
|
734
|
+
|
|
735
|
+
--font-feature-settings-header: 'tnum' on, 'lnum' on;
|
|
736
|
+
--font-feature-settings-altHeader: 'pnum' on, 'onum' on;
|
|
737
|
+
--font-feature-settings-overline: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
|
|
738
|
+
--font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
|
|
739
|
+
--font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
|
|
740
|
+
--font-feature-settings-navigation: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
|
|
741
|
+
|
|
742
|
+
--text-transform-header: uppercase;
|
|
743
|
+
--text-transform-altHeader: none;
|
|
744
|
+
--text-transform-body: none;
|
|
745
|
+
--text-transform-overline: uppercase;
|
|
746
|
+
--text-transform-subtitle: uppercase;
|
|
747
|
+
|
|
748
|
+
--word-break-header: break-word;
|
|
749
|
+
--word-break-altHeader: break-word;
|
|
750
|
+
--word-break-body: break-word;
|
|
751
|
+
--word-break-overline: break-word;
|
|
752
|
+
--word-break-subtitle: break-word;
|
|
753
|
+
|
|
754
|
+
--grid-template-columns: calc(20px - 12px) repeat(12, minmax(0, 1fr)) calc(20px - 12px);
|
|
755
|
+
--grid-column-gap: 12px;
|
|
756
|
+
--grid-margin: 20px;
|
|
757
|
+
|
|
758
|
+
--footer-height: auto;
|
|
759
|
+
--footer-padding-top: 20px;
|
|
760
|
+
--footer-padding-bottom: 20px;
|
|
761
|
+
--footer-items-gap: 12px;
|
|
762
|
+
--footer-media-icon-width: 28px;
|
|
763
|
+
--footer-media-icon-height: 28px;
|
|
764
|
+
--footer-vertical-spacing-lg: 24px;
|
|
765
|
+
--footer-vertical-spacing-sm: 24px;
|
|
766
|
+
|
|
767
|
+
--anchor-tabs-height: 60px;
|
|
768
|
+
|
|
769
|
+
--rotator-button-width: 40px;
|
|
770
|
+
--rotator-button-icon-width: 24px;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
@media (min-width: 700px) and (max-width: 1139px) {
|
|
774
|
+
--grid-template-columns: calc(32px - 20px) repeat(12, minmax(0, 1fr)) calc(32px - 20px);
|
|
775
|
+
--grid-column-gap: 20px;
|
|
776
|
+
--grid-margin: 32px;
|
|
777
|
+
|
|
778
|
+
--rotator-button-width: 44px;
|
|
779
|
+
--rotator-button-icon-width: 24px;
|
|
780
|
+
|
|
781
|
+
--font-size-header-6: 17px;
|
|
782
|
+
--font-size-altHeader-4: 24px;
|
|
783
|
+
--font-size-body-1: 17px;
|
|
784
|
+
|
|
785
|
+
--footer-media-gap: 24px;
|
|
786
|
+
--footer-padding-top: 40px;
|
|
787
|
+
--footer-padding-bottom: 40px;
|
|
788
|
+
}
|
|
789
|
+
}
|
|
790
|
+
|
|
791
|
+
.stream-theme-module_streamTheme__lTfqQ {
|
|
792
|
+
/* Stream theme overrides */
|
|
793
|
+
--base-color-primary: #1866dc;
|
|
794
|
+
--color-primary: #1866dc;
|
|
795
|
+
--color-primary-button: #1866dc;
|
|
796
|
+
--color-secondary-button: #ffffff;
|
|
797
|
+
--color-tertiary-button: transparent;
|
|
798
|
+
--color-auxiliary-button: transparent;
|
|
799
|
+
--color-primary-button-reverse-bg: #1a1a1a;
|
|
800
|
+
--color-primary-button-reverse: #ffffff;
|
|
801
|
+
|
|
802
|
+
--button-color: var(--color-base-white);
|
|
803
|
+
--button-bg-color: var(--color-primary-black);
|
|
804
|
+
--button-hover-color: var(--color-black-hovered);
|
|
805
|
+
--button-pressed-color: var(--color-black-pressed);
|
|
806
|
+
--button-secondary-color: var(--color-primary-black);
|
|
807
|
+
--button-secondary-hover-color: var(--color-black-hovered);
|
|
808
|
+
--button-secondary-pressed-color: var(--color-black-pressed);
|
|
809
|
+
--button-tertiary-color: var(--color-primary-red);
|
|
810
|
+
--button-tertiary-hover-color: var(--color-rbo-red-hovered);
|
|
811
|
+
--button-tertiary-pressed-color: var(--color-rbo-red-pressed);
|
|
812
|
+
|
|
813
|
+
--rotator-button-color: var(--color-base-white);
|
|
814
|
+
--rotator-button-bg-color: var(--color-base-black);
|
|
815
|
+
--rotator-button-hover-color: var(--color-base-white);
|
|
816
|
+
--rotator-button-hover-bg-color: var(--color-primary-red);
|
|
817
|
+
}
|
|
818
|
+
|
|
819
|
+
.cinema-theme-module_cinemaTheme__f5QFs {
|
|
820
|
+
/* Cinema theme overrides */
|
|
821
|
+
--base-color-primary: #1a1a1a;
|
|
822
|
+
--color-primary: #1a1a1a;
|
|
823
|
+
--color-primary-button: #ffffff;
|
|
824
|
+
--color-primary-button-reverse-bg: #ffffff;
|
|
825
|
+
--color-primary-button-reverse: #1a1a1a;
|
|
826
|
+
--color-secondary-button: #ffffff;
|
|
827
|
+
--color-tertiary-button: transparent;
|
|
828
|
+
--color-auxiliary-button: transparent;
|
|
829
|
+
--color-white-hovered: #fafafa;
|
|
830
|
+
--color-white-pressed: #f2f2f2;
|
|
831
|
+
|
|
832
|
+
--button-color: var(--color-primary-black);
|
|
833
|
+
--button-bg-color: var(--color-base-white);
|
|
834
|
+
--button-hover-color: var( --color-white-hovered);
|
|
835
|
+
--button-pressed-color: var(--color-white-pressed);
|
|
836
|
+
--button-secondary-color: var(--color-base-white);
|
|
837
|
+
--button-secondary-hover-color: var( --color-white-hovered);
|
|
838
|
+
--button-secondary-pressed-color: var(--color-white-pressed);
|
|
839
|
+
--button-tertiary-color: var(--color-base-white);
|
|
840
|
+
--button-tertiary-hover-color: var(--color-white-hovered);
|
|
841
|
+
--button-tertiary-pressed-color: var(--color-white-pressed);
|
|
842
|
+
|
|
843
|
+
--rotator-button-color: var(--color-primary-black);
|
|
844
|
+
--rotator-button-bg-color: var(--color-base-light-grey);
|
|
845
|
+
--rotator-button-hover-color: var(--color-base-white);
|
|
846
|
+
--rotator-button-hover-bg-color: var(--color-primary-black);
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
.schools-theme-module_schoolsTheme__CWHba {
|
|
850
|
+
/* Schools theme overrides */
|
|
851
|
+
--base-color-primary: #c8102e;
|
|
852
|
+
--color-primary: #c8102e;
|
|
853
|
+
--color-primary-button: #c8102e;
|
|
854
|
+
--color-primary-button-reverse-bg: #1a1a1a;
|
|
855
|
+
--color-primary-button-reverse: #ffffff;
|
|
856
|
+
--color-secondary-button: #ffffff;
|
|
857
|
+
--color-tertiary-button: transparent;
|
|
858
|
+
--color-auxiliary-button: transparent;
|
|
859
|
+
|
|
860
|
+
--text-transform-header: none;
|
|
861
|
+
--text-transform-altHeader: none;
|
|
862
|
+
--text-transform-body: none;
|
|
863
|
+
--text-transform-overline: none;
|
|
864
|
+
--text-transform-subtitle: none;
|
|
865
|
+
--text-transform-navigation: uppercase;
|
|
866
|
+
|
|
867
|
+
@media only screen and (max-width: calc(var(--breakpoint-sm) - 1px)) {
|
|
868
|
+
--text-transform-header: none;
|
|
869
|
+
--text-transform-altHeader: none;
|
|
870
|
+
--text-transform-body: none;
|
|
871
|
+
--text-transform-overline: none;
|
|
872
|
+
--text-transform-subtitle: none;
|
|
873
|
+
--text-transform-navigation: uppercase;
|
|
874
|
+
}
|
|
875
|
+
}
|