barbican-reset 2.60.0 → 3.1.0
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/components/AccountTitle.vue +2 -0
- package/components/BrAlert.vue +2 -2
- package/components/BrButton/components.js +3 -6
- package/components/BrCard.vue +1 -1
- package/components/BrCollapse/Button.vue +12 -11
- package/components/BrConfirmDone.vue +4 -4
- package/components/BrConfirmEmail.vue +4 -4
- package/components/BrContainer.vue +2 -0
- package/components/BrFormBlock.vue +2 -0
- package/components/BrFormCheckboxGroup/Component.vue +1 -1
- package/components/BrFormPassword.vue +3 -3
- package/components/BrFormRow.vue +2 -2
- package/components/BrFormUpdate.vue +1 -1
- package/components/BrLoader.vue +1 -1
- package/components/EventSummary.vue +3 -1
- package/components/SeeInside.vue +4 -2
- package/components/VideoContent.vue +4 -2
- package/icons/account/index.js +9 -9
- package/icons/city_of_london_lockup.vue +1 -1
- package/icons/index.js +20 -10
- package/icons/stream/index.js +9 -9
- package/index.js +34 -34
- package/package.json +1 -1
- package/patterns/components/samples.pug +1 -1
- package/patterns/html/index.html +152 -1
- package/patterns/scss/styles.scss +2 -5
- package/patterns/static/styles.css +471 -532
- package/scss/helpers/variables/colors/_brand.scss +12 -10
- package/scss/helpers/variables/index.scss +0 -1
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
@media only screen and (max-width:
|
|
1
|
+
@media only screen and (max-width: 99px) {
|
|
2
2
|
.br-alert {
|
|
3
3
|
font-size: 0.875rem;
|
|
4
4
|
}
|
|
5
5
|
}
|
|
6
6
|
.br-alert .title {
|
|
7
|
-
font-family: Supreme-Black, "Helvetica", "Arial", sans-serif;
|
|
8
|
-
font-weight: 400;
|
|
9
7
|
margin-bottom: 0.25rem;
|
|
8
|
+
font-weight: bold;
|
|
10
9
|
}
|
|
11
10
|
.br-alert .flex {
|
|
12
11
|
justify-content: space-between;
|
|
@@ -142,7 +141,8 @@
|
|
|
142
141
|
fill: hsl(205deg, 100%, 37%);
|
|
143
142
|
}
|
|
144
143
|
@media (hover: hover) {
|
|
145
|
-
.br-alert .wrap .btn.btn-link:hover,
|
|
144
|
+
.br-alert .wrap .btn.btn-link:hover,
|
|
145
|
+
.br-alert .wrap a:hover {
|
|
146
146
|
position: relative;
|
|
147
147
|
outline: none;
|
|
148
148
|
z-index: 2;
|
|
@@ -151,7 +151,8 @@
|
|
|
151
151
|
color: hsl(205deg, 100%, 95%);
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
|
-
.br-alert .wrap .btn.btn-link:active,
|
|
154
|
+
.br-alert .wrap .btn.btn-link:active,
|
|
155
|
+
.br-alert .wrap a:active {
|
|
155
156
|
position: relative;
|
|
156
157
|
outline: none;
|
|
157
158
|
z-index: 2;
|
|
@@ -159,7 +160,8 @@
|
|
|
159
160
|
background-color: hsl(205deg, 100%, 37%);
|
|
160
161
|
color: hsl(205deg, 100%, 95%);
|
|
161
162
|
}
|
|
162
|
-
.br-alert .wrap .btn.btn-link[data-focus-visible-added],
|
|
163
|
+
.br-alert .wrap .btn.btn-link[data-focus-visible-added],
|
|
164
|
+
.br-alert .wrap a[data-focus-visible-added] {
|
|
163
165
|
position: relative;
|
|
164
166
|
outline: none;
|
|
165
167
|
z-index: 2;
|
|
@@ -176,7 +178,8 @@
|
|
|
176
178
|
fill: hsl(0deg, 45%, 37%);
|
|
177
179
|
}
|
|
178
180
|
@media (hover: hover) {
|
|
179
|
-
.br-alert .wrap.error .btn.btn-link:hover,
|
|
181
|
+
.br-alert .wrap.error .btn.btn-link:hover,
|
|
182
|
+
.br-alert .wrap.error a:hover {
|
|
180
183
|
position: relative;
|
|
181
184
|
outline: none;
|
|
182
185
|
z-index: 2;
|
|
@@ -185,7 +188,8 @@
|
|
|
185
188
|
color: hsl(0deg, 45%, 95%);
|
|
186
189
|
}
|
|
187
190
|
}
|
|
188
|
-
.br-alert .wrap.error .btn.btn-link:active,
|
|
191
|
+
.br-alert .wrap.error .btn.btn-link:active,
|
|
192
|
+
.br-alert .wrap.error a:active {
|
|
189
193
|
position: relative;
|
|
190
194
|
outline: none;
|
|
191
195
|
z-index: 2;
|
|
@@ -193,7 +197,8 @@
|
|
|
193
197
|
background-color: hsl(0deg, 45%, 37%);
|
|
194
198
|
color: hsl(0deg, 45%, 95%);
|
|
195
199
|
}
|
|
196
|
-
.br-alert .wrap.error .btn.btn-link[data-focus-visible-added],
|
|
200
|
+
.br-alert .wrap.error .btn.btn-link[data-focus-visible-added],
|
|
201
|
+
.br-alert .wrap.error a[data-focus-visible-added] {
|
|
197
202
|
position: relative;
|
|
198
203
|
outline: none;
|
|
199
204
|
z-index: 2;
|
|
@@ -210,7 +215,8 @@
|
|
|
210
215
|
fill: hsl(120deg, 30%, 37%);
|
|
211
216
|
}
|
|
212
217
|
@media (hover: hover) {
|
|
213
|
-
.br-alert .wrap.success .btn.btn-link:hover,
|
|
218
|
+
.br-alert .wrap.success .btn.btn-link:hover,
|
|
219
|
+
.br-alert .wrap.success a:hover {
|
|
214
220
|
position: relative;
|
|
215
221
|
outline: none;
|
|
216
222
|
z-index: 2;
|
|
@@ -219,7 +225,8 @@
|
|
|
219
225
|
color: hsl(120deg, 30%, 95%);
|
|
220
226
|
}
|
|
221
227
|
}
|
|
222
|
-
.br-alert .wrap.success .btn.btn-link:active,
|
|
228
|
+
.br-alert .wrap.success .btn.btn-link:active,
|
|
229
|
+
.br-alert .wrap.success a:active {
|
|
223
230
|
position: relative;
|
|
224
231
|
outline: none;
|
|
225
232
|
z-index: 2;
|
|
@@ -227,7 +234,8 @@
|
|
|
227
234
|
background-color: hsl(120deg, 30%, 37%);
|
|
228
235
|
color: hsl(120deg, 30%, 95%);
|
|
229
236
|
}
|
|
230
|
-
.br-alert .wrap.success .btn.btn-link[data-focus-visible-added],
|
|
237
|
+
.br-alert .wrap.success .btn.btn-link[data-focus-visible-added],
|
|
238
|
+
.br-alert .wrap.success a[data-focus-visible-added] {
|
|
231
239
|
position: relative;
|
|
232
240
|
outline: none;
|
|
233
241
|
z-index: 2;
|
|
@@ -256,13 +264,14 @@
|
|
|
256
264
|
}
|
|
257
265
|
|
|
258
266
|
.btn {
|
|
259
|
-
font-family: Supreme-Black, "Helvetica", "Arial", sans-serif;
|
|
260
|
-
font-weight: 400;
|
|
261
267
|
border-radius: 0.375rem;
|
|
262
268
|
padding: 1rem;
|
|
263
269
|
text-decoration: none;
|
|
270
|
+
font-family: inherit;
|
|
264
271
|
font-size: 1.0625rem;
|
|
272
|
+
display: inline-grid;
|
|
265
273
|
text-align: center;
|
|
274
|
+
font-weight: bold;
|
|
266
275
|
transition: none;
|
|
267
276
|
cursor: pointer;
|
|
268
277
|
line-height: 1;
|
|
@@ -282,88 +291,78 @@
|
|
|
282
291
|
.btn:disabled, .btn.disabled {
|
|
283
292
|
opacity: 1;
|
|
284
293
|
}
|
|
294
|
+
|
|
285
295
|
.btn.btn-primary {
|
|
286
296
|
border: 1px solid hsl(21deg, 100%, 41%);
|
|
287
297
|
background-color: hsl(21deg, 100%, 41%);
|
|
288
298
|
color: white;
|
|
289
299
|
min-width: 8rem;
|
|
290
300
|
}
|
|
291
|
-
.btn.btn-primary path {
|
|
292
|
-
fill: currentColor;
|
|
293
|
-
}
|
|
294
301
|
@media (hover: hover) {
|
|
295
302
|
.btn.btn-primary:hover {
|
|
296
|
-
position: relative;
|
|
297
|
-
outline: none;
|
|
298
|
-
z-index: 2;
|
|
299
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
|
|
300
303
|
border: 1px solid hsl(21deg, 100%, 41%);
|
|
304
|
+
outline: 2px solid hsl(21deg, 100%, 41%);
|
|
301
305
|
background-color: hsl(21deg, 100%, 41%);
|
|
306
|
+
outline-offset: 3px;
|
|
302
307
|
color: white;
|
|
303
308
|
}
|
|
304
309
|
}
|
|
305
310
|
.btn.btn-primary:active {
|
|
306
|
-
position: relative;
|
|
307
|
-
outline: none;
|
|
308
|
-
z-index: 2;
|
|
309
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
|
|
310
311
|
border: 1px solid hsl(21deg, 100%, 41%);
|
|
312
|
+
outline: 2px solid hsl(21deg, 100%, 41%);
|
|
311
313
|
background-color: hsl(21deg, 100%, 41%);
|
|
314
|
+
outline-offset: 3px;
|
|
312
315
|
color: white;
|
|
313
316
|
}
|
|
314
317
|
.btn.btn-primary[data-focus-visible-added] {
|
|
315
|
-
position: relative;
|
|
316
|
-
outline: none;
|
|
317
|
-
z-index: 2;
|
|
318
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
|
|
319
318
|
border: 1px solid hsl(21deg, 100%, 41%);
|
|
319
|
+
outline: 2px solid hsl(21deg, 100%, 41%);
|
|
320
320
|
background-color: hsl(21deg, 100%, 41%);
|
|
321
|
+
outline-offset: 3px;
|
|
321
322
|
color: white;
|
|
322
323
|
}
|
|
324
|
+
.btn.btn-primary path {
|
|
325
|
+
fill: currentColor;
|
|
326
|
+
}
|
|
323
327
|
.btn.btn-primary.hide {
|
|
324
328
|
visibility: hidden;
|
|
325
329
|
}
|
|
326
330
|
.btn.btn-primary[disabled=disabled] {
|
|
327
|
-
border: 1px solid
|
|
328
|
-
background-color:
|
|
331
|
+
border: 1px solid #333333;
|
|
332
|
+
background-color: #333333;
|
|
329
333
|
color: white;
|
|
330
334
|
cursor: not-allowed;
|
|
331
335
|
}
|
|
332
|
-
.btn.btn-primary[disabled=disabled] path {
|
|
333
|
-
fill: currentColor;
|
|
334
|
-
}
|
|
335
336
|
@media (hover: hover) {
|
|
336
337
|
.btn.btn-primary[disabled=disabled]:hover {
|
|
337
|
-
|
|
338
|
-
outline:
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
342
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
338
|
+
border: 1px solid #333333;
|
|
339
|
+
outline: 2px solid #333333;
|
|
340
|
+
background-color: #333333;
|
|
341
|
+
outline-offset: 3px;
|
|
343
342
|
color: white;
|
|
344
343
|
}
|
|
345
344
|
}
|
|
346
345
|
.btn.btn-primary[disabled=disabled]:active {
|
|
347
|
-
|
|
348
|
-
outline:
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
352
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
346
|
+
border: 1px solid #333333;
|
|
347
|
+
outline: 2px solid #333333;
|
|
348
|
+
background-color: #333333;
|
|
349
|
+
outline-offset: 3px;
|
|
353
350
|
color: white;
|
|
354
351
|
}
|
|
355
352
|
.btn.btn-primary[disabled=disabled][data-focus-visible-added] {
|
|
356
|
-
|
|
357
|
-
outline:
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
361
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
353
|
+
border: 1px solid #333333;
|
|
354
|
+
outline: 2px solid #333333;
|
|
355
|
+
background-color: #333333;
|
|
356
|
+
outline-offset: 3px;
|
|
362
357
|
color: white;
|
|
363
358
|
}
|
|
359
|
+
.btn.btn-primary[disabled=disabled] path {
|
|
360
|
+
fill: currentColor;
|
|
361
|
+
}
|
|
364
362
|
.btn.btn-primary[disabled=disabled].hide {
|
|
365
363
|
visibility: hidden;
|
|
366
364
|
}
|
|
365
|
+
|
|
367
366
|
.btn.btn-outline-primary {
|
|
368
367
|
background-color: white;
|
|
369
368
|
border: 1px solid hsl(21deg, 100%, 41%);
|
|
@@ -436,6 +435,7 @@
|
|
|
436
435
|
.btn.btn-outline-primary[data-focus-visible-added] path {
|
|
437
436
|
fill: white;
|
|
438
437
|
}
|
|
438
|
+
|
|
439
439
|
.btn.btn-outline-header {
|
|
440
440
|
background-color: hsl(21deg, 100%, 41%);
|
|
441
441
|
border: 0.125rem solid white;
|
|
@@ -479,46 +479,42 @@
|
|
|
479
479
|
.btn.btn-outline-header[data-focus-visible-added] path {
|
|
480
480
|
fill: hsl(21deg, 100%, 41%);
|
|
481
481
|
}
|
|
482
|
+
|
|
482
483
|
.btn.btn-info {
|
|
483
484
|
border: 1px solid hsl(205deg, 100%, 37%);
|
|
484
485
|
background-color: hsl(205deg, 100%, 37%);
|
|
485
486
|
color: white;
|
|
486
487
|
}
|
|
487
|
-
.btn.btn-info path {
|
|
488
|
-
fill: currentColor;
|
|
489
|
-
}
|
|
490
488
|
@media (hover: hover) {
|
|
491
489
|
.btn.btn-info:hover {
|
|
492
|
-
position: relative;
|
|
493
|
-
outline: none;
|
|
494
|
-
z-index: 2;
|
|
495
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(205deg, 100%, 37%);
|
|
496
490
|
border: 1px solid hsl(205deg, 100%, 37%);
|
|
491
|
+
outline: 2px solid hsl(205deg, 100%, 37%);
|
|
497
492
|
background-color: hsl(205deg, 100%, 37%);
|
|
493
|
+
outline-offset: 3px;
|
|
498
494
|
color: white;
|
|
499
495
|
}
|
|
500
496
|
}
|
|
501
497
|
.btn.btn-info:active {
|
|
502
|
-
position: relative;
|
|
503
|
-
outline: none;
|
|
504
|
-
z-index: 2;
|
|
505
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(205deg, 100%, 37%);
|
|
506
498
|
border: 1px solid hsl(205deg, 100%, 37%);
|
|
499
|
+
outline: 2px solid hsl(205deg, 100%, 37%);
|
|
507
500
|
background-color: hsl(205deg, 100%, 37%);
|
|
501
|
+
outline-offset: 3px;
|
|
508
502
|
color: white;
|
|
509
503
|
}
|
|
510
504
|
.btn.btn-info[data-focus-visible-added] {
|
|
511
|
-
position: relative;
|
|
512
|
-
outline: none;
|
|
513
|
-
z-index: 2;
|
|
514
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(205deg, 100%, 37%);
|
|
515
505
|
border: 1px solid hsl(205deg, 100%, 37%);
|
|
506
|
+
outline: 2px solid hsl(205deg, 100%, 37%);
|
|
516
507
|
background-color: hsl(205deg, 100%, 37%);
|
|
508
|
+
outline-offset: 3px;
|
|
517
509
|
color: white;
|
|
518
510
|
}
|
|
511
|
+
.btn.btn-info path {
|
|
512
|
+
fill: currentColor;
|
|
513
|
+
}
|
|
519
514
|
.btn.btn-info.hide {
|
|
520
515
|
visibility: hidden;
|
|
521
516
|
}
|
|
517
|
+
|
|
522
518
|
.btn.btn-outline-info {
|
|
523
519
|
background-color: white;
|
|
524
520
|
border: 1px solid hsl(205deg, 100%, 37%);
|
|
@@ -559,57 +555,53 @@
|
|
|
559
555
|
.btn.btn-outline-info[data-focus-visible-added] path {
|
|
560
556
|
fill: white;
|
|
561
557
|
}
|
|
558
|
+
|
|
562
559
|
.btn.btn-secondary {
|
|
563
|
-
border: 1px solid
|
|
564
|
-
background-color:
|
|
560
|
+
border: 1px solid #333333;
|
|
561
|
+
background-color: #333333;
|
|
565
562
|
color: white;
|
|
566
563
|
}
|
|
567
|
-
.btn.btn-secondary path {
|
|
568
|
-
fill: currentColor;
|
|
569
|
-
}
|
|
570
564
|
@media (hover: hover) {
|
|
571
565
|
.btn.btn-secondary:hover {
|
|
572
|
-
|
|
573
|
-
outline:
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
577
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
566
|
+
border: 1px solid #333333;
|
|
567
|
+
outline: 2px solid #333333;
|
|
568
|
+
background-color: #333333;
|
|
569
|
+
outline-offset: 3px;
|
|
578
570
|
color: white;
|
|
579
571
|
}
|
|
580
572
|
}
|
|
581
573
|
.btn.btn-secondary:active {
|
|
582
|
-
|
|
583
|
-
outline:
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
587
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
574
|
+
border: 1px solid #333333;
|
|
575
|
+
outline: 2px solid #333333;
|
|
576
|
+
background-color: #333333;
|
|
577
|
+
outline-offset: 3px;
|
|
588
578
|
color: white;
|
|
589
579
|
}
|
|
590
580
|
.btn.btn-secondary[data-focus-visible-added] {
|
|
591
|
-
|
|
592
|
-
outline:
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
596
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
581
|
+
border: 1px solid #333333;
|
|
582
|
+
outline: 2px solid #333333;
|
|
583
|
+
background-color: #333333;
|
|
584
|
+
outline-offset: 3px;
|
|
597
585
|
color: white;
|
|
598
586
|
}
|
|
587
|
+
.btn.btn-secondary path {
|
|
588
|
+
fill: currentColor;
|
|
589
|
+
}
|
|
599
590
|
.btn.btn-secondary.hide {
|
|
600
591
|
visibility: hidden;
|
|
601
592
|
}
|
|
593
|
+
|
|
602
594
|
.btn.btn-outline-secondary {
|
|
603
595
|
background-color: white;
|
|
604
|
-
border: 1px solid
|
|
605
|
-
color:
|
|
596
|
+
border: 1px solid #333333;
|
|
597
|
+
color: #333333;
|
|
606
598
|
}
|
|
607
599
|
.btn.btn-outline-secondary path {
|
|
608
|
-
fill:
|
|
600
|
+
fill: #333333;
|
|
609
601
|
}
|
|
610
602
|
@media (hover: hover) {
|
|
611
603
|
.btn.btn-outline-secondary:hover {
|
|
612
|
-
background-color:
|
|
604
|
+
background-color: #333333;
|
|
613
605
|
color: white;
|
|
614
606
|
box-shadow: none;
|
|
615
607
|
border: 1px solid 1px;
|
|
@@ -620,7 +612,7 @@
|
|
|
620
612
|
}
|
|
621
613
|
}
|
|
622
614
|
.btn.btn-outline-secondary:active {
|
|
623
|
-
background-color:
|
|
615
|
+
background-color: #333333;
|
|
624
616
|
color: white;
|
|
625
617
|
box-shadow: none;
|
|
626
618
|
border: 1px solid 1px;
|
|
@@ -630,7 +622,7 @@
|
|
|
630
622
|
fill: white;
|
|
631
623
|
}
|
|
632
624
|
.btn.btn-outline-secondary[data-focus-visible-added] {
|
|
633
|
-
background-color:
|
|
625
|
+
background-color: #333333;
|
|
634
626
|
color: white;
|
|
635
627
|
box-shadow: none;
|
|
636
628
|
border: 1px solid 1px;
|
|
@@ -639,22 +631,23 @@
|
|
|
639
631
|
.btn.btn-outline-secondary[data-focus-visible-added] path {
|
|
640
632
|
fill: white;
|
|
641
633
|
}
|
|
634
|
+
|
|
642
635
|
.btn.btn-input-edit {
|
|
643
636
|
background-color: white;
|
|
644
|
-
border: 1px solid
|
|
645
|
-
color:
|
|
646
|
-
background-color:
|
|
637
|
+
border: 1px solid #595959;
|
|
638
|
+
color: #595959;
|
|
639
|
+
background-color: #d9d9d9;
|
|
647
640
|
border-bottom-left-radius: 0;
|
|
648
641
|
border-top-left-radius: 0;
|
|
649
|
-
border-color:
|
|
642
|
+
border-color: #a6a6a6;
|
|
650
643
|
padding: 0.625rem 0.75rem;
|
|
651
644
|
}
|
|
652
645
|
.btn.btn-input-edit path {
|
|
653
|
-
fill:
|
|
646
|
+
fill: #595959;
|
|
654
647
|
}
|
|
655
648
|
@media (hover: hover) {
|
|
656
649
|
.btn.btn-input-edit:hover {
|
|
657
|
-
background-color:
|
|
650
|
+
background-color: #595959;
|
|
658
651
|
color: white;
|
|
659
652
|
box-shadow: none;
|
|
660
653
|
border: 1px solid 1px;
|
|
@@ -665,7 +658,7 @@
|
|
|
665
658
|
}
|
|
666
659
|
}
|
|
667
660
|
.btn.btn-input-edit:active {
|
|
668
|
-
background-color:
|
|
661
|
+
background-color: #595959;
|
|
669
662
|
color: white;
|
|
670
663
|
box-shadow: none;
|
|
671
664
|
border: 1px solid 1px;
|
|
@@ -675,7 +668,7 @@
|
|
|
675
668
|
fill: white;
|
|
676
669
|
}
|
|
677
670
|
.btn.btn-input-edit[data-focus-visible-added] {
|
|
678
|
-
background-color:
|
|
671
|
+
background-color: #595959;
|
|
679
672
|
color: white;
|
|
680
673
|
box-shadow: none;
|
|
681
674
|
border: 1px solid 1px;
|
|
@@ -684,55 +677,51 @@
|
|
|
684
677
|
.btn.btn-input-edit[data-focus-visible-added] path {
|
|
685
678
|
fill: white;
|
|
686
679
|
}
|
|
680
|
+
|
|
687
681
|
.btn.btn-remove {
|
|
688
|
-
border: 1px solid
|
|
689
|
-
background-color:
|
|
682
|
+
border: 1px solid #333333;
|
|
683
|
+
background-color: #333333;
|
|
690
684
|
color: white;
|
|
691
685
|
line-height: 1.375;
|
|
692
686
|
padding: 0.625em;
|
|
693
687
|
}
|
|
694
|
-
.btn.btn-remove path {
|
|
695
|
-
fill: currentColor;
|
|
696
|
-
}
|
|
697
688
|
@media (hover: hover) {
|
|
698
689
|
.btn.btn-remove:hover {
|
|
699
|
-
|
|
700
|
-
outline:
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
704
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
690
|
+
border: 1px solid #333333;
|
|
691
|
+
outline: 2px solid #333333;
|
|
692
|
+
background-color: #333333;
|
|
693
|
+
outline-offset: 3px;
|
|
705
694
|
color: white;
|
|
706
695
|
}
|
|
707
696
|
}
|
|
708
697
|
.btn.btn-remove:active {
|
|
709
|
-
|
|
710
|
-
outline:
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
714
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
698
|
+
border: 1px solid #333333;
|
|
699
|
+
outline: 2px solid #333333;
|
|
700
|
+
background-color: #333333;
|
|
701
|
+
outline-offset: 3px;
|
|
715
702
|
color: white;
|
|
716
703
|
}
|
|
717
704
|
.btn.btn-remove[data-focus-visible-added] {
|
|
718
|
-
|
|
719
|
-
outline:
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
723
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
705
|
+
border: 1px solid #333333;
|
|
706
|
+
outline: 2px solid #333333;
|
|
707
|
+
background-color: #333333;
|
|
708
|
+
outline-offset: 3px;
|
|
724
709
|
color: white;
|
|
725
710
|
}
|
|
711
|
+
.btn.btn-remove path {
|
|
712
|
+
fill: currentColor;
|
|
713
|
+
}
|
|
726
714
|
.btn.btn-remove.hide {
|
|
727
715
|
visibility: hidden;
|
|
728
716
|
}
|
|
717
|
+
|
|
729
718
|
.btn.btn-link {
|
|
730
719
|
background-color: transparent;
|
|
731
720
|
text-decoration: underline;
|
|
732
721
|
vertical-align: baseline;
|
|
733
722
|
padding: 0;
|
|
734
723
|
border-radius: 0;
|
|
735
|
-
font-weight:
|
|
724
|
+
font-weight: normal;
|
|
736
725
|
text-align: left;
|
|
737
726
|
color: inherit;
|
|
738
727
|
border: none;
|
|
@@ -743,65 +732,63 @@
|
|
|
743
732
|
position: relative;
|
|
744
733
|
outline: none;
|
|
745
734
|
z-index: 2;
|
|
746
|
-
box-shadow: 0 0 0 0.25rem
|
|
747
|
-
background-color:
|
|
748
|
-
|
|
749
|
-
color: #fff;
|
|
735
|
+
box-shadow: 0 0 0 0.25rem #333333;
|
|
736
|
+
background-color: #333333;
|
|
737
|
+
color: white;
|
|
750
738
|
}
|
|
751
739
|
}
|
|
752
740
|
.btn.btn-link:active {
|
|
753
741
|
position: relative;
|
|
754
742
|
outline: none;
|
|
755
743
|
z-index: 2;
|
|
756
|
-
box-shadow: 0 0 0 0.25rem
|
|
757
|
-
background-color:
|
|
758
|
-
|
|
759
|
-
color: #fff;
|
|
744
|
+
box-shadow: 0 0 0 0.25rem #333333;
|
|
745
|
+
background-color: #333333;
|
|
746
|
+
color: white;
|
|
760
747
|
}
|
|
761
748
|
.btn.btn-link[data-focus-visible-added] {
|
|
762
749
|
position: relative;
|
|
763
750
|
outline: none;
|
|
764
751
|
z-index: 2;
|
|
765
|
-
box-shadow: 0 0 0 0.25rem
|
|
766
|
-
background-color:
|
|
767
|
-
|
|
768
|
-
color: #fff;
|
|
752
|
+
box-shadow: 0 0 0 0.25rem #333333;
|
|
753
|
+
background-color: #333333;
|
|
754
|
+
color: white;
|
|
769
755
|
}
|
|
756
|
+
|
|
770
757
|
.btn.btn-video-help {
|
|
771
|
-
background-color:
|
|
758
|
+
background-color: #f2f2f2;
|
|
772
759
|
text-decoration: underline;
|
|
773
760
|
vertical-align: baseline;
|
|
774
761
|
padding: 1.25em;
|
|
775
762
|
border-radius: 0;
|
|
776
|
-
font-weight:
|
|
763
|
+
font-weight: normal;
|
|
777
764
|
text-align: left;
|
|
778
765
|
color: inherit;
|
|
779
766
|
border: none;
|
|
780
|
-
font-
|
|
781
|
-
font-weight: 400;
|
|
767
|
+
font-weight: bold;
|
|
782
768
|
width: 100%;
|
|
783
769
|
}
|
|
784
770
|
@media (hover: hover) {
|
|
785
771
|
.btn.btn-video-help:hover {
|
|
786
|
-
background-color:
|
|
772
|
+
background-color: #595959;
|
|
787
773
|
color: white;
|
|
788
774
|
}
|
|
789
775
|
}
|
|
790
776
|
.btn.btn-video-help:active {
|
|
791
|
-
background-color:
|
|
777
|
+
background-color: #595959;
|
|
792
778
|
color: white;
|
|
793
779
|
}
|
|
794
780
|
.btn.btn-video-help[data-focus-visible-added] {
|
|
795
|
-
background-color:
|
|
781
|
+
background-color: #595959;
|
|
796
782
|
color: white;
|
|
797
783
|
}
|
|
784
|
+
|
|
798
785
|
.btn.btn-exit {
|
|
799
786
|
background-color: transparent;
|
|
800
787
|
text-decoration: underline;
|
|
801
788
|
vertical-align: baseline;
|
|
802
789
|
padding: 0;
|
|
803
790
|
border-radius: 0;
|
|
804
|
-
font-weight:
|
|
791
|
+
font-weight: normal;
|
|
805
792
|
text-align: left;
|
|
806
793
|
color: inherit;
|
|
807
794
|
border: none;
|
|
@@ -850,150 +837,141 @@
|
|
|
850
837
|
.btn.btn-exit[data-focus-visible-added] path.tint {
|
|
851
838
|
fill: currentColor;
|
|
852
839
|
}
|
|
853
|
-
|
|
840
|
+
|
|
841
|
+
@media only screen and (max-width: 575px) {
|
|
854
842
|
.btn.btn-remove-ticket {
|
|
855
|
-
border: 1px solid
|
|
856
|
-
background-color:
|
|
843
|
+
border: 1px solid #333333;
|
|
844
|
+
background-color: #333333;
|
|
857
845
|
color: white;
|
|
858
846
|
line-height: 1.375;
|
|
859
847
|
padding: 0.625em;
|
|
860
848
|
width: 100%;
|
|
861
849
|
}
|
|
862
|
-
.btn.btn-remove-ticket path {
|
|
863
|
-
fill: currentColor;
|
|
864
|
-
}
|
|
865
850
|
}
|
|
866
|
-
@media only screen and (max-width:
|
|
851
|
+
@media only screen and (max-width: 575px) and (hover: hover) {
|
|
867
852
|
.btn.btn-remove-ticket:hover {
|
|
868
|
-
|
|
869
|
-
outline:
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
873
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
853
|
+
border: 1px solid #333333;
|
|
854
|
+
outline: 2px solid #333333;
|
|
855
|
+
background-color: #333333;
|
|
856
|
+
outline-offset: 3px;
|
|
874
857
|
color: white;
|
|
875
858
|
}
|
|
876
859
|
}
|
|
877
|
-
@media only screen and (max-width:
|
|
860
|
+
@media only screen and (max-width: 575px) {
|
|
878
861
|
.btn.btn-remove-ticket:active {
|
|
879
|
-
|
|
880
|
-
outline:
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
884
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
862
|
+
border: 1px solid #333333;
|
|
863
|
+
outline: 2px solid #333333;
|
|
864
|
+
background-color: #333333;
|
|
865
|
+
outline-offset: 3px;
|
|
885
866
|
color: white;
|
|
886
867
|
}
|
|
887
868
|
}
|
|
888
|
-
@media only screen and (max-width:
|
|
869
|
+
@media only screen and (max-width: 575px) {
|
|
889
870
|
.btn.btn-remove-ticket[data-focus-visible-added] {
|
|
890
|
-
|
|
891
|
-
outline:
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
895
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
871
|
+
border: 1px solid #333333;
|
|
872
|
+
outline: 2px solid #333333;
|
|
873
|
+
background-color: #333333;
|
|
874
|
+
outline-offset: 3px;
|
|
896
875
|
color: white;
|
|
897
876
|
}
|
|
898
877
|
}
|
|
899
|
-
@media only screen and (max-width:
|
|
878
|
+
@media only screen and (max-width: 575px) {
|
|
879
|
+
.btn.btn-remove-ticket path {
|
|
880
|
+
fill: currentColor;
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
@media only screen and (max-width: 575px) {
|
|
900
884
|
.btn.btn-remove-ticket.hide {
|
|
901
885
|
visibility: hidden;
|
|
902
886
|
}
|
|
903
887
|
}
|
|
904
|
-
@media only screen and (min-width:
|
|
888
|
+
@media only screen and (min-width: 576px) {
|
|
905
889
|
.btn.btn-remove-ticket {
|
|
906
890
|
background-color: transparent;
|
|
907
891
|
text-decoration: underline;
|
|
908
892
|
vertical-align: baseline;
|
|
909
893
|
padding: 0;
|
|
910
894
|
border-radius: 0;
|
|
911
|
-
font-weight:
|
|
895
|
+
font-weight: normal;
|
|
912
896
|
text-align: left;
|
|
913
897
|
color: inherit;
|
|
914
898
|
border: none;
|
|
915
899
|
line-height: 1.3;
|
|
916
900
|
}
|
|
917
901
|
}
|
|
918
|
-
@media only screen and (min-width:
|
|
902
|
+
@media only screen and (min-width: 576px) and (hover: hover) {
|
|
919
903
|
.btn.btn-remove-ticket:hover {
|
|
920
904
|
position: relative;
|
|
921
905
|
outline: none;
|
|
922
906
|
z-index: 2;
|
|
923
|
-
box-shadow: 0 0 0 0.25rem
|
|
924
|
-
background-color:
|
|
925
|
-
|
|
926
|
-
color: #fff;
|
|
907
|
+
box-shadow: 0 0 0 0.25rem #333333;
|
|
908
|
+
background-color: #333333;
|
|
909
|
+
color: white;
|
|
927
910
|
}
|
|
928
911
|
}
|
|
929
|
-
@media only screen and (min-width:
|
|
912
|
+
@media only screen and (min-width: 576px) {
|
|
930
913
|
.btn.btn-remove-ticket:active {
|
|
931
914
|
position: relative;
|
|
932
915
|
outline: none;
|
|
933
916
|
z-index: 2;
|
|
934
|
-
box-shadow: 0 0 0 0.25rem
|
|
935
|
-
background-color:
|
|
936
|
-
|
|
937
|
-
color: #fff;
|
|
917
|
+
box-shadow: 0 0 0 0.25rem #333333;
|
|
918
|
+
background-color: #333333;
|
|
919
|
+
color: white;
|
|
938
920
|
}
|
|
939
921
|
}
|
|
940
|
-
@media only screen and (min-width:
|
|
922
|
+
@media only screen and (min-width: 576px) {
|
|
941
923
|
.btn.btn-remove-ticket[data-focus-visible-added] {
|
|
942
924
|
position: relative;
|
|
943
925
|
outline: none;
|
|
944
926
|
z-index: 2;
|
|
945
|
-
box-shadow: 0 0 0 0.25rem
|
|
946
|
-
background-color:
|
|
947
|
-
|
|
948
|
-
color: #fff;
|
|
927
|
+
box-shadow: 0 0 0 0.25rem #333333;
|
|
928
|
+
background-color: #333333;
|
|
929
|
+
color: white;
|
|
949
930
|
}
|
|
950
931
|
}
|
|
932
|
+
|
|
951
933
|
@media only screen and (max-width: 1199px) {
|
|
952
934
|
.btn.btn-remove-gift {
|
|
953
|
-
border: 1px solid
|
|
954
|
-
background-color:
|
|
935
|
+
border: 1px solid #333333;
|
|
936
|
+
background-color: #333333;
|
|
955
937
|
color: white;
|
|
956
938
|
line-height: 1.375;
|
|
957
939
|
padding: 0.625em;
|
|
958
940
|
width: 100%;
|
|
959
941
|
}
|
|
960
|
-
.btn.btn-remove-gift path {
|
|
961
|
-
fill: currentColor;
|
|
962
|
-
}
|
|
963
942
|
}
|
|
964
943
|
@media only screen and (max-width: 1199px) and (hover: hover) {
|
|
965
944
|
.btn.btn-remove-gift:hover {
|
|
966
|
-
|
|
967
|
-
outline:
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
971
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
945
|
+
border: 1px solid #333333;
|
|
946
|
+
outline: 2px solid #333333;
|
|
947
|
+
background-color: #333333;
|
|
948
|
+
outline-offset: 3px;
|
|
972
949
|
color: white;
|
|
973
950
|
}
|
|
974
951
|
}
|
|
975
952
|
@media only screen and (max-width: 1199px) {
|
|
976
953
|
.btn.btn-remove-gift:active {
|
|
977
|
-
|
|
978
|
-
outline:
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
982
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
954
|
+
border: 1px solid #333333;
|
|
955
|
+
outline: 2px solid #333333;
|
|
956
|
+
background-color: #333333;
|
|
957
|
+
outline-offset: 3px;
|
|
983
958
|
color: white;
|
|
984
959
|
}
|
|
985
960
|
}
|
|
986
961
|
@media only screen and (max-width: 1199px) {
|
|
987
962
|
.btn.btn-remove-gift[data-focus-visible-added] {
|
|
988
|
-
|
|
989
|
-
outline:
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
993
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
963
|
+
border: 1px solid #333333;
|
|
964
|
+
outline: 2px solid #333333;
|
|
965
|
+
background-color: #333333;
|
|
966
|
+
outline-offset: 3px;
|
|
994
967
|
color: white;
|
|
995
968
|
}
|
|
996
969
|
}
|
|
970
|
+
@media only screen and (max-width: 1199px) {
|
|
971
|
+
.btn.btn-remove-gift path {
|
|
972
|
+
fill: currentColor;
|
|
973
|
+
}
|
|
974
|
+
}
|
|
997
975
|
@media only screen and (max-width: 1199px) {
|
|
998
976
|
.btn.btn-remove-gift.hide {
|
|
999
977
|
visibility: hidden;
|
|
@@ -1006,7 +984,7 @@
|
|
|
1006
984
|
vertical-align: baseline;
|
|
1007
985
|
padding: 0;
|
|
1008
986
|
border-radius: 0;
|
|
1009
|
-
font-weight:
|
|
987
|
+
font-weight: normal;
|
|
1010
988
|
text-align: left;
|
|
1011
989
|
color: inherit;
|
|
1012
990
|
border: none;
|
|
@@ -1018,10 +996,9 @@
|
|
|
1018
996
|
position: relative;
|
|
1019
997
|
outline: none;
|
|
1020
998
|
z-index: 2;
|
|
1021
|
-
box-shadow: 0 0 0 0.25rem
|
|
1022
|
-
background-color:
|
|
1023
|
-
|
|
1024
|
-
color: #fff;
|
|
999
|
+
box-shadow: 0 0 0 0.25rem #333333;
|
|
1000
|
+
background-color: #333333;
|
|
1001
|
+
color: white;
|
|
1025
1002
|
}
|
|
1026
1003
|
}
|
|
1027
1004
|
@media only screen and (min-width: 1200px) {
|
|
@@ -1029,10 +1006,9 @@
|
|
|
1029
1006
|
position: relative;
|
|
1030
1007
|
outline: none;
|
|
1031
1008
|
z-index: 2;
|
|
1032
|
-
box-shadow: 0 0 0 0.25rem
|
|
1033
|
-
background-color:
|
|
1034
|
-
|
|
1035
|
-
color: #fff;
|
|
1009
|
+
box-shadow: 0 0 0 0.25rem #333333;
|
|
1010
|
+
background-color: #333333;
|
|
1011
|
+
color: white;
|
|
1036
1012
|
}
|
|
1037
1013
|
}
|
|
1038
1014
|
@media only screen and (min-width: 1200px) {
|
|
@@ -1040,12 +1016,12 @@
|
|
|
1040
1016
|
position: relative;
|
|
1041
1017
|
outline: none;
|
|
1042
1018
|
z-index: 2;
|
|
1043
|
-
box-shadow: 0 0 0 0.25rem
|
|
1044
|
-
background-color:
|
|
1045
|
-
|
|
1046
|
-
color: #fff;
|
|
1019
|
+
box-shadow: 0 0 0 0.25rem #333333;
|
|
1020
|
+
background-color: #333333;
|
|
1021
|
+
color: white;
|
|
1047
1022
|
}
|
|
1048
1023
|
}
|
|
1024
|
+
|
|
1049
1025
|
.btn.btn-membership-card {
|
|
1050
1026
|
background-color: transparent;
|
|
1051
1027
|
border: 1px solid white;
|
|
@@ -1106,93 +1082,82 @@
|
|
|
1106
1082
|
.btn.btn-membership-card[data-focus-visible-added].member-plus {
|
|
1107
1083
|
color: hsl(223deg, 87%, 21%);
|
|
1108
1084
|
}
|
|
1085
|
+
|
|
1109
1086
|
.btn.btn-video-login {
|
|
1110
1087
|
border: 1px solid white;
|
|
1111
1088
|
background-color: white;
|
|
1112
1089
|
color: #0a0a0a;
|
|
1113
1090
|
}
|
|
1114
|
-
.btn.btn-video-login path {
|
|
1115
|
-
fill: currentColor;
|
|
1116
|
-
}
|
|
1117
1091
|
@media (hover: hover) {
|
|
1118
1092
|
.btn.btn-video-login:hover {
|
|
1119
|
-
position: relative;
|
|
1120
|
-
outline: none;
|
|
1121
|
-
z-index: 2;
|
|
1122
|
-
box-shadow: 0 0 0 0.25rem #0a0a0a, 0 0 0 0.4rem white;
|
|
1123
1093
|
border: 1px solid white;
|
|
1094
|
+
outline: 2px solid white;
|
|
1124
1095
|
background-color: white;
|
|
1096
|
+
outline-offset: 3px;
|
|
1125
1097
|
color: #0a0a0a;
|
|
1126
1098
|
}
|
|
1127
1099
|
}
|
|
1128
1100
|
.btn.btn-video-login:active {
|
|
1129
|
-
position: relative;
|
|
1130
|
-
outline: none;
|
|
1131
|
-
z-index: 2;
|
|
1132
|
-
box-shadow: 0 0 0 0.25rem #0a0a0a, 0 0 0 0.4rem white;
|
|
1133
1101
|
border: 1px solid white;
|
|
1102
|
+
outline: 2px solid white;
|
|
1134
1103
|
background-color: white;
|
|
1104
|
+
outline-offset: 3px;
|
|
1135
1105
|
color: #0a0a0a;
|
|
1136
1106
|
}
|
|
1137
1107
|
.btn.btn-video-login[data-focus-visible-added] {
|
|
1138
|
-
position: relative;
|
|
1139
|
-
outline: none;
|
|
1140
|
-
z-index: 2;
|
|
1141
|
-
box-shadow: 0 0 0 0.25rem #0a0a0a, 0 0 0 0.4rem white;
|
|
1142
1108
|
border: 1px solid white;
|
|
1109
|
+
outline: 2px solid white;
|
|
1143
1110
|
background-color: white;
|
|
1111
|
+
outline-offset: 3px;
|
|
1144
1112
|
color: #0a0a0a;
|
|
1145
1113
|
}
|
|
1114
|
+
.btn.btn-video-login path {
|
|
1115
|
+
fill: currentColor;
|
|
1116
|
+
}
|
|
1146
1117
|
.btn.btn-video-login.hide {
|
|
1147
1118
|
visibility: hidden;
|
|
1148
1119
|
}
|
|
1149
1120
|
.btn.btn-cta {
|
|
1150
|
-
border: 1px solid
|
|
1151
|
-
background-color:
|
|
1121
|
+
border: 1px solid #333333;
|
|
1122
|
+
background-color: #333333;
|
|
1152
1123
|
color: white;
|
|
1153
1124
|
display: inline-flex;
|
|
1154
1125
|
align-items: center;
|
|
1155
1126
|
gap: 1rem;
|
|
1156
1127
|
fill: white;
|
|
1157
1128
|
}
|
|
1158
|
-
.btn.btn-cta path {
|
|
1159
|
-
fill: currentColor;
|
|
1160
|
-
}
|
|
1161
1129
|
@media (hover: hover) {
|
|
1162
1130
|
.btn.btn-cta:hover {
|
|
1163
|
-
|
|
1164
|
-
outline:
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
1168
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
1131
|
+
border: 1px solid #333333;
|
|
1132
|
+
outline: 2px solid #333333;
|
|
1133
|
+
background-color: #333333;
|
|
1134
|
+
outline-offset: 3px;
|
|
1169
1135
|
color: white;
|
|
1170
1136
|
}
|
|
1171
1137
|
}
|
|
1172
1138
|
.btn.btn-cta:active {
|
|
1173
|
-
|
|
1174
|
-
outline:
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
1178
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
1139
|
+
border: 1px solid #333333;
|
|
1140
|
+
outline: 2px solid #333333;
|
|
1141
|
+
background-color: #333333;
|
|
1142
|
+
outline-offset: 3px;
|
|
1179
1143
|
color: white;
|
|
1180
1144
|
}
|
|
1181
1145
|
.btn.btn-cta[data-focus-visible-added] {
|
|
1182
|
-
|
|
1183
|
-
outline:
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
1187
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
1146
|
+
border: 1px solid #333333;
|
|
1147
|
+
outline: 2px solid #333333;
|
|
1148
|
+
background-color: #333333;
|
|
1149
|
+
outline-offset: 3px;
|
|
1188
1150
|
color: white;
|
|
1189
1151
|
}
|
|
1152
|
+
.btn.btn-cta path {
|
|
1153
|
+
fill: currentColor;
|
|
1154
|
+
}
|
|
1190
1155
|
.btn.btn-cta.hide {
|
|
1191
1156
|
visibility: hidden;
|
|
1192
1157
|
}
|
|
1193
1158
|
.btn.btn-carousel {
|
|
1194
|
-
border: 1px solid
|
|
1195
|
-
background-color:
|
|
1159
|
+
border: 1px solid #333333;
|
|
1160
|
+
background-color: #333333;
|
|
1196
1161
|
color: white;
|
|
1197
1162
|
position: relative;
|
|
1198
1163
|
outline: none;
|
|
@@ -1202,49 +1167,43 @@
|
|
|
1202
1167
|
font-size: 0;
|
|
1203
1168
|
fill: white;
|
|
1204
1169
|
}
|
|
1205
|
-
.btn.btn-carousel path {
|
|
1206
|
-
fill: currentColor;
|
|
1207
|
-
}
|
|
1208
1170
|
@media (hover: hover) {
|
|
1209
1171
|
.btn.btn-carousel:hover {
|
|
1210
|
-
|
|
1211
|
-
outline:
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
1215
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
1172
|
+
border: 1px solid #333333;
|
|
1173
|
+
outline: 2px solid #333333;
|
|
1174
|
+
background-color: #333333;
|
|
1175
|
+
outline-offset: 3px;
|
|
1216
1176
|
color: white;
|
|
1217
1177
|
}
|
|
1218
1178
|
}
|
|
1219
1179
|
.btn.btn-carousel:active {
|
|
1220
|
-
|
|
1221
|
-
outline:
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
1225
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
1180
|
+
border: 1px solid #333333;
|
|
1181
|
+
outline: 2px solid #333333;
|
|
1182
|
+
background-color: #333333;
|
|
1183
|
+
outline-offset: 3px;
|
|
1226
1184
|
color: white;
|
|
1227
1185
|
}
|
|
1228
1186
|
.btn.btn-carousel[data-focus-visible-added] {
|
|
1229
|
-
|
|
1230
|
-
outline:
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
1234
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
1187
|
+
border: 1px solid #333333;
|
|
1188
|
+
outline: 2px solid #333333;
|
|
1189
|
+
background-color: #333333;
|
|
1190
|
+
outline-offset: 3px;
|
|
1235
1191
|
color: white;
|
|
1236
1192
|
}
|
|
1193
|
+
.btn.btn-carousel path {
|
|
1194
|
+
fill: currentColor;
|
|
1195
|
+
}
|
|
1237
1196
|
.btn.btn-carousel.hide {
|
|
1238
1197
|
visibility: hidden;
|
|
1239
1198
|
}
|
|
1240
|
-
@media only screen and (max-width:
|
|
1199
|
+
@media only screen and (max-width: 991px) {
|
|
1241
1200
|
.btn.btn-carousel {
|
|
1242
1201
|
padding: 0.75rem;
|
|
1243
1202
|
}
|
|
1244
1203
|
}
|
|
1245
1204
|
.btn.btn-carousel:disabled {
|
|
1246
|
-
background-color:
|
|
1247
|
-
border-color:
|
|
1205
|
+
background-color: #d9d9d9;
|
|
1206
|
+
border-color: #d9d9d9;
|
|
1248
1207
|
opacity: 1;
|
|
1249
1208
|
}
|
|
1250
1209
|
.btn.btn-carousel label {
|
|
@@ -1259,6 +1218,7 @@
|
|
|
1259
1218
|
}
|
|
1260
1219
|
.btn.btn-invisible {
|
|
1261
1220
|
color: inherit;
|
|
1221
|
+
border: none;
|
|
1262
1222
|
padding: 0;
|
|
1263
1223
|
}
|
|
1264
1224
|
@media (hover: hover) {
|
|
@@ -1279,52 +1239,46 @@
|
|
|
1279
1239
|
padding: 0.75em;
|
|
1280
1240
|
white-space: nowrap;
|
|
1281
1241
|
}
|
|
1282
|
-
.btn.btn-returns path {
|
|
1283
|
-
fill: currentColor;
|
|
1284
|
-
}
|
|
1285
1242
|
@media (hover: hover) {
|
|
1286
1243
|
.btn.btn-returns:hover {
|
|
1287
|
-
position: relative;
|
|
1288
|
-
outline: none;
|
|
1289
|
-
z-index: 2;
|
|
1290
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
|
|
1291
1244
|
border: 1px solid hsl(21deg, 100%, 41%);
|
|
1245
|
+
outline: 2px solid hsl(21deg, 100%, 41%);
|
|
1292
1246
|
background-color: hsl(21deg, 100%, 41%);
|
|
1247
|
+
outline-offset: 3px;
|
|
1293
1248
|
color: white;
|
|
1294
1249
|
}
|
|
1295
1250
|
}
|
|
1296
1251
|
.btn.btn-returns:active {
|
|
1297
|
-
position: relative;
|
|
1298
|
-
outline: none;
|
|
1299
|
-
z-index: 2;
|
|
1300
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
|
|
1301
1252
|
border: 1px solid hsl(21deg, 100%, 41%);
|
|
1253
|
+
outline: 2px solid hsl(21deg, 100%, 41%);
|
|
1302
1254
|
background-color: hsl(21deg, 100%, 41%);
|
|
1255
|
+
outline-offset: 3px;
|
|
1303
1256
|
color: white;
|
|
1304
1257
|
}
|
|
1305
1258
|
.btn.btn-returns[data-focus-visible-added] {
|
|
1306
|
-
position: relative;
|
|
1307
|
-
outline: none;
|
|
1308
|
-
z-index: 2;
|
|
1309
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
|
|
1310
1259
|
border: 1px solid hsl(21deg, 100%, 41%);
|
|
1260
|
+
outline: 2px solid hsl(21deg, 100%, 41%);
|
|
1311
1261
|
background-color: hsl(21deg, 100%, 41%);
|
|
1262
|
+
outline-offset: 3px;
|
|
1312
1263
|
color: white;
|
|
1313
1264
|
}
|
|
1265
|
+
.btn.btn-returns path {
|
|
1266
|
+
fill: currentColor;
|
|
1267
|
+
}
|
|
1314
1268
|
.btn.btn-returns.hide {
|
|
1315
1269
|
visibility: hidden;
|
|
1316
1270
|
}
|
|
1317
1271
|
.btn.btn-returns:disabled, .btn.btn-returns.disabled {
|
|
1318
1272
|
background-color: white;
|
|
1319
|
-
border: 1px solid
|
|
1320
|
-
color:
|
|
1273
|
+
border: 1px solid #333333;
|
|
1274
|
+
color: #333333;
|
|
1321
1275
|
}
|
|
1322
1276
|
.btn.btn-returns:disabled path, .btn.btn-returns.disabled path {
|
|
1323
|
-
fill:
|
|
1277
|
+
fill: #333333;
|
|
1324
1278
|
}
|
|
1325
1279
|
@media (hover: hover) {
|
|
1326
1280
|
.btn.btn-returns:disabled:hover, .btn.btn-returns.disabled:hover {
|
|
1327
|
-
background-color:
|
|
1281
|
+
background-color: #333333;
|
|
1328
1282
|
color: white;
|
|
1329
1283
|
box-shadow: none;
|
|
1330
1284
|
border: 1px solid 1px;
|
|
@@ -1335,7 +1289,7 @@
|
|
|
1335
1289
|
}
|
|
1336
1290
|
}
|
|
1337
1291
|
.btn.btn-returns:disabled:active, .btn.btn-returns.disabled:active {
|
|
1338
|
-
background-color:
|
|
1292
|
+
background-color: #333333;
|
|
1339
1293
|
color: white;
|
|
1340
1294
|
box-shadow: none;
|
|
1341
1295
|
border: 1px solid 1px;
|
|
@@ -1345,7 +1299,7 @@
|
|
|
1345
1299
|
fill: white;
|
|
1346
1300
|
}
|
|
1347
1301
|
.btn.btn-returns:disabled[data-focus-visible-added], .btn.btn-returns.disabled[data-focus-visible-added] {
|
|
1348
|
-
background-color:
|
|
1302
|
+
background-color: #333333;
|
|
1349
1303
|
color: white;
|
|
1350
1304
|
box-shadow: none;
|
|
1351
1305
|
border: 1px solid 1px;
|
|
@@ -1355,43 +1309,37 @@
|
|
|
1355
1309
|
fill: white;
|
|
1356
1310
|
}
|
|
1357
1311
|
.btn.btn-cancel-returns {
|
|
1358
|
-
border: 1px solid
|
|
1359
|
-
background-color:
|
|
1312
|
+
border: 1px solid #333333;
|
|
1313
|
+
background-color: #333333;
|
|
1360
1314
|
color: white;
|
|
1361
1315
|
padding: 0.75em;
|
|
1362
1316
|
}
|
|
1363
|
-
.btn.btn-cancel-returns path {
|
|
1364
|
-
fill: currentColor;
|
|
1365
|
-
}
|
|
1366
1317
|
@media (hover: hover) {
|
|
1367
1318
|
.btn.btn-cancel-returns:hover {
|
|
1368
|
-
|
|
1369
|
-
outline:
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
1373
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
1319
|
+
border: 1px solid #333333;
|
|
1320
|
+
outline: 2px solid #333333;
|
|
1321
|
+
background-color: #333333;
|
|
1322
|
+
outline-offset: 3px;
|
|
1374
1323
|
color: white;
|
|
1375
1324
|
}
|
|
1376
1325
|
}
|
|
1377
1326
|
.btn.btn-cancel-returns:active {
|
|
1378
|
-
|
|
1379
|
-
outline:
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
1383
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
1327
|
+
border: 1px solid #333333;
|
|
1328
|
+
outline: 2px solid #333333;
|
|
1329
|
+
background-color: #333333;
|
|
1330
|
+
outline-offset: 3px;
|
|
1384
1331
|
color: white;
|
|
1385
1332
|
}
|
|
1386
1333
|
.btn.btn-cancel-returns[data-focus-visible-added] {
|
|
1387
|
-
|
|
1388
|
-
outline:
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
1392
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
1334
|
+
border: 1px solid #333333;
|
|
1335
|
+
outline: 2px solid #333333;
|
|
1336
|
+
background-color: #333333;
|
|
1337
|
+
outline-offset: 3px;
|
|
1393
1338
|
color: white;
|
|
1394
1339
|
}
|
|
1340
|
+
.btn.btn-cancel-returns path {
|
|
1341
|
+
fill: currentColor;
|
|
1342
|
+
}
|
|
1395
1343
|
.btn.btn-cancel-returns.hide {
|
|
1396
1344
|
visibility: hidden;
|
|
1397
1345
|
}
|
|
@@ -1440,7 +1388,7 @@
|
|
|
1440
1388
|
.btn.btn-radio {
|
|
1441
1389
|
border: 1px solid hsl(0deg, 0%, 65%);
|
|
1442
1390
|
padding: 0.75rem 0.75rem 0.625rem;
|
|
1443
|
-
font-weight:
|
|
1391
|
+
font-weight: normal;
|
|
1444
1392
|
margin: 0.25rem;
|
|
1445
1393
|
}
|
|
1446
1394
|
@media (hover: hover) {
|
|
@@ -1448,26 +1396,26 @@
|
|
|
1448
1396
|
position: relative;
|
|
1449
1397
|
outline: none;
|
|
1450
1398
|
z-index: 2;
|
|
1451
|
-
box-shadow: 0 0 0 0.0625rem
|
|
1452
|
-
border: 1px solid
|
|
1453
|
-
background-color:
|
|
1399
|
+
box-shadow: 0 0 0 0.0625rem #595959;
|
|
1400
|
+
border: 1px solid #595959;
|
|
1401
|
+
background-color: #f2f2f2;
|
|
1454
1402
|
}
|
|
1455
1403
|
}
|
|
1456
1404
|
.btn.btn-radio:active {
|
|
1457
1405
|
position: relative;
|
|
1458
1406
|
outline: none;
|
|
1459
1407
|
z-index: 2;
|
|
1460
|
-
box-shadow: 0 0 0 0.0625rem
|
|
1461
|
-
border: 1px solid
|
|
1462
|
-
background-color:
|
|
1408
|
+
box-shadow: 0 0 0 0.0625rem #595959;
|
|
1409
|
+
border: 1px solid #595959;
|
|
1410
|
+
background-color: #f2f2f2;
|
|
1463
1411
|
}
|
|
1464
1412
|
.btn.btn-radio[data-focus-visible-added] {
|
|
1465
1413
|
position: relative;
|
|
1466
1414
|
outline: none;
|
|
1467
1415
|
z-index: 2;
|
|
1468
|
-
box-shadow: 0 0 0 0.0625rem
|
|
1469
|
-
border: 1px solid
|
|
1470
|
-
background-color:
|
|
1416
|
+
box-shadow: 0 0 0 0.0625rem #595959;
|
|
1417
|
+
border: 1px solid #595959;
|
|
1418
|
+
background-color: #f2f2f2;
|
|
1471
1419
|
}
|
|
1472
1420
|
.btn.btn-menu {
|
|
1473
1421
|
background-color: hsl(21deg, 100%, 41%);
|
|
@@ -1560,38 +1508,32 @@
|
|
|
1560
1508
|
vertical-align: middle;
|
|
1561
1509
|
min-height: 2.5rem;
|
|
1562
1510
|
}
|
|
1563
|
-
.btn.btn-basket path {
|
|
1564
|
-
fill: currentColor;
|
|
1565
|
-
}
|
|
1566
1511
|
@media (hover: hover) {
|
|
1567
1512
|
.btn.btn-basket:hover {
|
|
1568
|
-
position: relative;
|
|
1569
|
-
outline: none;
|
|
1570
|
-
z-index: 2;
|
|
1571
|
-
box-shadow: 0 0 0 0.25rem hsl(21deg, 100%, 41%), 0 0 0 0.4rem white;
|
|
1572
1513
|
border: 1px solid white;
|
|
1514
|
+
outline: 2px solid white;
|
|
1573
1515
|
background-color: white;
|
|
1516
|
+
outline-offset: 3px;
|
|
1574
1517
|
color: hsl(21deg, 100%, 41%);
|
|
1575
1518
|
}
|
|
1576
1519
|
}
|
|
1577
1520
|
.btn.btn-basket:active {
|
|
1578
|
-
position: relative;
|
|
1579
|
-
outline: none;
|
|
1580
|
-
z-index: 2;
|
|
1581
|
-
box-shadow: 0 0 0 0.25rem hsl(21deg, 100%, 41%), 0 0 0 0.4rem white;
|
|
1582
1521
|
border: 1px solid white;
|
|
1522
|
+
outline: 2px solid white;
|
|
1583
1523
|
background-color: white;
|
|
1524
|
+
outline-offset: 3px;
|
|
1584
1525
|
color: hsl(21deg, 100%, 41%);
|
|
1585
1526
|
}
|
|
1586
1527
|
.btn.btn-basket[data-focus-visible-added] {
|
|
1587
|
-
position: relative;
|
|
1588
|
-
outline: none;
|
|
1589
|
-
z-index: 2;
|
|
1590
|
-
box-shadow: 0 0 0 0.25rem hsl(21deg, 100%, 41%), 0 0 0 0.4rem white;
|
|
1591
1528
|
border: 1px solid white;
|
|
1529
|
+
outline: 2px solid white;
|
|
1592
1530
|
background-color: white;
|
|
1531
|
+
outline-offset: 3px;
|
|
1593
1532
|
color: hsl(21deg, 100%, 41%);
|
|
1594
1533
|
}
|
|
1534
|
+
.btn.btn-basket path {
|
|
1535
|
+
fill: currentColor;
|
|
1536
|
+
}
|
|
1595
1537
|
.btn.btn-basket.hide {
|
|
1596
1538
|
visibility: hidden;
|
|
1597
1539
|
}
|
|
@@ -1626,7 +1568,7 @@
|
|
|
1626
1568
|
fill: currentColor;
|
|
1627
1569
|
}
|
|
1628
1570
|
.btn.btn-discover {
|
|
1629
|
-
background-color:
|
|
1571
|
+
background-color: #333333;
|
|
1630
1572
|
border: 1px solid white;
|
|
1631
1573
|
color: white;
|
|
1632
1574
|
display: inline-flex;
|
|
@@ -1639,34 +1581,34 @@
|
|
|
1639
1581
|
@media (hover: hover) {
|
|
1640
1582
|
.btn.btn-discover:hover {
|
|
1641
1583
|
background-color: white;
|
|
1642
|
-
color:
|
|
1584
|
+
color: #333333;
|
|
1643
1585
|
box-shadow: none;
|
|
1644
1586
|
border: 1px solid 1px;
|
|
1645
1587
|
outline: none;
|
|
1646
1588
|
}
|
|
1647
1589
|
.btn.btn-discover:hover path {
|
|
1648
|
-
fill:
|
|
1590
|
+
fill: #333333;
|
|
1649
1591
|
}
|
|
1650
1592
|
}
|
|
1651
1593
|
.btn.btn-discover:active {
|
|
1652
1594
|
background-color: white;
|
|
1653
|
-
color:
|
|
1595
|
+
color: #333333;
|
|
1654
1596
|
box-shadow: none;
|
|
1655
1597
|
border: 1px solid 1px;
|
|
1656
1598
|
outline: none;
|
|
1657
1599
|
}
|
|
1658
1600
|
.btn.btn-discover:active path {
|
|
1659
|
-
fill:
|
|
1601
|
+
fill: #333333;
|
|
1660
1602
|
}
|
|
1661
1603
|
.btn.btn-discover[data-focus-visible-added] {
|
|
1662
1604
|
background-color: white;
|
|
1663
|
-
color:
|
|
1605
|
+
color: #333333;
|
|
1664
1606
|
box-shadow: none;
|
|
1665
1607
|
border: 1px solid 1px;
|
|
1666
1608
|
outline: none;
|
|
1667
1609
|
}
|
|
1668
1610
|
.btn.btn-discover[data-focus-visible-added] path {
|
|
1669
|
-
fill:
|
|
1611
|
+
fill: #333333;
|
|
1670
1612
|
}
|
|
1671
1613
|
.btn.btn-discover span {
|
|
1672
1614
|
position: relative;
|
|
@@ -1674,15 +1616,15 @@
|
|
|
1674
1616
|
}
|
|
1675
1617
|
.btn.btn-membership-pill {
|
|
1676
1618
|
background-color: white;
|
|
1677
|
-
border: 1px solid
|
|
1678
|
-
color:
|
|
1619
|
+
border: 1px solid #1a1a1a;
|
|
1620
|
+
color: #1a1a1a;
|
|
1679
1621
|
}
|
|
1680
1622
|
.btn.btn-membership-pill path {
|
|
1681
|
-
fill:
|
|
1623
|
+
fill: #1a1a1a;
|
|
1682
1624
|
}
|
|
1683
1625
|
@media (hover: hover) {
|
|
1684
1626
|
.btn.btn-membership-pill:hover {
|
|
1685
|
-
background-color:
|
|
1627
|
+
background-color: #1a1a1a;
|
|
1686
1628
|
color: white;
|
|
1687
1629
|
box-shadow: none;
|
|
1688
1630
|
border: 1px solid 1px;
|
|
@@ -1693,7 +1635,7 @@
|
|
|
1693
1635
|
}
|
|
1694
1636
|
}
|
|
1695
1637
|
.btn.btn-membership-pill:active {
|
|
1696
|
-
background-color:
|
|
1638
|
+
background-color: #1a1a1a;
|
|
1697
1639
|
color: white;
|
|
1698
1640
|
box-shadow: none;
|
|
1699
1641
|
border: 1px solid 1px;
|
|
@@ -1703,7 +1645,7 @@
|
|
|
1703
1645
|
fill: white;
|
|
1704
1646
|
}
|
|
1705
1647
|
.btn.btn-membership-pill[data-focus-visible-added] {
|
|
1706
|
-
background-color:
|
|
1648
|
+
background-color: #1a1a1a;
|
|
1707
1649
|
color: white;
|
|
1708
1650
|
box-shadow: none;
|
|
1709
1651
|
border: 1px solid 1px;
|
|
@@ -1713,31 +1655,31 @@
|
|
|
1713
1655
|
fill: white;
|
|
1714
1656
|
}
|
|
1715
1657
|
.btn.btn-membership-pill:hover {
|
|
1716
|
-
background-color:
|
|
1717
|
-
color:
|
|
1658
|
+
background-color: #d9d9d9;
|
|
1659
|
+
color: #1a1a1a;
|
|
1718
1660
|
box-shadow: none;
|
|
1719
|
-
border: 1px solid
|
|
1661
|
+
border: 1px solid #1a1a1a;
|
|
1720
1662
|
outline: none;
|
|
1721
1663
|
}
|
|
1722
1664
|
.btn.btn-membership-pill:hover path {
|
|
1723
|
-
fill:
|
|
1665
|
+
fill: #1a1a1a;
|
|
1724
1666
|
}
|
|
1725
1667
|
.btn.btn-membership-pill[data-focus-visible-added] {
|
|
1726
|
-
background-color:
|
|
1727
|
-
color:
|
|
1668
|
+
background-color: #d9d9d9;
|
|
1669
|
+
color: #1a1a1a;
|
|
1728
1670
|
box-shadow: none;
|
|
1729
|
-
border: 1px solid
|
|
1671
|
+
border: 1px solid #1a1a1a;
|
|
1730
1672
|
outline: none;
|
|
1731
|
-
outline: 1px solid
|
|
1673
|
+
outline: 1px solid #1a1a1a;
|
|
1732
1674
|
}
|
|
1733
1675
|
.btn.btn-membership-pill[data-focus-visible-added] path {
|
|
1734
|
-
fill:
|
|
1676
|
+
fill: #1a1a1a;
|
|
1735
1677
|
}
|
|
1736
1678
|
.btn.btn-membership-pill[data-status=active] {
|
|
1737
|
-
background-color:
|
|
1679
|
+
background-color: #1a1a1a;
|
|
1738
1680
|
color: white;
|
|
1739
1681
|
box-shadow: none;
|
|
1740
|
-
border: 1px solid
|
|
1682
|
+
border: 1px solid #1a1a1a;
|
|
1741
1683
|
outline: none;
|
|
1742
1684
|
}
|
|
1743
1685
|
.btn.btn-membership-pill[data-status=active] path {
|
|
@@ -1745,16 +1687,16 @@
|
|
|
1745
1687
|
}
|
|
1746
1688
|
@media (hover: hover) {
|
|
1747
1689
|
.btn.btn-membership-pill[data-status=active]:hover {
|
|
1748
|
-
outline: 2px solid
|
|
1690
|
+
outline: 2px solid #1a1a1a;
|
|
1749
1691
|
outline-offset: 0.125rem;
|
|
1750
1692
|
}
|
|
1751
1693
|
}
|
|
1752
1694
|
.btn.btn-membership-pill[data-status=active]:active {
|
|
1753
|
-
outline: 2px solid
|
|
1695
|
+
outline: 2px solid #1a1a1a;
|
|
1754
1696
|
outline-offset: 0.125rem;
|
|
1755
1697
|
}
|
|
1756
1698
|
.btn.btn-membership-pill[data-status=active][data-focus-visible-added] {
|
|
1757
|
-
outline: 2px solid
|
|
1699
|
+
outline: 2px solid #1a1a1a;
|
|
1758
1700
|
outline-offset: 0.125rem;
|
|
1759
1701
|
}
|
|
1760
1702
|
.btn.btn-priority-row {
|
|
@@ -1840,94 +1782,74 @@
|
|
|
1840
1782
|
display: inline-flex;
|
|
1841
1783
|
align-items: center;
|
|
1842
1784
|
gap: 0.5rem;
|
|
1843
|
-
justify-content: center;
|
|
1844
|
-
min-width: initial;
|
|
1845
|
-
}
|
|
1846
|
-
.btn.btn-login-to-book path {
|
|
1847
|
-
fill: currentColor;
|
|
1848
1785
|
}
|
|
1849
1786
|
@media (hover: hover) {
|
|
1850
1787
|
.btn.btn-login-to-book:hover {
|
|
1851
|
-
position: relative;
|
|
1852
|
-
outline: none;
|
|
1853
|
-
z-index: 2;
|
|
1854
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
|
|
1855
1788
|
border: 1px solid hsl(21deg, 100%, 41%);
|
|
1789
|
+
outline: 2px solid hsl(21deg, 100%, 41%);
|
|
1856
1790
|
background-color: hsl(21deg, 100%, 41%);
|
|
1791
|
+
outline-offset: 3px;
|
|
1857
1792
|
color: white;
|
|
1858
1793
|
}
|
|
1859
1794
|
}
|
|
1860
1795
|
.btn.btn-login-to-book:active {
|
|
1861
|
-
position: relative;
|
|
1862
|
-
outline: none;
|
|
1863
|
-
z-index: 2;
|
|
1864
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
|
|
1865
1796
|
border: 1px solid hsl(21deg, 100%, 41%);
|
|
1797
|
+
outline: 2px solid hsl(21deg, 100%, 41%);
|
|
1866
1798
|
background-color: hsl(21deg, 100%, 41%);
|
|
1799
|
+
outline-offset: 3px;
|
|
1867
1800
|
color: white;
|
|
1868
1801
|
}
|
|
1869
1802
|
.btn.btn-login-to-book[data-focus-visible-added] {
|
|
1870
|
-
position: relative;
|
|
1871
|
-
outline: none;
|
|
1872
|
-
z-index: 2;
|
|
1873
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(21deg, 100%, 41%);
|
|
1874
1803
|
border: 1px solid hsl(21deg, 100%, 41%);
|
|
1804
|
+
outline: 2px solid hsl(21deg, 100%, 41%);
|
|
1875
1805
|
background-color: hsl(21deg, 100%, 41%);
|
|
1806
|
+
outline-offset: 3px;
|
|
1876
1807
|
color: white;
|
|
1877
1808
|
}
|
|
1809
|
+
.btn.btn-login-to-book path {
|
|
1810
|
+
fill: currentColor;
|
|
1811
|
+
}
|
|
1878
1812
|
.btn.btn-login-to-book.hide {
|
|
1879
1813
|
visibility: hidden;
|
|
1880
1814
|
}
|
|
1881
1815
|
.btn.btn-login-to-book[disabled=disabled] {
|
|
1882
|
-
border: 1px solid
|
|
1883
|
-
background-color:
|
|
1816
|
+
border: 1px solid #333333;
|
|
1817
|
+
background-color: #333333;
|
|
1884
1818
|
color: white;
|
|
1885
1819
|
cursor: not-allowed;
|
|
1886
1820
|
}
|
|
1887
|
-
.btn.btn-login-to-book[disabled=disabled] path {
|
|
1888
|
-
fill: currentColor;
|
|
1889
|
-
}
|
|
1890
1821
|
@media (hover: hover) {
|
|
1891
1822
|
.btn.btn-login-to-book[disabled=disabled]:hover {
|
|
1892
|
-
|
|
1893
|
-
outline:
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
1897
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
1823
|
+
border: 1px solid #333333;
|
|
1824
|
+
outline: 2px solid #333333;
|
|
1825
|
+
background-color: #333333;
|
|
1826
|
+
outline-offset: 3px;
|
|
1898
1827
|
color: white;
|
|
1899
1828
|
}
|
|
1900
1829
|
}
|
|
1901
1830
|
.btn.btn-login-to-book[disabled=disabled]:active {
|
|
1902
|
-
|
|
1903
|
-
outline:
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
1907
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
1831
|
+
border: 1px solid #333333;
|
|
1832
|
+
outline: 2px solid #333333;
|
|
1833
|
+
background-color: #333333;
|
|
1834
|
+
outline-offset: 3px;
|
|
1908
1835
|
color: white;
|
|
1909
1836
|
}
|
|
1910
1837
|
.btn.btn-login-to-book[disabled=disabled][data-focus-visible-added] {
|
|
1911
|
-
|
|
1912
|
-
outline:
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
1916
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
1838
|
+
border: 1px solid #333333;
|
|
1839
|
+
outline: 2px solid #333333;
|
|
1840
|
+
background-color: #333333;
|
|
1841
|
+
outline-offset: 3px;
|
|
1917
1842
|
color: white;
|
|
1918
1843
|
}
|
|
1844
|
+
.btn.btn-login-to-book[disabled=disabled] path {
|
|
1845
|
+
fill: currentColor;
|
|
1846
|
+
}
|
|
1919
1847
|
.btn.btn-login-to-book[disabled=disabled].hide {
|
|
1920
1848
|
visibility: hidden;
|
|
1921
1849
|
}
|
|
1922
|
-
@media only screen and (max-width: 767px) {
|
|
1923
|
-
.btn.btn-login-to-book {
|
|
1924
|
-
margin-top: 1rem;
|
|
1925
|
-
width: 100%;
|
|
1926
|
-
}
|
|
1927
|
-
}
|
|
1928
1850
|
.btn.btn-sold-out {
|
|
1929
|
-
border: 1px solid
|
|
1930
|
-
background-color:
|
|
1851
|
+
border: 1px solid #333333;
|
|
1852
|
+
background-color: #333333;
|
|
1931
1853
|
color: white;
|
|
1932
1854
|
display: inline-flex;
|
|
1933
1855
|
align-items: center;
|
|
@@ -1935,38 +1857,32 @@
|
|
|
1935
1857
|
pointer-events: none;
|
|
1936
1858
|
min-width: initial;
|
|
1937
1859
|
}
|
|
1938
|
-
.btn.btn-sold-out path {
|
|
1939
|
-
fill: currentColor;
|
|
1940
|
-
}
|
|
1941
1860
|
@media (hover: hover) {
|
|
1942
1861
|
.btn.btn-sold-out:hover {
|
|
1943
|
-
|
|
1944
|
-
outline:
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
1948
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
1862
|
+
border: 1px solid #333333;
|
|
1863
|
+
outline: 2px solid #333333;
|
|
1864
|
+
background-color: #333333;
|
|
1865
|
+
outline-offset: 3px;
|
|
1949
1866
|
color: white;
|
|
1950
1867
|
}
|
|
1951
1868
|
}
|
|
1952
1869
|
.btn.btn-sold-out:active {
|
|
1953
|
-
|
|
1954
|
-
outline:
|
|
1955
|
-
|
|
1956
|
-
|
|
1957
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
1958
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
1870
|
+
border: 1px solid #333333;
|
|
1871
|
+
outline: 2px solid #333333;
|
|
1872
|
+
background-color: #333333;
|
|
1873
|
+
outline-offset: 3px;
|
|
1959
1874
|
color: white;
|
|
1960
1875
|
}
|
|
1961
1876
|
.btn.btn-sold-out[data-focus-visible-added] {
|
|
1962
|
-
|
|
1963
|
-
outline:
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
border: 1px solid hsl(0deg, 0%, 20%);
|
|
1967
|
-
background-color: hsl(0deg, 0%, 20%);
|
|
1877
|
+
border: 1px solid #333333;
|
|
1878
|
+
outline: 2px solid #333333;
|
|
1879
|
+
background-color: #333333;
|
|
1880
|
+
outline-offset: 3px;
|
|
1968
1881
|
color: white;
|
|
1969
1882
|
}
|
|
1883
|
+
.btn.btn-sold-out path {
|
|
1884
|
+
fill: currentColor;
|
|
1885
|
+
}
|
|
1970
1886
|
.btn.btn-sold-out.hide {
|
|
1971
1887
|
visibility: hidden;
|
|
1972
1888
|
}
|
|
@@ -1978,38 +1894,32 @@
|
|
|
1978
1894
|
align-items: center;
|
|
1979
1895
|
gap: 0.5rem;
|
|
1980
1896
|
}
|
|
1981
|
-
.btn.btn-add-membership-to-basket path {
|
|
1982
|
-
fill: currentColor;
|
|
1983
|
-
}
|
|
1984
1897
|
@media (hover: hover) {
|
|
1985
1898
|
.btn.btn-add-membership-to-basket:hover {
|
|
1986
|
-
position: relative;
|
|
1987
|
-
outline: none;
|
|
1988
|
-
z-index: 2;
|
|
1989
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(217deg, 72%, 53%);
|
|
1990
1899
|
border: 1px solid hsl(217deg, 72%, 53%);
|
|
1900
|
+
outline: 2px solid hsl(217deg, 72%, 53%);
|
|
1991
1901
|
background-color: hsl(217deg, 72%, 53%);
|
|
1902
|
+
outline-offset: 3px;
|
|
1992
1903
|
color: white;
|
|
1993
1904
|
}
|
|
1994
1905
|
}
|
|
1995
1906
|
.btn.btn-add-membership-to-basket:active {
|
|
1996
|
-
position: relative;
|
|
1997
|
-
outline: none;
|
|
1998
|
-
z-index: 2;
|
|
1999
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(217deg, 72%, 53%);
|
|
2000
1907
|
border: 1px solid hsl(217deg, 72%, 53%);
|
|
1908
|
+
outline: 2px solid hsl(217deg, 72%, 53%);
|
|
2001
1909
|
background-color: hsl(217deg, 72%, 53%);
|
|
1910
|
+
outline-offset: 3px;
|
|
2002
1911
|
color: white;
|
|
2003
1912
|
}
|
|
2004
1913
|
.btn.btn-add-membership-to-basket[data-focus-visible-added] {
|
|
2005
|
-
position: relative;
|
|
2006
|
-
outline: none;
|
|
2007
|
-
z-index: 2;
|
|
2008
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(217deg, 72%, 53%);
|
|
2009
1914
|
border: 1px solid hsl(217deg, 72%, 53%);
|
|
1915
|
+
outline: 2px solid hsl(217deg, 72%, 53%);
|
|
2010
1916
|
background-color: hsl(217deg, 72%, 53%);
|
|
1917
|
+
outline-offset: 3px;
|
|
2011
1918
|
color: white;
|
|
2012
1919
|
}
|
|
1920
|
+
.btn.btn-add-membership-to-basket path {
|
|
1921
|
+
fill: currentColor;
|
|
1922
|
+
}
|
|
2013
1923
|
.btn.btn-add-membership-to-basket.hide {
|
|
2014
1924
|
visibility: hidden;
|
|
2015
1925
|
}
|
|
@@ -2021,38 +1931,32 @@
|
|
|
2021
1931
|
align-items: center;
|
|
2022
1932
|
gap: 0.5rem;
|
|
2023
1933
|
}
|
|
2024
|
-
.btn.btn-remove-membership-from-basket path {
|
|
2025
|
-
fill: currentColor;
|
|
2026
|
-
}
|
|
2027
1934
|
@media (hover: hover) {
|
|
2028
1935
|
.btn.btn-remove-membership-from-basket:hover {
|
|
2029
|
-
position: relative;
|
|
2030
|
-
outline: none;
|
|
2031
|
-
z-index: 2;
|
|
2032
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 45%, 37%);
|
|
2033
1936
|
border: 1px solid hsl(0deg, 45%, 37%);
|
|
1937
|
+
outline: 2px solid hsl(0deg, 45%, 37%);
|
|
2034
1938
|
background-color: hsl(0deg, 45%, 37%);
|
|
1939
|
+
outline-offset: 3px;
|
|
2035
1940
|
color: white;
|
|
2036
1941
|
}
|
|
2037
1942
|
}
|
|
2038
1943
|
.btn.btn-remove-membership-from-basket:active {
|
|
2039
|
-
position: relative;
|
|
2040
|
-
outline: none;
|
|
2041
|
-
z-index: 2;
|
|
2042
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 45%, 37%);
|
|
2043
1944
|
border: 1px solid hsl(0deg, 45%, 37%);
|
|
1945
|
+
outline: 2px solid hsl(0deg, 45%, 37%);
|
|
2044
1946
|
background-color: hsl(0deg, 45%, 37%);
|
|
1947
|
+
outline-offset: 3px;
|
|
2045
1948
|
color: white;
|
|
2046
1949
|
}
|
|
2047
1950
|
.btn.btn-remove-membership-from-basket[data-focus-visible-added] {
|
|
2048
|
-
position: relative;
|
|
2049
|
-
outline: none;
|
|
2050
|
-
z-index: 2;
|
|
2051
|
-
box-shadow: 0 0 0 0.25rem white, 0 0 0 0.4rem hsl(0deg, 45%, 37%);
|
|
2052
1951
|
border: 1px solid hsl(0deg, 45%, 37%);
|
|
1952
|
+
outline: 2px solid hsl(0deg, 45%, 37%);
|
|
2053
1953
|
background-color: hsl(0deg, 45%, 37%);
|
|
1954
|
+
outline-offset: 3px;
|
|
2054
1955
|
color: white;
|
|
2055
1956
|
}
|
|
1957
|
+
.btn.btn-remove-membership-from-basket path {
|
|
1958
|
+
fill: currentColor;
|
|
1959
|
+
}
|
|
2056
1960
|
.btn.btn-remove-membership-from-basket.hide {
|
|
2057
1961
|
visibility: hidden;
|
|
2058
1962
|
}
|
|
@@ -2131,6 +2035,42 @@
|
|
|
2131
2035
|
.btn.btn-additional-information[data-focus-visible-added] path {
|
|
2132
2036
|
fill: white;
|
|
2133
2037
|
}
|
|
2038
|
+
.btn.btn-toggle-password {
|
|
2039
|
+
border: 1px solid #333333;
|
|
2040
|
+
background-color: #333333;
|
|
2041
|
+
color: white;
|
|
2042
|
+
place-items: center;
|
|
2043
|
+
padding: 0;
|
|
2044
|
+
}
|
|
2045
|
+
@media (hover: hover) {
|
|
2046
|
+
.btn.btn-toggle-password:hover {
|
|
2047
|
+
border: 1px solid #333333;
|
|
2048
|
+
outline: 2px solid #333333;
|
|
2049
|
+
background-color: #333333;
|
|
2050
|
+
outline-offset: 3px;
|
|
2051
|
+
color: white;
|
|
2052
|
+
}
|
|
2053
|
+
}
|
|
2054
|
+
.btn.btn-toggle-password:active {
|
|
2055
|
+
border: 1px solid #333333;
|
|
2056
|
+
outline: 2px solid #333333;
|
|
2057
|
+
background-color: #333333;
|
|
2058
|
+
outline-offset: 3px;
|
|
2059
|
+
color: white;
|
|
2060
|
+
}
|
|
2061
|
+
.btn.btn-toggle-password[data-focus-visible-added] {
|
|
2062
|
+
border: 1px solid #333333;
|
|
2063
|
+
outline: 2px solid #333333;
|
|
2064
|
+
background-color: #333333;
|
|
2065
|
+
outline-offset: 3px;
|
|
2066
|
+
color: white;
|
|
2067
|
+
}
|
|
2068
|
+
.btn.btn-toggle-password path {
|
|
2069
|
+
fill: currentColor;
|
|
2070
|
+
}
|
|
2071
|
+
.btn.btn-toggle-password.hide {
|
|
2072
|
+
visibility: hidden;
|
|
2073
|
+
}
|
|
2134
2074
|
.btn.expand {
|
|
2135
2075
|
display: block;
|
|
2136
2076
|
}
|
|
@@ -2156,7 +2096,7 @@
|
|
|
2156
2096
|
padding-bottom: 1.5rem;
|
|
2157
2097
|
padding-top: 1.5rem;
|
|
2158
2098
|
}
|
|
2159
|
-
@media only screen and (min-width:
|
|
2099
|
+
@media only screen and (min-width: 576px) {
|
|
2160
2100
|
.br-container--inner:not(.footer) {
|
|
2161
2101
|
padding-bottom: 2.5rem;
|
|
2162
2102
|
padding-top: 2.5rem;
|
|
@@ -2169,7 +2109,7 @@
|
|
|
2169
2109
|
.br-container--inner.thin {
|
|
2170
2110
|
max-width: 50rem;
|
|
2171
2111
|
}
|
|
2172
|
-
@media only screen and (min-width:
|
|
2112
|
+
@media only screen and (min-width: 576px) {
|
|
2173
2113
|
.br-container--inner.masthead {
|
|
2174
2114
|
padding-bottom: 3rem;
|
|
2175
2115
|
padding-top: 3rem;
|
|
@@ -2180,12 +2120,11 @@
|
|
|
2180
2120
|
}
|
|
2181
2121
|
|
|
2182
2122
|
body {
|
|
2183
|
-
font-family: Supreme
|
|
2184
|
-
|
|
2123
|
+
font-family: Supreme, Arial, Helvetica, sans-serif;
|
|
2124
|
+
background-color: #f2f2f2;
|
|
2185
2125
|
line-height: 1.35;
|
|
2186
|
-
color:
|
|
2126
|
+
color: #333333;
|
|
2187
2127
|
margin: 0;
|
|
2188
|
-
background-color: hsl(0deg, 0%, 95%);
|
|
2189
2128
|
}
|
|
2190
2129
|
|
|
2191
2130
|
.topbar {
|
|
@@ -2209,14 +2148,14 @@ body {
|
|
|
2209
2148
|
}
|
|
2210
2149
|
@media (hover: hover) {
|
|
2211
2150
|
.topbar .sections a:hover {
|
|
2212
|
-
background-color:
|
|
2151
|
+
background-color: #f2f2f2;
|
|
2213
2152
|
}
|
|
2214
2153
|
}
|
|
2215
2154
|
.topbar .sections a:active {
|
|
2216
|
-
background-color:
|
|
2155
|
+
background-color: #f2f2f2;
|
|
2217
2156
|
}
|
|
2218
2157
|
.topbar .sections a[data-focus-visible-added] {
|
|
2219
|
-
background-color:
|
|
2158
|
+
background-color: #f2f2f2;
|
|
2220
2159
|
}
|
|
2221
2160
|
|
|
2222
2161
|
.page {
|
|
@@ -2267,8 +2206,8 @@ body {
|
|
|
2267
2206
|
.list.list-palette.brand-contemporary-music .item.item-palette.tint-70 {
|
|
2268
2207
|
background-color: #c6c1d7;
|
|
2269
2208
|
}
|
|
2270
|
-
.list.list-palette.brand-contemporary-music .item.item-palette.tint-
|
|
2271
|
-
background-color: #
|
|
2209
|
+
.list.list-palette.brand-contemporary-music .item.item-palette.tint-88 {
|
|
2210
|
+
background-color: #e8e6ef;
|
|
2272
2211
|
}
|
|
2273
2212
|
.list.list-palette.brand-contemporary-music .item.item-palette.tint-95 {
|
|
2274
2213
|
background-color: #f5f5f8;
|
|
@@ -2291,8 +2230,8 @@ body {
|
|
|
2291
2230
|
.list.list-palette.brand-membership--support .item.item-palette.tint-70 {
|
|
2292
2231
|
background-color: #c1d5f5;
|
|
2293
2232
|
}
|
|
2294
|
-
.list.list-palette.brand-membership--support .item.item-palette.tint-
|
|
2295
|
-
background-color: #
|
|
2233
|
+
.list.list-palette.brand-membership--support .item.item-palette.tint-88 {
|
|
2234
|
+
background-color: #e6eefb;
|
|
2296
2235
|
}
|
|
2297
2236
|
.list.list-palette.brand-membership--support .item.item-palette.tint-95 {
|
|
2298
2237
|
background-color: #f5f8fd;
|
|
@@ -2315,8 +2254,8 @@ body {
|
|
|
2315
2254
|
.list.list-palette.brand-tours--public-spaces .item.item-palette.tint-70 {
|
|
2316
2255
|
background-color: #f1c8b3;
|
|
2317
2256
|
}
|
|
2318
|
-
.list.list-palette.brand-tours--public-spaces .item.item-palette.tint-
|
|
2319
|
-
background-color: #
|
|
2257
|
+
.list.list-palette.brand-tours--public-spaces .item.item-palette.tint-88 {
|
|
2258
|
+
background-color: #f9e9e0;
|
|
2320
2259
|
}
|
|
2321
2260
|
.list.list-palette.brand-tours--public-spaces .item.item-palette.tint-95 {
|
|
2322
2261
|
background-color: #fdf6f2;
|
|
@@ -2339,8 +2278,8 @@ body {
|
|
|
2339
2278
|
.list.list-palette.brand-classical-music .item.item-palette.tint-70 {
|
|
2340
2279
|
background-color: #dfd4c0;
|
|
2341
2280
|
}
|
|
2342
|
-
.list.list-palette.brand-classical-music .item.item-palette.tint-
|
|
2343
|
-
background-color: #
|
|
2281
|
+
.list.list-palette.brand-classical-music .item.item-palette.tint-88 {
|
|
2282
|
+
background-color: #f2eee6;
|
|
2344
2283
|
}
|
|
2345
2284
|
.list.list-palette.brand-classical-music .item.item-palette.tint-95 {
|
|
2346
2285
|
background-color: #faf8f5;
|
|
@@ -2363,8 +2302,8 @@ body {
|
|
|
2363
2302
|
.list.list-palette.brand-talks--workshops .item.item-palette.tint-70 {
|
|
2364
2303
|
background-color: #cdd7e3;
|
|
2365
2304
|
}
|
|
2366
|
-
.list.list-palette.brand-talks--workshops .item.item-palette.tint-
|
|
2367
|
-
background-color: #
|
|
2305
|
+
.list.list-palette.brand-talks--workshops .item.item-palette.tint-88 {
|
|
2306
|
+
background-color: #ebeff4;
|
|
2368
2307
|
}
|
|
2369
2308
|
.list.list-palette.brand-talks--workshops .item.item-palette.tint-95 {
|
|
2370
2309
|
background-color: #f7f8fa;
|
|
@@ -2387,8 +2326,8 @@ body {
|
|
|
2387
2326
|
.list.list-palette.brand-theatre--dance .item.item-palette.tint-70 {
|
|
2388
2327
|
background-color: #b3d8e2;
|
|
2389
2328
|
}
|
|
2390
|
-
.list.list-palette.brand-theatre--dance .item.item-palette.tint-
|
|
2391
|
-
background-color: #
|
|
2329
|
+
.list.list-palette.brand-theatre--dance .item.item-palette.tint-88 {
|
|
2330
|
+
background-color: #e1f0f3;
|
|
2392
2331
|
}
|
|
2393
2332
|
.list.list-palette.brand-theatre--dance .item.item-palette.tint-95 {
|
|
2394
2333
|
background-color: #f2f9fa;
|
|
@@ -2411,8 +2350,8 @@ body {
|
|
|
2411
2350
|
.list.list-palette.brand-talks--events .item.item-palette.tint-70 {
|
|
2412
2351
|
background-color: #cdd7e3;
|
|
2413
2352
|
}
|
|
2414
|
-
.list.list-palette.brand-talks--events .item.item-palette.tint-
|
|
2415
|
-
background-color: #
|
|
2353
|
+
.list.list-palette.brand-talks--events .item.item-palette.tint-88 {
|
|
2354
|
+
background-color: #ebeff4;
|
|
2416
2355
|
}
|
|
2417
2356
|
.list.list-palette.brand-talks--events .item.item-palette.tint-95 {
|
|
2418
2357
|
background-color: #f7f8fa;
|
|
@@ -2435,8 +2374,8 @@ body {
|
|
|
2435
2374
|
.list.list-palette.brand-art--design .item.item-palette.tint-70 {
|
|
2436
2375
|
background-color: #f8b3d6;
|
|
2437
2376
|
}
|
|
2438
|
-
.list.list-palette.brand-art--design .item.item-palette.tint-
|
|
2439
|
-
background-color: #
|
|
2377
|
+
.list.list-palette.brand-art--design .item.item-palette.tint-88 {
|
|
2378
|
+
background-color: #fce0ef;
|
|
2440
2379
|
}
|
|
2441
2380
|
.list.list-palette.brand-art--design .item.item-palette.tint-95 {
|
|
2442
2381
|
background-color: #fef2f8;
|
|
@@ -2459,8 +2398,8 @@ body {
|
|
|
2459
2398
|
.list.list-palette.brand-generic .item.item-palette.tint-70 {
|
|
2460
2399
|
background-color: #f1c8b3;
|
|
2461
2400
|
}
|
|
2462
|
-
.list.list-palette.brand-generic .item.item-palette.tint-
|
|
2463
|
-
background-color: #
|
|
2401
|
+
.list.list-palette.brand-generic .item.item-palette.tint-88 {
|
|
2402
|
+
background-color: #f9e9e0;
|
|
2464
2403
|
}
|
|
2465
2404
|
.list.list-palette.brand-generic .item.item-palette.tint-95 {
|
|
2466
2405
|
background-color: #fdf6f2;
|
|
@@ -2483,8 +2422,8 @@ body {
|
|
|
2483
2422
|
.list.list-palette.brand-library .item.item-palette.tint-70 {
|
|
2484
2423
|
background-color: #f1c8b3;
|
|
2485
2424
|
}
|
|
2486
|
-
.list.list-palette.brand-library .item.item-palette.tint-
|
|
2487
|
-
background-color: #
|
|
2425
|
+
.list.list-palette.brand-library .item.item-palette.tint-88 {
|
|
2426
|
+
background-color: #f9e9e0;
|
|
2488
2427
|
}
|
|
2489
2428
|
.list.list-palette.brand-library .item.item-palette.tint-95 {
|
|
2490
2429
|
background-color: #fdf6f2;
|
|
@@ -2507,8 +2446,8 @@ body {
|
|
|
2507
2446
|
.list.list-palette.brand-cinema .item.item-palette.tint-70 {
|
|
2508
2447
|
background-color: #bcdbbf;
|
|
2509
2448
|
}
|
|
2510
|
-
.list.list-palette.brand-cinema .item.item-palette.tint-
|
|
2511
|
-
background-color: #
|
|
2449
|
+
.list.list-palette.brand-cinema .item.item-palette.tint-88 {
|
|
2450
|
+
background-color: #e4f1e5;
|
|
2512
2451
|
}
|
|
2513
2452
|
.list.list-palette.brand-cinema .item.item-palette.tint-95 {
|
|
2514
2453
|
background-color: #f4f9f4;
|
|
@@ -2531,14 +2470,14 @@ body {
|
|
|
2531
2470
|
.list.list-palette.brand-hire .item.item-palette.tint-70 {
|
|
2532
2471
|
background-color: #f1c8b3;
|
|
2533
2472
|
}
|
|
2534
|
-
.list.list-palette.brand-hire .item.item-palette.tint-
|
|
2535
|
-
background-color: #
|
|
2473
|
+
.list.list-palette.brand-hire .item.item-palette.tint-88 {
|
|
2474
|
+
background-color: #f9e9e0;
|
|
2536
2475
|
}
|
|
2537
2476
|
.list.list-palette.brand-hire .item.item-palette.tint-95 {
|
|
2538
2477
|
background-color: #fdf6f2;
|
|
2539
2478
|
}
|
|
2540
2479
|
.list.list-palette.brand-programme .item.item-palette {
|
|
2541
|
-
background-color:
|
|
2480
|
+
background-color: #333333;
|
|
2542
2481
|
}
|
|
2543
2482
|
.list.list-palette.brand-programme .item.item-palette.shade-65 {
|
|
2544
2483
|
background-color: #121212;
|
|
@@ -2555,8 +2494,8 @@ body {
|
|
|
2555
2494
|
.list.list-palette.brand-programme .item.item-palette.tint-70 {
|
|
2556
2495
|
background-color: #c2c2c2;
|
|
2557
2496
|
}
|
|
2558
|
-
.list.list-palette.brand-programme .item.item-palette.tint-
|
|
2559
|
-
background-color: #
|
|
2497
|
+
.list.list-palette.brand-programme .item.item-palette.tint-88 {
|
|
2498
|
+
background-color: #e7e7e7;
|
|
2560
2499
|
}
|
|
2561
2500
|
.list.list-palette.brand-programme .item.item-palette.tint-95 {
|
|
2562
2501
|
background-color: whitesmoke;
|
|
@@ -2579,8 +2518,8 @@ body {
|
|
|
2579
2518
|
.list.list-palette.brand-shop .item.item-palette.tint-70 {
|
|
2580
2519
|
background-color: #b8dbd4;
|
|
2581
2520
|
}
|
|
2582
|
-
.list.list-palette.brand-shop .item.item-palette.tint-
|
|
2583
|
-
background-color: #
|
|
2521
|
+
.list.list-palette.brand-shop .item.item-palette.tint-88 {
|
|
2522
|
+
background-color: #e3f0ee;
|
|
2584
2523
|
}
|
|
2585
2524
|
.list.list-palette.brand-shop .item.item-palette.tint-95 {
|
|
2586
2525
|
background-color: #f3f9f8;
|
|
@@ -2591,22 +2530,22 @@ body {
|
|
|
2591
2530
|
}
|
|
2592
2531
|
|
|
2593
2532
|
.list.list-palette.grey .item.item-palette.l11 {
|
|
2594
|
-
background-color:
|
|
2533
|
+
background-color: #1a1a1a;
|
|
2595
2534
|
}
|
|
2596
2535
|
.list.list-palette.grey .item.item-palette.l21 {
|
|
2597
|
-
background-color:
|
|
2536
|
+
background-color: #333333;
|
|
2598
2537
|
}
|
|
2599
2538
|
.list.list-palette.grey .item.item-palette.l44 {
|
|
2600
|
-
background-color:
|
|
2539
|
+
background-color: #595959;
|
|
2601
2540
|
}
|
|
2602
2541
|
.list.list-palette.grey .item.item-palette.l65 {
|
|
2603
|
-
background-color:
|
|
2542
|
+
background-color: #a6a6a6;
|
|
2604
2543
|
}
|
|
2605
2544
|
.list.list-palette.grey .item.item-palette.l87 {
|
|
2606
|
-
background-color:
|
|
2545
|
+
background-color: #d9d9d9;
|
|
2607
2546
|
}
|
|
2608
2547
|
.list.list-palette.grey .item.item-palette.l96 {
|
|
2609
|
-
background-color:
|
|
2548
|
+
background-color: #f2f2f2;
|
|
2610
2549
|
}
|
|
2611
2550
|
|
|
2612
2551
|
.list.list-palette.sample .item.item-palette {
|