@royaloperahouse/harmonic 0.1.8-p → 0.1.9-a
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/dist/components/Typography/Typography.d.ts +2 -1
- package/dist/components/atoms/Buttons/Primary/utils.d.ts +0 -2
- package/dist/components/atoms/Buttons/Secondary/utils.d.ts +1 -2
- package/dist/components/atoms/Buttons/Tertiary/utils.d.ts +1 -1
- package/dist/components/atoms/SponsorLogo/SponsorLogo.d.ts +1 -1
- package/dist/components/atoms/SponsorLogo/SponsorLogo.style.d.ts +2 -1
- package/dist/components/index.d.ts +4 -4
- package/dist/components/molecules/AnnouncementBanner/AnnouncementBanner.style.d.ts +1 -1
- package/dist/components/molecules/Card/Card.style.d.ts +1 -1
- package/dist/components/molecules/Information/Information.style.d.ts +12 -3
- package/dist/components/molecules/PageHeading/index.d.ts +1 -2
- package/dist/components/molecules/index.d.ts +2 -2
- package/dist/components/organisms/Footer/Footer.style.d.ts +1 -0
- package/dist/components/organisms/index.d.ts +1 -4
- package/dist/harmonic.cjs.development.css +135 -175
- package/dist/harmonic.cjs.development.js +761 -2149
- 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 +793 -2171
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/index.d.ts +3 -5
- package/dist/styles/HarmonicThemeProvider/HarmonicThemeProvider.d.ts +0 -1
- package/dist/types/buttonTypes.d.ts +2 -6
- package/dist/types/card.d.ts +2 -2
- package/dist/types/carousel.d.ts +9 -68
- package/dist/types/editorial.d.ts +3 -15
- package/dist/types/image.d.ts +3 -9
- package/dist/types/impactHeader.d.ts +1 -52
- package/dist/types/index.d.ts +3 -3
- package/dist/types/information.d.ts +41 -18
- package/dist/types/progress.d.ts +0 -4
- package/dist/types/types.d.ts +9 -5
- package/dist/types/typography.d.ts +5 -11
- package/package.json +1 -2
- package/dist/components/Typography/utils.d.ts +0 -7
- package/dist/components/molecules/Information/utils.d.ts +0 -11
- package/dist/components/molecules/PageHeading/Promo/Promo.d.ts +0 -5
- package/dist/components/molecules/PageHeading/Promo/Promo.style.d.ts +0 -28
- package/dist/components/molecules/PageHeading/Promo/components/Badge.d.ts +0 -10
- package/dist/components/molecules/PageHeading/Promo/components/Button.d.ts +0 -10
- package/dist/components/molecules/PageHeading/Promo/components/Image.d.ts +0 -4
- package/dist/components/molecules/PageHeading/Promo/index.d.ts +0 -2
- package/dist/components/molecules/Swipe/Swipe.d.ts +0 -13
- package/dist/components/molecules/Swipe/Swipe.style.d.ts +0 -8
- package/dist/components/molecules/Swipe/helper.d.ts +0 -2
- package/dist/components/molecules/Swipe/index.d.ts +0 -2
- package/dist/components/organisms/Carousels/Carousel/Carousel.d.ts +0 -4
- package/dist/components/organisms/Carousels/Carousel/Carousel.style.d.ts +0 -11
- package/dist/components/organisms/Carousels/Carousel/helper.d.ts +0 -26
- package/dist/components/organisms/Carousels/Carousel/index.d.ts +0 -2
- package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCarousel.d.ts +0 -4
- package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCarousel.style.d.ts +0 -21
- package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCinema.d.ts +0 -4
- package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsCore.d.ts +0 -4
- package/dist/components/organisms/Carousels/HighlightsCarousel/HighlightsStream.d.ts +0 -4
- package/dist/components/organisms/Carousels/HighlightsCarousel/components/Buttons.d.ts +0 -5
- package/dist/components/organisms/Carousels/HighlightsCarousel/components/InfoSection.d.ts +0 -10
- package/dist/components/organisms/Carousels/HighlightsCarousel/components/SwipeCarousel.d.ts +0 -12
- package/dist/components/organisms/Carousels/HighlightsCarousel/helper.d.ts +0 -291
- package/dist/components/organisms/Carousels/HighlightsCarousel/index.d.ts +0 -5
- package/dist/components/organisms/Carousels/MinimalCarousel/MinimalCarousel.d.ts +0 -4
- package/dist/components/organisms/Carousels/MinimalCarousel/MinimalCarousel.style.d.ts +0 -4
- package/dist/components/organisms/Carousels/MinimalCarousel/index.d.ts +0 -2
|
@@ -1,234 +1,188 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: 'GreyLLTT';
|
|
3
|
-
src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Regular.woff2') format('woff2');
|
|
4
|
-
font-weight: 400;
|
|
5
|
-
font-style: normal;
|
|
6
|
-
font-display: swap;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
@font-face {
|
|
10
|
-
font-family: 'GreyLLTT';
|
|
11
|
-
src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Medium.woff2') format('woff2');
|
|
12
|
-
font-weight: 500;
|
|
13
|
-
font-style: normal;
|
|
14
|
-
font-display: swap;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
@font-face {
|
|
18
|
-
font-family: 'GreyLLTT';
|
|
19
|
-
src: url('https://static.roh.org.uk/fonts/harmonic/GreyLLTT-Bold.woff2') format('woff2');
|
|
20
|
-
font-weight: 700;
|
|
21
|
-
font-style: normal;
|
|
22
|
-
font-display: swap;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
@font-face {
|
|
26
|
-
font-family: 'VictorSerif';
|
|
27
|
-
src: url('https://static.roh.org.uk/fonts/harmonic/VictorSerif-Medium.woff2')
|
|
28
|
-
format('woff2');
|
|
29
|
-
font-weight: 500;
|
|
30
|
-
font-style: normal;
|
|
31
|
-
font-display: swap;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
@font-face {
|
|
35
|
-
font-family: 'VictorSerif';
|
|
36
|
-
src: url('https://static.roh.org.uk/fonts/harmonic/VictorSerif-MediumItalic.woff2')
|
|
37
|
-
format('woff2');
|
|
38
|
-
font-weight: 500;
|
|
39
|
-
font-style: italic;
|
|
40
|
-
font-display: swap;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
1
|
/* ~~~~~ General Styling Classes ~~~~~ */
|
|
44
|
-
.
|
|
2
|
+
.styles_color-primary__UYod1 {
|
|
45
3
|
color: var(--color-primary);
|
|
46
4
|
}
|
|
47
5
|
|
|
48
|
-
.
|
|
6
|
+
.styles_color-black__a05Fo {
|
|
49
7
|
color: var(--color-base-black);
|
|
50
8
|
}
|
|
51
9
|
|
|
52
|
-
.
|
|
10
|
+
.styles_color-white__HiYDT {
|
|
53
11
|
color: var(--color-base-white);
|
|
54
12
|
}
|
|
55
13
|
|
|
56
|
-
.
|
|
14
|
+
.styles_color-red__zwTZW {
|
|
57
15
|
color: var(--color-primary-red);
|
|
58
16
|
}
|
|
59
17
|
|
|
60
|
-
.
|
|
18
|
+
.styles_color-grey__Gc0wv {
|
|
61
19
|
color: var(--color-base-dark-grey);
|
|
62
20
|
}
|
|
63
21
|
|
|
64
|
-
.
|
|
65
|
-
color: inherit;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
.typography_em__E6tX- {
|
|
22
|
+
.styles_em__v4FoO {
|
|
69
23
|
font-style: italic;
|
|
70
24
|
}
|
|
71
25
|
/* ~~~ */
|
|
72
26
|
|
|
73
27
|
/* Display Headers */
|
|
74
|
-
.
|
|
28
|
+
.styles_display__VgnTB {
|
|
75
29
|
margin: 0;
|
|
76
30
|
font-family: var(--font-family-sans);
|
|
77
31
|
line-height: 100%;
|
|
78
32
|
|
|
79
|
-
&.
|
|
33
|
+
&.styles_large__vqVxY {
|
|
80
34
|
font-size: 96px;
|
|
81
35
|
font-weight: 700;
|
|
82
36
|
letter-spacing: -5px;
|
|
83
37
|
}
|
|
84
38
|
|
|
85
|
-
&.
|
|
39
|
+
&.styles_small__e7YDe {
|
|
86
40
|
font-size: 68px;
|
|
87
41
|
font-weight: 500;
|
|
88
42
|
letter-spacing: -3px;
|
|
89
43
|
}
|
|
90
44
|
|
|
91
45
|
/* Serif and Italic styles */
|
|
92
|
-
&.
|
|
93
|
-
&.
|
|
46
|
+
&.styles_serif__b-ZjM,
|
|
47
|
+
&.styles_em__v4FoO {
|
|
94
48
|
font-family: var(--font-family-serif);
|
|
95
49
|
font-weight: 500;
|
|
96
50
|
}
|
|
97
51
|
|
|
98
52
|
/* Serif and Italic adjustments */
|
|
99
|
-
&.
|
|
100
|
-
&.
|
|
53
|
+
&.styles_large__vqVxY.styles_serif__b-ZjM,
|
|
54
|
+
&.styles_large__vqVxY.styles_em__v4FoO {
|
|
101
55
|
letter-spacing: -3px;
|
|
102
56
|
}
|
|
103
57
|
|
|
104
|
-
&.
|
|
105
|
-
&.
|
|
58
|
+
&.styles_small__e7YDe.styles_serif__b-ZjM,
|
|
59
|
+
&.styles_small__e7YDe.styles_em__v4FoO {
|
|
106
60
|
letter-spacing: -2px;
|
|
107
61
|
}
|
|
108
62
|
|
|
109
63
|
@media (max-width: 699px) {
|
|
110
|
-
&.
|
|
64
|
+
&.styles_large__vqVxY {
|
|
111
65
|
font-size: 38px;
|
|
112
66
|
letter-spacing: -1.5px;
|
|
113
67
|
}
|
|
114
68
|
|
|
115
|
-
&.
|
|
69
|
+
&.styles_small__e7YDe {
|
|
116
70
|
font-size: 32px;
|
|
117
71
|
letter-spacing: -1.5px;
|
|
118
72
|
}
|
|
119
73
|
|
|
120
|
-
&.
|
|
121
|
-
&.
|
|
122
|
-
&.
|
|
123
|
-
&.
|
|
74
|
+
&.styles_large__vqVxY.styles_serif__b-ZjM,
|
|
75
|
+
&.styles_large__vqVxY.styles_em__v4FoO,
|
|
76
|
+
&.styles_small__e7YDe.styles_serif__b-ZjM,
|
|
77
|
+
&.styles_small__e7YDe.styles_em__v4FoO {
|
|
124
78
|
letter-spacing: -0.5px;
|
|
125
79
|
}
|
|
126
80
|
}
|
|
127
81
|
}
|
|
128
82
|
|
|
129
83
|
/* Headers */
|
|
130
|
-
.
|
|
84
|
+
.styles_header__UDH-H {
|
|
131
85
|
margin: 0;
|
|
132
86
|
font-family: var(--font-family-sans);
|
|
133
87
|
font-weight: 500;
|
|
134
88
|
|
|
135
|
-
&.
|
|
89
|
+
&.styles_large__vqVxY {
|
|
136
90
|
font-size: 44px;
|
|
137
91
|
line-height: 48px;
|
|
138
92
|
letter-spacing: -1.5px;
|
|
139
93
|
}
|
|
140
94
|
|
|
141
|
-
&.
|
|
95
|
+
&.styles_medium__WQPZj {
|
|
142
96
|
font-size: 34px;
|
|
143
97
|
line-height: 40px;
|
|
144
98
|
letter-spacing: -1px;
|
|
145
99
|
}
|
|
146
100
|
|
|
147
|
-
&.
|
|
101
|
+
&.styles_small__e7YDe {
|
|
148
102
|
font-size: 26px;
|
|
149
103
|
line-height: 32px;
|
|
150
104
|
letter-spacing: -0.5px;
|
|
151
105
|
}
|
|
152
106
|
|
|
153
107
|
/* Serif and Italic styles */
|
|
154
|
-
&.
|
|
155
|
-
&.
|
|
108
|
+
&.styles_serif__b-ZjM,
|
|
109
|
+
&.styles_em__v4FoO {
|
|
156
110
|
font-family: var(--font-family-serif);
|
|
157
111
|
}
|
|
158
112
|
|
|
159
113
|
/* Serif and Italic letter-spacing overrides */
|
|
160
|
-
&.
|
|
161
|
-
&.
|
|
114
|
+
&.styles_large__vqVxY.styles_serif__b-ZjM,
|
|
115
|
+
&.styles_large__vqVxY.styles_em__v4FoO {
|
|
162
116
|
letter-spacing: -0.5px;
|
|
163
117
|
}
|
|
164
118
|
|
|
165
|
-
&.
|
|
166
|
-
&.
|
|
119
|
+
&.styles_medium__WQPZj.styles_serif__b-ZjM,
|
|
120
|
+
&.styles_medium__WQPZj.styles_em__v4FoO {
|
|
167
121
|
letter-spacing: -0.5px;
|
|
168
122
|
}
|
|
169
123
|
|
|
170
|
-
&.
|
|
171
|
-
&.
|
|
124
|
+
&.styles_small__e7YDe.styles_serif__b-ZjM,
|
|
125
|
+
&.styles_small__e7YDe.styles_em__v4FoO {
|
|
172
126
|
letter-spacing: -0.5px;
|
|
173
127
|
}
|
|
174
128
|
|
|
175
129
|
@media (max-width: 699px) {
|
|
176
|
-
&.
|
|
130
|
+
&.styles_large__vqVxY {
|
|
177
131
|
font-size: 28px;
|
|
178
132
|
line-height: 34px;
|
|
179
133
|
letter-spacing: -1.5px;
|
|
180
134
|
}
|
|
181
135
|
|
|
182
|
-
&.
|
|
136
|
+
&.styles_medium__WQPZj {
|
|
183
137
|
font-size: 24px;
|
|
184
138
|
line-height: 28px;
|
|
185
139
|
letter-spacing: -1px;
|
|
186
140
|
}
|
|
187
141
|
|
|
188
|
-
&.
|
|
142
|
+
&.styles_small__e7YDe {
|
|
189
143
|
font-size: 20px;
|
|
190
144
|
line-height: 26px;
|
|
191
145
|
letter-spacing: -0.75px;
|
|
192
146
|
}
|
|
193
147
|
|
|
194
148
|
/* Mobile overrides for serif/italic letter-spacing */
|
|
195
|
-
&.
|
|
196
|
-
&.
|
|
197
|
-
&.
|
|
198
|
-
&.
|
|
199
|
-
&.
|
|
200
|
-
&.
|
|
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 {
|
|
201
155
|
letter-spacing: -0.5px;
|
|
202
156
|
}
|
|
203
157
|
}
|
|
204
158
|
}
|
|
205
159
|
|
|
206
160
|
/* Subtitle */
|
|
207
|
-
.
|
|
161
|
+
.styles_subtitle__os3DH {
|
|
208
162
|
margin: 0;
|
|
209
163
|
font-family: var(--font-family-sans);
|
|
210
164
|
font-weight: 500;
|
|
211
165
|
|
|
212
|
-
&.
|
|
166
|
+
&.styles_large__vqVxY {
|
|
213
167
|
font-size: 19px;
|
|
214
168
|
line-height: 26px;
|
|
215
169
|
letter-spacing: -0.5px;
|
|
216
170
|
}
|
|
217
171
|
|
|
218
|
-
&.
|
|
172
|
+
&.styles_small__e7YDe {
|
|
219
173
|
font-size: 17px;
|
|
220
174
|
line-height: 24px;
|
|
221
175
|
letter-spacing: -0.5px;
|
|
222
176
|
}
|
|
223
177
|
|
|
224
178
|
@media (max-width: 699px) {
|
|
225
|
-
&.
|
|
179
|
+
&.styles_large__vqVxY {
|
|
226
180
|
font-size: 17px;
|
|
227
181
|
line-height: 24px;
|
|
228
182
|
letter-spacing: -0.5px;
|
|
229
183
|
}
|
|
230
184
|
|
|
231
|
-
&.
|
|
185
|
+
&.styles_small__e7YDe {
|
|
232
186
|
font-size: 14px;
|
|
233
187
|
line-height: 20px;
|
|
234
188
|
letter-spacing: -0.2px;
|
|
@@ -237,43 +191,43 @@
|
|
|
237
191
|
}
|
|
238
192
|
|
|
239
193
|
/* Body Copy */
|
|
240
|
-
.
|
|
194
|
+
.styles_bodycopy__uEx9r {
|
|
241
195
|
margin: 0;
|
|
242
196
|
font-family: var(--font-family-sans);
|
|
243
197
|
font-weight: 400;
|
|
244
198
|
|
|
245
|
-
&.
|
|
199
|
+
&.styles_large__vqVxY {
|
|
246
200
|
font-size: 19px;
|
|
247
201
|
line-height: 26px;
|
|
248
202
|
letter-spacing: -0.5px;
|
|
249
203
|
}
|
|
250
204
|
|
|
251
|
-
&.
|
|
205
|
+
&.styles_medium__WQPZj {
|
|
252
206
|
font-size: 17px;
|
|
253
207
|
line-height: 24px;
|
|
254
208
|
letter-spacing: -0.5px;
|
|
255
209
|
}
|
|
256
210
|
|
|
257
|
-
&.
|
|
211
|
+
&.styles_small__e7YDe {
|
|
258
212
|
font-size: 14px;
|
|
259
213
|
line-height: 20px;
|
|
260
214
|
letter-spacing: -0.5px;
|
|
261
215
|
}
|
|
262
216
|
|
|
263
217
|
@media (max-width: 699px) {
|
|
264
|
-
&.
|
|
218
|
+
&.styles_large__vqVxY {
|
|
265
219
|
font-size: 17px;
|
|
266
220
|
line-height: 24px;
|
|
267
221
|
letter-spacing: -0.5px;
|
|
268
222
|
}
|
|
269
223
|
|
|
270
|
-
&.
|
|
224
|
+
&.styles_medium__WQPZj {
|
|
271
225
|
font-size: 14px;
|
|
272
226
|
line-height: 20px;
|
|
273
227
|
letter-spacing: -0.2px;
|
|
274
228
|
}
|
|
275
229
|
|
|
276
|
-
&.
|
|
230
|
+
&.styles_small__e7YDe {
|
|
277
231
|
font-size: 11px;
|
|
278
232
|
line-height: 16px;
|
|
279
233
|
letter-spacing: -0.2px;
|
|
@@ -282,31 +236,31 @@
|
|
|
282
236
|
}
|
|
283
237
|
|
|
284
238
|
/* Overline */
|
|
285
|
-
.
|
|
239
|
+
.styles_overline__5xGDa {
|
|
286
240
|
margin: 0;
|
|
287
241
|
font-family: var(--font-family-sans);
|
|
288
242
|
font-weight: 500;
|
|
289
243
|
text-transform: uppercase;
|
|
290
244
|
|
|
291
|
-
&.
|
|
245
|
+
&.styles_large__vqVxY {
|
|
292
246
|
font-size: 14px;
|
|
293
247
|
line-height: 18px;
|
|
294
248
|
letter-spacing: 0.3px;
|
|
295
249
|
}
|
|
296
250
|
|
|
297
|
-
&.
|
|
251
|
+
&.styles_small__e7YDe {
|
|
298
252
|
font-size: 12px;
|
|
299
253
|
line-height: 14px;
|
|
300
254
|
letter-spacing: 0.2px;
|
|
301
255
|
}
|
|
302
256
|
|
|
303
257
|
@media (max-width: 699px) {
|
|
304
|
-
&.
|
|
258
|
+
&.styles_large__vqVxY {
|
|
305
259
|
line-height: 17px;
|
|
306
260
|
letter-spacing: 0.3px; /* Added to ensure it stays */
|
|
307
261
|
}
|
|
308
262
|
|
|
309
|
-
&.
|
|
263
|
+
&.styles_small__e7YDe {
|
|
310
264
|
line-height: 14px;
|
|
311
265
|
letter-spacing: 0.3px;
|
|
312
266
|
}
|
|
@@ -314,7 +268,7 @@
|
|
|
314
268
|
}
|
|
315
269
|
|
|
316
270
|
/* Button Text */
|
|
317
|
-
.
|
|
271
|
+
.styles_buttontext__UPumF {
|
|
318
272
|
margin: 0;
|
|
319
273
|
font-family: var(--font-family-sans);
|
|
320
274
|
font-size: 17px;
|
|
@@ -329,7 +283,7 @@
|
|
|
329
283
|
}
|
|
330
284
|
|
|
331
285
|
/* Caption Text */
|
|
332
|
-
.
|
|
286
|
+
.styles_captiontext__-TA6x {
|
|
333
287
|
margin: 0;
|
|
334
288
|
font-family: var(--font-family-sans);
|
|
335
289
|
font-weight: 400;
|
|
@@ -345,7 +299,7 @@
|
|
|
345
299
|
}
|
|
346
300
|
|
|
347
301
|
/* Navigation Text */
|
|
348
|
-
.
|
|
302
|
+
.styles_navigationtext__qnnIo {
|
|
349
303
|
margin: 0;
|
|
350
304
|
font-family: var(--font-family-sans);
|
|
351
305
|
font-size: 19px;
|
|
@@ -359,11 +313,52 @@
|
|
|
359
313
|
}
|
|
360
314
|
}
|
|
361
315
|
|
|
316
|
+
@font-face {
|
|
317
|
+
font-family: 'GreyLLTT';
|
|
318
|
+
src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/GreyLLTT-Regular.woff2') format('woff2');
|
|
319
|
+
font-weight: 400;
|
|
320
|
+
font-style: normal;
|
|
321
|
+
font-display: swap;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
@font-face {
|
|
325
|
+
font-family: 'GreyLLTT';
|
|
326
|
+
src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/GreyLLTT-Medium.woff2') format('woff2');
|
|
327
|
+
font-weight: 500;
|
|
328
|
+
font-style: normal;
|
|
329
|
+
font-display: swap;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
@font-face {
|
|
333
|
+
font-family: 'GreyLLTT';
|
|
334
|
+
src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/GreyLLTT-Bold.woff2') format('woff2');
|
|
335
|
+
font-weight: 700;
|
|
336
|
+
font-style: normal;
|
|
337
|
+
font-display: swap;
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
@font-face {
|
|
341
|
+
font-family: 'VictorSerif';
|
|
342
|
+
src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/VictorSerif-Medium.woff2')
|
|
343
|
+
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')
|
|
352
|
+
format('woff2');
|
|
353
|
+
font-weight: 500;
|
|
354
|
+
font-style: italic;
|
|
355
|
+
font-display: swap;
|
|
356
|
+
}
|
|
357
|
+
|
|
362
358
|
.core-theme-module_coreTheme__pWxYB {
|
|
363
359
|
/* RBO Red */
|
|
364
360
|
/* Primary Palette */
|
|
365
361
|
--color-primary: #1a1a1a;
|
|
366
|
-
--color-primary-background: #eb0a0a;
|
|
367
362
|
--color-primary-red: #eb0a0a;
|
|
368
363
|
--color-primary-black: #1a1a1a;
|
|
369
364
|
|
|
@@ -446,37 +441,6 @@
|
|
|
446
441
|
--button-auxiliary-color: var(--color-primary-black);
|
|
447
442
|
--button-auxiliary-bg-color: var(--color-base-transparent);
|
|
448
443
|
|
|
449
|
-
/* ----- Variables already used in Harmonic START ----- */
|
|
450
|
-
--grid-column-gap: 36px;
|
|
451
|
-
--grid-margin: 10%;
|
|
452
|
-
|
|
453
|
-
--rotator-button-width: 60px;
|
|
454
|
-
--rotator-button-icon-width: 36px;
|
|
455
|
-
--rotator-button-color: var(--color-primary-black);
|
|
456
|
-
--rotator-button-bg-color: var(--color-base-light-grey);
|
|
457
|
-
--rotator-button-hover-color: var(--color-base-white);
|
|
458
|
-
--rotator-button-hover-bg-color: var(--color-primary-red);
|
|
459
|
-
|
|
460
|
-
--carousel-image-caption-height: 17px;
|
|
461
|
-
|
|
462
|
-
@media (max-width: 699px) {
|
|
463
|
-
--grid-column-gap: 12px;
|
|
464
|
-
--grid-margin: 20px;
|
|
465
|
-
--rotator-button-width: 40px;
|
|
466
|
-
--rotator-button-icon-width: 24px;
|
|
467
|
-
--carousel-image-caption-height: 14px;
|
|
468
|
-
}
|
|
469
|
-
|
|
470
|
-
@media (min-width: 700px) and (max-width: 1139px) {
|
|
471
|
-
--grid-column-gap: 20px;
|
|
472
|
-
--grid-margin: 32px;
|
|
473
|
-
--rotator-button-width: 44px;
|
|
474
|
-
--rotator-button-icon-width: 24px;
|
|
475
|
-
--carousel-image-caption-height: 14px;
|
|
476
|
-
}
|
|
477
|
-
|
|
478
|
-
/* ----- Variables already used in Harmonic END ----- */
|
|
479
|
-
|
|
480
444
|
--font-size-header-1: 96px;
|
|
481
445
|
--font-weight-header-1: 500;
|
|
482
446
|
--letter-spacing-header-1: 2px;
|
|
@@ -628,11 +592,20 @@
|
|
|
628
592
|
--navigation-xlarge-gap: 36px;
|
|
629
593
|
--navigation-large-margin: 60px;
|
|
630
594
|
|
|
595
|
+
--rotator-button-width: 60px;
|
|
596
|
+
--rotator-button-icon-width: 36px;
|
|
597
|
+
--rotator-button-color: var(--color-primary-black);
|
|
598
|
+
--rotator-button-bg-color: var(--color-base-light-grey);
|
|
599
|
+
--rotator-button-hover-color: var(--color-base-white);
|
|
600
|
+
--rotator-button-hover-bg-color: var(--color-primary-red);
|
|
601
|
+
|
|
631
602
|
--font-size-search: 24px;
|
|
632
603
|
--font-family-search: 'adobe-garamond-pro';
|
|
633
604
|
|
|
605
|
+
--grid-margin: 10%;
|
|
634
606
|
--grid-outer-margin: 50px;
|
|
635
607
|
--grid-template-columns: 14px calc(10% - 86px) repeat(12, minmax(0, 1fr)) calc(10% - 86px) 14px;
|
|
608
|
+
--grid-column-gap: 36px;
|
|
636
609
|
|
|
637
610
|
--footer-height: 380px;
|
|
638
611
|
--footer-padding-top: 44px;
|
|
@@ -663,15 +636,6 @@
|
|
|
663
636
|
--announcement-banner-hover-color: var(--color-white-hovered);
|
|
664
637
|
--announcement-banner-pressed-color: var(--color-white-pressed);
|
|
665
638
|
|
|
666
|
-
--information-panel-color: var(--color-base-white);
|
|
667
|
-
--information-panel-bg-color: var(--color-primary-red);
|
|
668
|
-
--information-panel-button-color: var(--color-primary-black);
|
|
669
|
-
--information-panel-button-bg-color: var(--color-base-white);
|
|
670
|
-
--information-panel-button-hover-color: var(--color-white-hovered);
|
|
671
|
-
--information-panel-button-pressed-color: var(--color-white-pressed);
|
|
672
|
-
|
|
673
|
-
--heading-promo-bg-color: var(--color-primary-red);
|
|
674
|
-
|
|
675
639
|
@media (max-width: 699px) {
|
|
676
640
|
--font-size-header-1: 38px;
|
|
677
641
|
--font-weight-header-1: 500;
|
|
@@ -795,6 +759,8 @@
|
|
|
795
759
|
--word-break-subtitle: break-word;
|
|
796
760
|
|
|
797
761
|
--grid-template-columns: calc(20px - 12px) repeat(12, minmax(0, 1fr)) calc(20px - 12px);
|
|
762
|
+
--grid-column-gap: 12px;
|
|
763
|
+
--grid-margin: 20px;
|
|
798
764
|
|
|
799
765
|
--footer-height: auto;
|
|
800
766
|
--footer-padding-top: 20px;
|
|
@@ -806,10 +772,19 @@
|
|
|
806
772
|
--footer-vertical-spacing-sm: 24px;
|
|
807
773
|
|
|
808
774
|
--anchor-tabs-height: 60px;
|
|
775
|
+
|
|
776
|
+
--rotator-button-width: 40px;
|
|
777
|
+
--rotator-button-icon-width: 24px;
|
|
809
778
|
}
|
|
810
779
|
|
|
811
780
|
@media (min-width: 700px) and (max-width: 1139px) {
|
|
812
781
|
--grid-template-columns: calc(32px - 20px) repeat(12, minmax(0, 1fr)) calc(32px - 20px);
|
|
782
|
+
--grid-column-gap: 20px;
|
|
783
|
+
--grid-margin: 32px;
|
|
784
|
+
|
|
785
|
+
--rotator-button-width: 44px;
|
|
786
|
+
--rotator-button-icon-width: 24px;
|
|
787
|
+
|
|
813
788
|
--font-size-header-6: 17px;
|
|
814
789
|
--font-size-altHeader-4: 24px;
|
|
815
790
|
--font-size-body-1: 17px;
|
|
@@ -821,11 +796,10 @@
|
|
|
821
796
|
}
|
|
822
797
|
|
|
823
798
|
.stream-theme-module_streamTheme__lTfqQ {
|
|
824
|
-
/*
|
|
825
|
-
--base-color-primary: #
|
|
826
|
-
--color-primary: #
|
|
827
|
-
--color-primary-
|
|
828
|
-
--color-primary-button: #1a1a1a;
|
|
799
|
+
/* RBO Black */
|
|
800
|
+
--base-color-primary: #1866dc;
|
|
801
|
+
--color-primary: #1866dc;
|
|
802
|
+
--color-primary-button: #1866dc;
|
|
829
803
|
--color-secondary-button: #ffffff;
|
|
830
804
|
--color-tertiary-button: transparent;
|
|
831
805
|
--color-auxiliary-button: transparent;
|
|
@@ -839,28 +813,23 @@
|
|
|
839
813
|
--button-secondary-color: var(--color-primary-black);
|
|
840
814
|
--button-secondary-hover-color: var(--color-black-hovered);
|
|
841
815
|
--button-secondary-pressed-color: var(--color-black-pressed);
|
|
842
|
-
--button-tertiary-color: var(--color-primary-
|
|
843
|
-
--button-tertiary-hover-color: var(--color-rbo-
|
|
844
|
-
--button-tertiary-pressed-color: var(--color-rbo-
|
|
816
|
+
--button-tertiary-color: var(--color-primary-red);
|
|
817
|
+
--button-tertiary-hover-color: var(--color-rbo-red-hovered);
|
|
818
|
+
--button-tertiary-pressed-color: var(--color-rbo-red-pressed);
|
|
845
819
|
|
|
846
|
-
--rotator-button-color: var(--color-base-
|
|
847
|
-
--rotator-button-bg-color: var(--color-base-
|
|
820
|
+
--rotator-button-color: var(--color-base-white);
|
|
821
|
+
--rotator-button-bg-color: var(--color-base-black);
|
|
848
822
|
--rotator-button-hover-color: var(--color-base-white);
|
|
849
|
-
--rotator-button-hover-bg-color: var(--color-primary-
|
|
823
|
+
--rotator-button-hover-bg-color: var(--color-primary-red);
|
|
850
824
|
|
|
851
825
|
--announcement-banner-color: var(--color-base-white);
|
|
852
826
|
--announcement-banner-bg-color: var(--color-primary-black);
|
|
853
827
|
--announcement-banner-hover-color: var(--color-white-hovered);
|
|
854
828
|
--announcement-banner-pressed-color: var(--color-white-pressed);
|
|
855
|
-
|
|
856
|
-
--information-panel-color: var(--color-base-white);
|
|
857
|
-
--information-panel-bg-color: var(--color-primary-black);
|
|
858
|
-
|
|
859
|
-
--heading-promo-bg-color: var(--color-base-black);
|
|
860
829
|
}
|
|
861
830
|
|
|
862
831
|
.cinema-theme-module_cinemaTheme__f5QFs {
|
|
863
|
-
/* White */
|
|
832
|
+
/* RBO White */
|
|
864
833
|
--base-color-primary: #1a1a1a;
|
|
865
834
|
--color-primary: #1a1a1a;
|
|
866
835
|
--color-primary-button: #ffffff;
|
|
@@ -892,15 +861,6 @@
|
|
|
892
861
|
--announcement-banner-bg-color: var(--color-base-white);
|
|
893
862
|
--announcement-banner-hover-color: var(--color-rbo-red-hovered);
|
|
894
863
|
--announcement-banner-pressed-color: var(--color-rbo-red-pressed);
|
|
895
|
-
|
|
896
|
-
--information-panel-color: var(--color-primary-black);
|
|
897
|
-
--information-panel-bg-color: var(--color-base-white);
|
|
898
|
-
--information-panel-button-color: var(--color-base-white);
|
|
899
|
-
--information-panel-button-bg-color: var(--color-primary-red);
|
|
900
|
-
--information-panel-button-hover-color: var(--color-rbo-red-hovered);
|
|
901
|
-
--information-panel-button-pressed-color: var(--color-rbo-red-pressed);
|
|
902
|
-
|
|
903
|
-
--heading-promo-bg-color: var(--color-base-white);
|
|
904
864
|
}
|
|
905
865
|
|
|
906
866
|
.schools-theme-module_schoolsTheme__CWHba {
|