@meduza/ui-kit-2 0.1.50 → 0.1.52
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/ui-kit-2.cjs.development.js +1 -1
- package/dist/ui-kit-2.cjs.development.js.map +1 -1
- package/dist/ui-kit-2.cjs.production.min.js +1 -1
- package/dist/ui-kit-2.cjs.production.min.js.map +1 -1
- package/dist/ui-kit-2.esm.js +1 -1
- package/dist/ui-kit-2.esm.js.map +1 -1
- package/dist/ui-kit.css +683 -683
- package/package.json +1 -1
- package/src/Image/index.tsx +1 -1
- package/src/RawHtmlBlock/mock.json +4 -4
- package/src/RelatedRichBlock/mock.json +12 -12
package/dist/ui-kit.css
CHANGED
|
@@ -234,6 +234,172 @@
|
|
|
234
234
|
margin-top: -1px;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
+
/* Colors */
|
|
238
|
+
/* Fonts */
|
|
239
|
+
/* Gap */
|
|
240
|
+
/* Media */
|
|
241
|
+
/* 512 */
|
|
242
|
+
/* 650 */
|
|
243
|
+
/* 768 */
|
|
244
|
+
/* 1024 */
|
|
245
|
+
/* 1010 */
|
|
246
|
+
/* 1200 */
|
|
247
|
+
/* 511 */
|
|
248
|
+
/* 1023 */
|
|
249
|
+
/* Zindex */
|
|
250
|
+
.DotsOnImage-module_root__2XP3Q {
|
|
251
|
+
position: relative;
|
|
252
|
+
|
|
253
|
+
display: block;
|
|
254
|
+
|
|
255
|
+
width: 100%;
|
|
256
|
+
}
|
|
257
|
+
.DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
|
|
258
|
+
-webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
259
|
+
animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
260
|
+
}
|
|
261
|
+
.DotsOnImage-module_dot__H1wua {
|
|
262
|
+
position: absolute;
|
|
263
|
+
z-index: 10;
|
|
264
|
+
|
|
265
|
+
display: -webkit-box;
|
|
266
|
+
|
|
267
|
+
display: -webkit-flex;
|
|
268
|
+
|
|
269
|
+
display: -ms-flexbox;
|
|
270
|
+
|
|
271
|
+
display: flex;
|
|
272
|
+
align-items: center;
|
|
273
|
+
flex-flow: row nowrap;
|
|
274
|
+
justify-content: center;
|
|
275
|
+
|
|
276
|
+
width: 28px;
|
|
277
|
+
height: 28px;
|
|
278
|
+
|
|
279
|
+
will-change: opacity;
|
|
280
|
+
}
|
|
281
|
+
.DotsOnImage-module_marker__lH5cP {
|
|
282
|
+
width: 20px;
|
|
283
|
+
height: 20px;
|
|
284
|
+
padding: 0;
|
|
285
|
+
|
|
286
|
+
cursor: pointer;
|
|
287
|
+
text-align: center;
|
|
288
|
+
|
|
289
|
+
opacity: 0;
|
|
290
|
+
color: #fff;
|
|
291
|
+
border-width: 0;
|
|
292
|
+
border-radius: 30px;
|
|
293
|
+
outline-width: 0;
|
|
294
|
+
background-color: #000;
|
|
295
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
|
|
296
|
+
|
|
297
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
298
|
+
font-size: 9px;
|
|
299
|
+
font-weight: 600;
|
|
300
|
+
line-height: 22px;
|
|
301
|
+
|
|
302
|
+
-webkit-appearance: none;
|
|
303
|
+
|
|
304
|
+
-moz-appearance: none;
|
|
305
|
+
|
|
306
|
+
appearance: none;
|
|
307
|
+
will-change: opacity;
|
|
308
|
+
-webkit-tap-highlight-color: transparent
|
|
309
|
+
}
|
|
310
|
+
@media only screen and (min-width: 32em) {
|
|
311
|
+
.DotsOnImage-module_marker__lH5cP {
|
|
312
|
+
width: 28px;
|
|
313
|
+
height: 28px;
|
|
314
|
+
|
|
315
|
+
font-size: 13px;
|
|
316
|
+
line-height: 28px
|
|
317
|
+
}
|
|
318
|
+
}
|
|
319
|
+
.DotsOnImage-module_marker__lH5cP::after {
|
|
320
|
+
position: absolute;
|
|
321
|
+
top: -5px;
|
|
322
|
+
right: -5px;
|
|
323
|
+
bottom: -5px;
|
|
324
|
+
left: -5px;
|
|
325
|
+
|
|
326
|
+
content: ''
|
|
327
|
+
}
|
|
328
|
+
@media only screen and (min-width: 32em) {
|
|
329
|
+
.DotsOnImage-module_marker__lH5cP::after {
|
|
330
|
+
content: none
|
|
331
|
+
}
|
|
332
|
+
}
|
|
333
|
+
.DotsOnImage-module_marker__lH5cP svg {
|
|
334
|
+
display: block;
|
|
335
|
+
|
|
336
|
+
width: 100%;
|
|
337
|
+
height: 100%;
|
|
338
|
+
|
|
339
|
+
will-change: opacity;
|
|
340
|
+
}
|
|
341
|
+
.DotsOnImage-module_marker__lH5cP:hover {
|
|
342
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
|
|
343
|
+
}
|
|
344
|
+
.DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
|
|
345
|
+
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 0 1px #fff;
|
|
346
|
+
}
|
|
347
|
+
.DotsOnImage-module_popover__35Cpj {
|
|
348
|
+
position: absolute;
|
|
349
|
+
z-index: 10;
|
|
350
|
+
}
|
|
351
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
|
|
352
|
+
transform: translateX(50px);
|
|
353
|
+
}
|
|
354
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
|
|
355
|
+
transform: translateX(-100%) translateX(-22px);
|
|
356
|
+
}
|
|
357
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
|
|
358
|
+
transform: translateX(50px) translateY(-100%) translateY(22px);
|
|
359
|
+
}
|
|
360
|
+
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
|
|
361
|
+
transform: translateX(-100%) translateX(-22px) translateY(-100%)
|
|
362
|
+
translateY(22px);
|
|
363
|
+
}
|
|
364
|
+
@-webkit-keyframes DotsOnImage-module_show__2TMBv {
|
|
365
|
+
0% {
|
|
366
|
+
transform: scale(0.4);
|
|
367
|
+
|
|
368
|
+
opacity: 0;
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
90% {
|
|
372
|
+
transform: scale(1.1);
|
|
373
|
+
|
|
374
|
+
opacity: 1;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
100% {
|
|
378
|
+
transform: scale(1);
|
|
379
|
+
|
|
380
|
+
opacity: 1;
|
|
381
|
+
}
|
|
382
|
+
}
|
|
383
|
+
@keyframes DotsOnImage-module_show__2TMBv {
|
|
384
|
+
0% {
|
|
385
|
+
transform: scale(0.4);
|
|
386
|
+
|
|
387
|
+
opacity: 0;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
90% {
|
|
391
|
+
transform: scale(1.1);
|
|
392
|
+
|
|
393
|
+
opacity: 1;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
100% {
|
|
397
|
+
transform: scale(1);
|
|
398
|
+
|
|
399
|
+
opacity: 1;
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
|
|
237
403
|
/* Colors */
|
|
238
404
|
/* Fonts */
|
|
239
405
|
/* Gap */
|
|
@@ -725,209 +891,43 @@
|
|
|
725
891
|
/* 511 */
|
|
726
892
|
/* 1023 */
|
|
727
893
|
/* Zindex */
|
|
728
|
-
.
|
|
729
|
-
position: relative;
|
|
730
|
-
|
|
894
|
+
.Lazy-module_root__2Z72l {
|
|
731
895
|
display: block;
|
|
732
|
-
|
|
733
|
-
width: 100%;
|
|
734
|
-
}
|
|
735
|
-
.DotsOnImage-module_isVisible__Wqqqt .DotsOnImage-module_marker__lH5cP {
|
|
736
|
-
-webkit-animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
737
|
-
animation: DotsOnImage-module_show__2TMBv 400ms ease both 500ms;
|
|
738
|
-
}
|
|
739
|
-
.DotsOnImage-module_dot__H1wua {
|
|
740
|
-
position: absolute;
|
|
741
|
-
z-index: 10;
|
|
742
|
-
|
|
743
|
-
display: -webkit-box;
|
|
744
|
-
|
|
745
|
-
display: -webkit-flex;
|
|
746
|
-
|
|
747
|
-
display: -ms-flexbox;
|
|
748
|
-
|
|
749
|
-
display: flex;
|
|
750
|
-
align-items: center;
|
|
751
|
-
flex-flow: row nowrap;
|
|
752
|
-
justify-content: center;
|
|
753
|
-
|
|
754
|
-
width: 28px;
|
|
755
|
-
height: 28px;
|
|
756
|
-
|
|
757
|
-
will-change: opacity;
|
|
758
896
|
}
|
|
759
|
-
.DotsOnImage-module_marker__lH5cP {
|
|
760
|
-
width: 20px;
|
|
761
|
-
height: 20px;
|
|
762
|
-
padding: 0;
|
|
763
897
|
|
|
764
|
-
|
|
765
|
-
|
|
898
|
+
/* Colors */
|
|
899
|
+
/* Fonts */
|
|
900
|
+
/* Gap */
|
|
901
|
+
/* Media */
|
|
902
|
+
/* 512 */
|
|
903
|
+
/* 650 */
|
|
904
|
+
/* 768 */
|
|
905
|
+
/* 1024 */
|
|
906
|
+
/* 1010 */
|
|
907
|
+
/* 1200 */
|
|
908
|
+
/* 511 */
|
|
909
|
+
/* 1023 */
|
|
910
|
+
/* Zindex */
|
|
911
|
+
.Tag-module_root__3IqWC {
|
|
912
|
+
display: inline-block;
|
|
766
913
|
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
914
|
+
cursor: default;
|
|
915
|
+
-webkit-user-select: none;
|
|
916
|
+
-moz-user-select: none;
|
|
917
|
+
-ms-user-select: none;
|
|
918
|
+
user-select: none;
|
|
919
|
+
vertical-align: middle;
|
|
920
|
+
letter-spacing: 1px;
|
|
921
|
+
text-transform: uppercase;
|
|
774
922
|
|
|
775
923
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
776
|
-
font-size:
|
|
924
|
+
font-size: 12px;
|
|
777
925
|
font-weight: 600;
|
|
778
|
-
line-height:
|
|
779
|
-
|
|
780
|
-
-webkit-appearance: none;
|
|
781
|
-
|
|
782
|
-
-moz-appearance: none;
|
|
783
|
-
|
|
784
|
-
appearance: none;
|
|
785
|
-
will-change: opacity;
|
|
786
|
-
-webkit-tap-highlight-color: transparent
|
|
926
|
+
line-height: 12px;
|
|
787
927
|
}
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
height: 28px;
|
|
792
|
-
|
|
793
|
-
font-size: 13px;
|
|
794
|
-
line-height: 28px
|
|
795
|
-
}
|
|
796
|
-
}
|
|
797
|
-
.DotsOnImage-module_marker__lH5cP::after {
|
|
798
|
-
position: absolute;
|
|
799
|
-
top: -5px;
|
|
800
|
-
right: -5px;
|
|
801
|
-
bottom: -5px;
|
|
802
|
-
left: -5px;
|
|
803
|
-
|
|
804
|
-
content: ''
|
|
805
|
-
}
|
|
806
|
-
@media only screen and (min-width: 32em) {
|
|
807
|
-
.DotsOnImage-module_marker__lH5cP::after {
|
|
808
|
-
content: none
|
|
809
|
-
}
|
|
810
|
-
}
|
|
811
|
-
.DotsOnImage-module_marker__lH5cP svg {
|
|
812
|
-
display: block;
|
|
813
|
-
|
|
814
|
-
width: 100%;
|
|
815
|
-
height: 100%;
|
|
816
|
-
|
|
817
|
-
will-change: opacity;
|
|
818
|
-
}
|
|
819
|
-
.DotsOnImage-module_marker__lH5cP:hover {
|
|
820
|
-
box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
|
|
821
|
-
}
|
|
822
|
-
.DotsOnImage-module_marker__lH5cP.DotsOnImage-module_isActive__3hh31 {
|
|
823
|
-
box-shadow: 0 0 8px rgba(0, 0, 0, 0.2), 0 0 0 1px #fff;
|
|
824
|
-
}
|
|
825
|
-
.DotsOnImage-module_popover__35Cpj {
|
|
826
|
-
position: absolute;
|
|
827
|
-
z-index: 10;
|
|
828
|
-
}
|
|
829
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isTop__3zmSK {
|
|
830
|
-
transform: translateX(50px);
|
|
831
|
-
}
|
|
832
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isTop__3zmSK {
|
|
833
|
-
transform: translateX(-100%) translateX(-22px);
|
|
834
|
-
}
|
|
835
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isRight__2RsJe.DotsOnImage-module_isBottom__3Nk1T {
|
|
836
|
-
transform: translateX(50px) translateY(-100%) translateY(22px);
|
|
837
|
-
}
|
|
838
|
-
.DotsOnImage-module_popover__35Cpj.DotsOnImage-module_isLeft__3quc9.DotsOnImage-module_isBottom__3Nk1T {
|
|
839
|
-
transform: translateX(-100%) translateX(-22px) translateY(-100%)
|
|
840
|
-
translateY(22px);
|
|
841
|
-
}
|
|
842
|
-
@-webkit-keyframes DotsOnImage-module_show__2TMBv {
|
|
843
|
-
0% {
|
|
844
|
-
transform: scale(0.4);
|
|
845
|
-
|
|
846
|
-
opacity: 0;
|
|
847
|
-
}
|
|
848
|
-
|
|
849
|
-
90% {
|
|
850
|
-
transform: scale(1.1);
|
|
851
|
-
|
|
852
|
-
opacity: 1;
|
|
853
|
-
}
|
|
854
|
-
|
|
855
|
-
100% {
|
|
856
|
-
transform: scale(1);
|
|
857
|
-
|
|
858
|
-
opacity: 1;
|
|
859
|
-
}
|
|
860
|
-
}
|
|
861
|
-
@keyframes DotsOnImage-module_show__2TMBv {
|
|
862
|
-
0% {
|
|
863
|
-
transform: scale(0.4);
|
|
864
|
-
|
|
865
|
-
opacity: 0;
|
|
866
|
-
}
|
|
867
|
-
|
|
868
|
-
90% {
|
|
869
|
-
transform: scale(1.1);
|
|
870
|
-
|
|
871
|
-
opacity: 1;
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
100% {
|
|
875
|
-
transform: scale(1);
|
|
876
|
-
|
|
877
|
-
opacity: 1;
|
|
878
|
-
}
|
|
879
|
-
}
|
|
880
|
-
|
|
881
|
-
/* Colors */
|
|
882
|
-
/* Fonts */
|
|
883
|
-
/* Gap */
|
|
884
|
-
/* Media */
|
|
885
|
-
/* 512 */
|
|
886
|
-
/* 650 */
|
|
887
|
-
/* 768 */
|
|
888
|
-
/* 1024 */
|
|
889
|
-
/* 1010 */
|
|
890
|
-
/* 1200 */
|
|
891
|
-
/* 511 */
|
|
892
|
-
/* 1023 */
|
|
893
|
-
/* Zindex */
|
|
894
|
-
.Lazy-module_root__2Z72l {
|
|
895
|
-
display: block;
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
/* Colors */
|
|
899
|
-
/* Fonts */
|
|
900
|
-
/* Gap */
|
|
901
|
-
/* Media */
|
|
902
|
-
/* 512 */
|
|
903
|
-
/* 650 */
|
|
904
|
-
/* 768 */
|
|
905
|
-
/* 1024 */
|
|
906
|
-
/* 1010 */
|
|
907
|
-
/* 1200 */
|
|
908
|
-
/* 511 */
|
|
909
|
-
/* 1023 */
|
|
910
|
-
/* Zindex */
|
|
911
|
-
.Tag-module_root__3IqWC {
|
|
912
|
-
display: inline-block;
|
|
913
|
-
|
|
914
|
-
cursor: default;
|
|
915
|
-
-webkit-user-select: none;
|
|
916
|
-
-moz-user-select: none;
|
|
917
|
-
-ms-user-select: none;
|
|
918
|
-
user-select: none;
|
|
919
|
-
vertical-align: middle;
|
|
920
|
-
letter-spacing: 1px;
|
|
921
|
-
text-transform: uppercase;
|
|
922
|
-
|
|
923
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
924
|
-
font-size: 12px;
|
|
925
|
-
font-weight: 600;
|
|
926
|
-
line-height: 12px;
|
|
927
|
-
}
|
|
928
|
-
.Tag-module_small__2IAb7 {
|
|
929
|
-
font-size: 12px;
|
|
930
|
-
line-height: 12px
|
|
928
|
+
.Tag-module_small__2IAb7 {
|
|
929
|
+
font-size: 12px;
|
|
930
|
+
line-height: 12px
|
|
931
931
|
}
|
|
932
932
|
@media only screen and (min-width: 64em) {
|
|
933
933
|
.Tag-module_small__2IAb7 {
|
|
@@ -1032,6 +1032,99 @@
|
|
|
1032
1032
|
}
|
|
1033
1033
|
}
|
|
1034
1034
|
|
|
1035
|
+
/* Colors */
|
|
1036
|
+
/* Fonts */
|
|
1037
|
+
/* Gap */
|
|
1038
|
+
/* Media */
|
|
1039
|
+
/* 512 */
|
|
1040
|
+
/* 650 */
|
|
1041
|
+
/* 768 */
|
|
1042
|
+
/* 1024 */
|
|
1043
|
+
/* 1010 */
|
|
1044
|
+
/* 1200 */
|
|
1045
|
+
/* 511 */
|
|
1046
|
+
/* 1023 */
|
|
1047
|
+
/* Zindex */
|
|
1048
|
+
.MediaCaption-module_root__KqTdw {
|
|
1049
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1050
|
+
}
|
|
1051
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1052
|
+
text-decoration: underline;
|
|
1053
|
+
|
|
1054
|
+
color: inherit;
|
|
1055
|
+
box-shadow: none;
|
|
1056
|
+
}
|
|
1057
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1058
|
+
color: #b88b58;
|
|
1059
|
+
}
|
|
1060
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1061
|
+
max-width: 520px;
|
|
1062
|
+
padding-top: 4px;
|
|
1063
|
+
|
|
1064
|
+
color: #1a1a1a;
|
|
1065
|
+
|
|
1066
|
+
font-size: 14px;
|
|
1067
|
+
line-height: 18px
|
|
1068
|
+
}
|
|
1069
|
+
@media only screen and (min-width: 32em) {
|
|
1070
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1071
|
+
font-size: 16px;
|
|
1072
|
+
line-height: 22px
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1076
|
+
max-width: 520px;
|
|
1077
|
+
padding-top: 1px;
|
|
1078
|
+
|
|
1079
|
+
color: #666;
|
|
1080
|
+
|
|
1081
|
+
font-size: 12px;
|
|
1082
|
+
line-height: 16px
|
|
1083
|
+
}
|
|
1084
|
+
@media only screen and (min-width: 32em) {
|
|
1085
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1086
|
+
padding-top: 3px
|
|
1087
|
+
}
|
|
1088
|
+
}
|
|
1089
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1090
|
+
padding-top: 3px;
|
|
1091
|
+
}
|
|
1092
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1093
|
+
color: #fff;
|
|
1094
|
+
}
|
|
1095
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1096
|
+
color: #929292;
|
|
1097
|
+
}
|
|
1098
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1099
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1100
|
+
padding-top: 10px
|
|
1101
|
+
}
|
|
1102
|
+
@media only screen and (min-width: 32em) {
|
|
1103
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1104
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1105
|
+
padding-top: 12px
|
|
1106
|
+
}
|
|
1107
|
+
}
|
|
1108
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1109
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1110
|
+
padding-top: 9px
|
|
1111
|
+
}
|
|
1112
|
+
@media only screen and (min-width: 32em) {
|
|
1113
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1114
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1115
|
+
padding-top: 11px
|
|
1116
|
+
}
|
|
1117
|
+
}
|
|
1118
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1119
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1120
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1121
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1122
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1123
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1124
|
+
max-width: 650px;
|
|
1125
|
+
}
|
|
1126
|
+
|
|
1127
|
+
|
|
1035
1128
|
/* Colors */
|
|
1036
1129
|
/* Fonts */
|
|
1037
1130
|
/* Gap */
|
|
@@ -1343,85 +1436,94 @@
|
|
|
1343
1436
|
/* 511 */
|
|
1344
1437
|
/* 1023 */
|
|
1345
1438
|
/* Zindex */
|
|
1346
|
-
.
|
|
1347
|
-
|
|
1439
|
+
.BookmarkButton-module_root__3KmuY {
|
|
1440
|
+
color: #e0e0e0;
|
|
1348
1441
|
}
|
|
1349
|
-
.
|
|
1350
|
-
|
|
1442
|
+
.BookmarkButton-module_control__1A0ea {
|
|
1443
|
+
margin: 0;
|
|
1444
|
+
padding: 5px 3px;
|
|
1445
|
+
|
|
1446
|
+
cursor: pointer;
|
|
1351
1447
|
|
|
1352
1448
|
color: inherit;
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
color: #b88b58;
|
|
1357
|
-
}
|
|
1358
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1359
|
-
max-width: 520px;
|
|
1360
|
-
padding-top: 4px;
|
|
1449
|
+
border-width: 0;
|
|
1450
|
+
outline: none;
|
|
1451
|
+
background-color: transparent;
|
|
1361
1452
|
|
|
1362
|
-
|
|
1453
|
+
-webkit-appearance: none;
|
|
1363
1454
|
|
|
1364
|
-
|
|
1365
|
-
line-height: 18px
|
|
1366
|
-
}
|
|
1367
|
-
@media only screen and (min-width: 32em) {
|
|
1368
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1369
|
-
font-size: 16px;
|
|
1370
|
-
line-height: 22px
|
|
1371
|
-
}
|
|
1372
|
-
}
|
|
1373
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1374
|
-
max-width: 520px;
|
|
1375
|
-
padding-top: 1px;
|
|
1376
|
-
|
|
1377
|
-
color: #666;
|
|
1455
|
+
-moz-appearance: none;
|
|
1378
1456
|
|
|
1379
|
-
|
|
1380
|
-
|
|
1457
|
+
appearance: none;
|
|
1458
|
+
fill: transparent;
|
|
1381
1459
|
}
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
padding-top: 3px
|
|
1460
|
+
.BookmarkButton-module_dark__1cwyi {
|
|
1461
|
+
color: #fff;
|
|
1385
1462
|
}
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
padding-top: 3px;
|
|
1463
|
+
.BookmarkButton-module_light__1uQyH {
|
|
1464
|
+
color: #000;
|
|
1389
1465
|
}
|
|
1390
|
-
.
|
|
1391
|
-
|
|
1466
|
+
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1467
|
+
fill: #e0e0e0;
|
|
1392
1468
|
}
|
|
1393
|
-
.
|
|
1394
|
-
|
|
1469
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1470
|
+
fill: #fff;
|
|
1395
1471
|
}
|
|
1396
|
-
.
|
|
1397
|
-
|
|
1398
|
-
padding-top: 10px
|
|
1472
|
+
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1473
|
+
fill: #000;
|
|
1399
1474
|
}
|
|
1400
|
-
@media only screen and (min-width:
|
|
1401
|
-
.
|
|
1402
|
-
|
|
1403
|
-
padding-top: 12px
|
|
1475
|
+
@media only screen and (min-width: 64em) {
|
|
1476
|
+
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1477
|
+
width: 12px
|
|
1404
1478
|
}
|
|
1405
1479
|
}
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
padding-top: 9px
|
|
1480
|
+
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1481
|
+
display: none;
|
|
1409
1482
|
}
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1483
|
+
|
|
1484
|
+
/* Colors */
|
|
1485
|
+
/* Fonts */
|
|
1486
|
+
/* Gap */
|
|
1487
|
+
/* Media */
|
|
1488
|
+
/* 512 */
|
|
1489
|
+
/* 650 */
|
|
1490
|
+
/* 768 */
|
|
1491
|
+
/* 1024 */
|
|
1492
|
+
/* 1010 */
|
|
1493
|
+
/* 1200 */
|
|
1494
|
+
/* 511 */
|
|
1495
|
+
/* 1023 */
|
|
1496
|
+
/* Zindex */
|
|
1497
|
+
.MaterialTitle-module_root__18ku- {
|
|
1498
|
+
display: block;
|
|
1499
|
+
}
|
|
1500
|
+
.MaterialTitle-module_root__18ku- {
|
|
1501
|
+
margin: 0;
|
|
1502
|
+
|
|
1503
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1504
|
+
font-size: 25px;
|
|
1505
|
+
font-weight: normal;
|
|
1506
|
+
line-height: 27px
|
|
1507
|
+
}
|
|
1508
|
+
@media only screen and (min-width: 48em) {
|
|
1509
|
+
.MaterialTitle-module_root__18ku- {
|
|
1510
|
+
font-size: 37px;
|
|
1511
|
+
line-height: 38px
|
|
1414
1512
|
}
|
|
1415
1513
|
}
|
|
1416
|
-
.
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1420
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1421
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1422
|
-
max-width: 650px;
|
|
1514
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1515
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1516
|
+
font-weight: normal;
|
|
1423
1517
|
}
|
|
1424
|
-
|
|
1518
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1519
|
+
font-size: 24px;
|
|
1520
|
+
font-weight: 700
|
|
1521
|
+
}
|
|
1522
|
+
@media only screen and (min-width: 48em) {
|
|
1523
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1524
|
+
font-size: 36px
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1425
1527
|
|
|
1426
1528
|
/* Colors */
|
|
1427
1529
|
/* Fonts */
|
|
@@ -1558,108 +1660,6 @@
|
|
|
1558
1660
|
}
|
|
1559
1661
|
}
|
|
1560
1662
|
|
|
1561
|
-
/* Colors */
|
|
1562
|
-
/* Fonts */
|
|
1563
|
-
/* Gap */
|
|
1564
|
-
/* Media */
|
|
1565
|
-
/* 512 */
|
|
1566
|
-
/* 650 */
|
|
1567
|
-
/* 768 */
|
|
1568
|
-
/* 1024 */
|
|
1569
|
-
/* 1010 */
|
|
1570
|
-
/* 1200 */
|
|
1571
|
-
/* 511 */
|
|
1572
|
-
/* 1023 */
|
|
1573
|
-
/* Zindex */
|
|
1574
|
-
.MaterialTitle-module_root__18ku- {
|
|
1575
|
-
display: block;
|
|
1576
|
-
}
|
|
1577
|
-
.MaterialTitle-module_root__18ku- {
|
|
1578
|
-
margin: 0;
|
|
1579
|
-
|
|
1580
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1581
|
-
font-size: 25px;
|
|
1582
|
-
font-weight: normal;
|
|
1583
|
-
line-height: 27px
|
|
1584
|
-
}
|
|
1585
|
-
@media only screen and (min-width: 48em) {
|
|
1586
|
-
.MaterialTitle-module_root__18ku- {
|
|
1587
|
-
font-size: 37px;
|
|
1588
|
-
line-height: 38px
|
|
1589
|
-
}
|
|
1590
|
-
}
|
|
1591
|
-
.MaterialTitle-module_primary__2Sfmx {
|
|
1592
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1593
|
-
font-weight: normal;
|
|
1594
|
-
}
|
|
1595
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1596
|
-
font-size: 24px;
|
|
1597
|
-
font-weight: 700
|
|
1598
|
-
}
|
|
1599
|
-
@media only screen and (min-width: 48em) {
|
|
1600
|
-
.MaterialTitle-module_secondary__3uDp4 {
|
|
1601
|
-
font-size: 36px
|
|
1602
|
-
}
|
|
1603
|
-
}
|
|
1604
|
-
|
|
1605
|
-
/* Colors */
|
|
1606
|
-
/* Fonts */
|
|
1607
|
-
/* Gap */
|
|
1608
|
-
/* Media */
|
|
1609
|
-
/* 512 */
|
|
1610
|
-
/* 650 */
|
|
1611
|
-
/* 768 */
|
|
1612
|
-
/* 1024 */
|
|
1613
|
-
/* 1010 */
|
|
1614
|
-
/* 1200 */
|
|
1615
|
-
/* 511 */
|
|
1616
|
-
/* 1023 */
|
|
1617
|
-
/* Zindex */
|
|
1618
|
-
.BookmarkButton-module_root__3KmuY {
|
|
1619
|
-
color: #e0e0e0;
|
|
1620
|
-
}
|
|
1621
|
-
.BookmarkButton-module_control__1A0ea {
|
|
1622
|
-
margin: 0;
|
|
1623
|
-
padding: 5px 3px;
|
|
1624
|
-
|
|
1625
|
-
cursor: pointer;
|
|
1626
|
-
|
|
1627
|
-
color: inherit;
|
|
1628
|
-
border-width: 0;
|
|
1629
|
-
outline: none;
|
|
1630
|
-
background-color: transparent;
|
|
1631
|
-
|
|
1632
|
-
-webkit-appearance: none;
|
|
1633
|
-
|
|
1634
|
-
-moz-appearance: none;
|
|
1635
|
-
|
|
1636
|
-
appearance: none;
|
|
1637
|
-
fill: transparent;
|
|
1638
|
-
}
|
|
1639
|
-
.BookmarkButton-module_dark__1cwyi {
|
|
1640
|
-
color: #fff;
|
|
1641
|
-
}
|
|
1642
|
-
.BookmarkButton-module_light__1uQyH {
|
|
1643
|
-
color: #000;
|
|
1644
|
-
}
|
|
1645
|
-
.BookmarkButton-module_isInBookmarks__1_5kB .BookmarkButton-module_control__1A0ea {
|
|
1646
|
-
fill: #e0e0e0;
|
|
1647
|
-
}
|
|
1648
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_dark__1cwyi .BookmarkButton-module_control__1A0ea {
|
|
1649
|
-
fill: #fff;
|
|
1650
|
-
}
|
|
1651
|
-
.BookmarkButton-module_isInBookmarks__1_5kB.BookmarkButton-module_light__1uQyH .BookmarkButton-module_control__1A0ea {
|
|
1652
|
-
fill: #000;
|
|
1653
|
-
}
|
|
1654
|
-
@media only screen and (min-width: 64em) {
|
|
1655
|
-
.BookmarkButton-module_isInGrid__2pQ2B .BookmarkButton-module_control__1A0ea svg {
|
|
1656
|
-
width: 12px
|
|
1657
|
-
}
|
|
1658
|
-
}
|
|
1659
|
-
[data-context='prodano'] .BookmarkButton-module_root__3KmuY {
|
|
1660
|
-
display: none;
|
|
1661
|
-
}
|
|
1662
|
-
|
|
1663
1663
|
/* Colors */
|
|
1664
1664
|
/* Fonts */
|
|
1665
1665
|
/* Gap */
|
|
@@ -2102,6 +2102,24 @@
|
|
|
2102
2102
|
}
|
|
2103
2103
|
}
|
|
2104
2104
|
|
|
2105
|
+
/* Colors */
|
|
2106
|
+
/* Fonts */
|
|
2107
|
+
/* Gap */
|
|
2108
|
+
/* Media */
|
|
2109
|
+
/* 512 */
|
|
2110
|
+
/* 650 */
|
|
2111
|
+
/* 768 */
|
|
2112
|
+
/* 1024 */
|
|
2113
|
+
/* 1010 */
|
|
2114
|
+
/* 1200 */
|
|
2115
|
+
/* 511 */
|
|
2116
|
+
/* 1023 */
|
|
2117
|
+
/* Zindex */
|
|
2118
|
+
.Timestamp-module_root__coOvT {
|
|
2119
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2120
|
+
font-weight: normal;
|
|
2121
|
+
}
|
|
2122
|
+
|
|
2105
2123
|
/* Colors */
|
|
2106
2124
|
/* Fonts */
|
|
2107
2125
|
/* Gap */
|
|
@@ -2370,24 +2388,6 @@
|
|
|
2370
2388
|
}
|
|
2371
2389
|
}
|
|
2372
2390
|
|
|
2373
|
-
/* Colors */
|
|
2374
|
-
/* Fonts */
|
|
2375
|
-
/* Gap */
|
|
2376
|
-
/* Media */
|
|
2377
|
-
/* 512 */
|
|
2378
|
-
/* 650 */
|
|
2379
|
-
/* 768 */
|
|
2380
|
-
/* 1024 */
|
|
2381
|
-
/* 1010 */
|
|
2382
|
-
/* 1200 */
|
|
2383
|
-
/* 511 */
|
|
2384
|
-
/* 1023 */
|
|
2385
|
-
/* Zindex */
|
|
2386
|
-
.Timestamp-module_root__coOvT {
|
|
2387
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2388
|
-
font-weight: normal;
|
|
2389
|
-
}
|
|
2390
|
-
|
|
2391
2391
|
/* Colors */
|
|
2392
2392
|
/* Fonts */
|
|
2393
2393
|
/* Gap */
|
|
@@ -2873,18 +2873,135 @@
|
|
|
2873
2873
|
/* 511 */
|
|
2874
2874
|
/* 1023 */
|
|
2875
2875
|
/* Zindex */
|
|
2876
|
-
.
|
|
2877
|
-
margin:
|
|
2878
|
-
padding: 0;
|
|
2879
|
-
|
|
2880
|
-
list-style: none;
|
|
2876
|
+
.RichTitle-module_root__BK_WT {
|
|
2877
|
+
margin: 0 0 18px;
|
|
2881
2878
|
|
|
2882
|
-
font-family: '
|
|
2883
|
-
font-size:
|
|
2884
|
-
|
|
2879
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
2880
|
+
font-size: 19px;
|
|
2881
|
+
font-weight: 700;
|
|
2882
|
+
line-height: 23px
|
|
2885
2883
|
}
|
|
2886
|
-
@media only screen and (min-width:
|
|
2887
|
-
.
|
|
2884
|
+
@media only screen and (min-width: 48em) {
|
|
2885
|
+
.RichTitle-module_root__BK_WT {
|
|
2886
|
+
margin-bottom: 15px;
|
|
2887
|
+
|
|
2888
|
+
font-size: 37px;
|
|
2889
|
+
line-height: 42px
|
|
2890
|
+
}
|
|
2891
|
+
}
|
|
2892
|
+
.RichTitle-module_root__BK_WT:last-child {
|
|
2893
|
+
margin-bottom: 0;
|
|
2894
|
+
}
|
|
2895
|
+
.RichTitle-module_root__BK_WT span {
|
|
2896
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
2897
|
+
font-size: 20px;
|
|
2898
|
+
font-weight: normal
|
|
2899
|
+
}
|
|
2900
|
+
@media only screen and (min-width: 48em) {
|
|
2901
|
+
.RichTitle-module_root__BK_WT span {
|
|
2902
|
+
font-size: 38px
|
|
2903
|
+
}
|
|
2904
|
+
}
|
|
2905
|
+
@media only screen and (min-width: 32em) {
|
|
2906
|
+
.RichTitle-module_slide__1A-gB,
|
|
2907
|
+
.RichTitle-module_game__1g8Bn {
|
|
2908
|
+
text-align: center
|
|
2909
|
+
}
|
|
2910
|
+
}
|
|
2911
|
+
@media only screen and (min-width: 64em) {
|
|
2912
|
+
.RichTitle-module_half__10GRI {
|
|
2913
|
+
font-size: 33px;
|
|
2914
|
+
line-height: 36px
|
|
2915
|
+
}
|
|
2916
|
+
}
|
|
2917
|
+
@media only screen and (min-width: 64em) {
|
|
2918
|
+
.RichTitle-module_half__10GRI span {
|
|
2919
|
+
font-size: 34px
|
|
2920
|
+
}
|
|
2921
|
+
}
|
|
2922
|
+
.RichTitle-module_game__1g8Bn:first-child {
|
|
2923
|
+
padding-top: 9px;
|
|
2924
|
+
}
|
|
2925
|
+
@media only screen and (max-width: 63.9375em) {
|
|
2926
|
+
.RichTitle-module_featured__wJfaQ {
|
|
2927
|
+
letter-spacing: 0.3px;
|
|
2928
|
+
|
|
2929
|
+
font-size: 28px;
|
|
2930
|
+
line-height: 30px
|
|
2931
|
+
}
|
|
2932
|
+
}
|
|
2933
|
+
@media only screen and (max-width: 63.9375em) {
|
|
2934
|
+
.RichTitle-module_featured__wJfaQ span {
|
|
2935
|
+
display: block;
|
|
2936
|
+
|
|
2937
|
+
padding-top: 2px;
|
|
2938
|
+
|
|
2939
|
+
font-size: 18px;
|
|
2940
|
+
line-height: 24px
|
|
2941
|
+
}
|
|
2942
|
+
}
|
|
2943
|
+
@media only screen and (min-width: 64em) {
|
|
2944
|
+
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
2945
|
+
margin-bottom: 18px
|
|
2946
|
+
}
|
|
2947
|
+
}
|
|
2948
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
2949
|
+
font-size: 19px;
|
|
2950
|
+
line-height: 23px
|
|
2951
|
+
}
|
|
2952
|
+
@media only screen and (min-width: 64em) {
|
|
2953
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
2954
|
+
font-size: 1.3rem;
|
|
2955
|
+
line-height: 1.6rem
|
|
2956
|
+
}
|
|
2957
|
+
}
|
|
2958
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
2959
|
+
font-size: 20px
|
|
2960
|
+
}
|
|
2961
|
+
@media only screen and (min-width: 64em) {
|
|
2962
|
+
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
2963
|
+
font-size: 1.35rem
|
|
2964
|
+
}
|
|
2965
|
+
}
|
|
2966
|
+
@media only screen and (min-width: 32em) {
|
|
2967
|
+
.RichTitle-module_mobile__1Cb6E {
|
|
2968
|
+
display: none
|
|
2969
|
+
}
|
|
2970
|
+
}
|
|
2971
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
2972
|
+
display: none
|
|
2973
|
+
}
|
|
2974
|
+
@media only screen and (min-width: 32em) {
|
|
2975
|
+
.RichTitle-module_desktop__2ixSQ {
|
|
2976
|
+
display: block
|
|
2977
|
+
}
|
|
2978
|
+
}
|
|
2979
|
+
|
|
2980
|
+
/* Colors */
|
|
2981
|
+
/* Fonts */
|
|
2982
|
+
/* Gap */
|
|
2983
|
+
/* Media */
|
|
2984
|
+
/* 512 */
|
|
2985
|
+
/* 650 */
|
|
2986
|
+
/* 768 */
|
|
2987
|
+
/* 1024 */
|
|
2988
|
+
/* 1010 */
|
|
2989
|
+
/* 1200 */
|
|
2990
|
+
/* 511 */
|
|
2991
|
+
/* 1023 */
|
|
2992
|
+
/* Zindex */
|
|
2993
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2994
|
+
margin: 15px 0;
|
|
2995
|
+
padding: 0;
|
|
2996
|
+
|
|
2997
|
+
list-style: none;
|
|
2998
|
+
|
|
2999
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3000
|
+
font-size: 18px;
|
|
3001
|
+
line-height: 24px
|
|
3002
|
+
}
|
|
3003
|
+
@media only screen and (min-width: 32em) {
|
|
3004
|
+
.ListBlock-module_root__3Q3Ga {
|
|
2888
3005
|
font-size: 20px;
|
|
2889
3006
|
line-height: 28px
|
|
2890
3007
|
}
|
|
@@ -3022,123 +3139,6 @@
|
|
|
3022
3139
|
}
|
|
3023
3140
|
}
|
|
3024
3141
|
|
|
3025
|
-
/* Colors */
|
|
3026
|
-
/* Fonts */
|
|
3027
|
-
/* Gap */
|
|
3028
|
-
/* Media */
|
|
3029
|
-
/* 512 */
|
|
3030
|
-
/* 650 */
|
|
3031
|
-
/* 768 */
|
|
3032
|
-
/* 1024 */
|
|
3033
|
-
/* 1010 */
|
|
3034
|
-
/* 1200 */
|
|
3035
|
-
/* 511 */
|
|
3036
|
-
/* 1023 */
|
|
3037
|
-
/* Zindex */
|
|
3038
|
-
.RichTitle-module_root__BK_WT {
|
|
3039
|
-
margin: 0 0 18px;
|
|
3040
|
-
|
|
3041
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3042
|
-
font-size: 19px;
|
|
3043
|
-
font-weight: 700;
|
|
3044
|
-
line-height: 23px
|
|
3045
|
-
}
|
|
3046
|
-
@media only screen and (min-width: 48em) {
|
|
3047
|
-
.RichTitle-module_root__BK_WT {
|
|
3048
|
-
margin-bottom: 15px;
|
|
3049
|
-
|
|
3050
|
-
font-size: 37px;
|
|
3051
|
-
line-height: 42px
|
|
3052
|
-
}
|
|
3053
|
-
}
|
|
3054
|
-
.RichTitle-module_root__BK_WT:last-child {
|
|
3055
|
-
margin-bottom: 0;
|
|
3056
|
-
}
|
|
3057
|
-
.RichTitle-module_root__BK_WT span {
|
|
3058
|
-
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
3059
|
-
font-size: 20px;
|
|
3060
|
-
font-weight: normal
|
|
3061
|
-
}
|
|
3062
|
-
@media only screen and (min-width: 48em) {
|
|
3063
|
-
.RichTitle-module_root__BK_WT span {
|
|
3064
|
-
font-size: 38px
|
|
3065
|
-
}
|
|
3066
|
-
}
|
|
3067
|
-
@media only screen and (min-width: 32em) {
|
|
3068
|
-
.RichTitle-module_slide__1A-gB,
|
|
3069
|
-
.RichTitle-module_game__1g8Bn {
|
|
3070
|
-
text-align: center
|
|
3071
|
-
}
|
|
3072
|
-
}
|
|
3073
|
-
@media only screen and (min-width: 64em) {
|
|
3074
|
-
.RichTitle-module_half__10GRI {
|
|
3075
|
-
font-size: 33px;
|
|
3076
|
-
line-height: 36px
|
|
3077
|
-
}
|
|
3078
|
-
}
|
|
3079
|
-
@media only screen and (min-width: 64em) {
|
|
3080
|
-
.RichTitle-module_half__10GRI span {
|
|
3081
|
-
font-size: 34px
|
|
3082
|
-
}
|
|
3083
|
-
}
|
|
3084
|
-
.RichTitle-module_game__1g8Bn:first-child {
|
|
3085
|
-
padding-top: 9px;
|
|
3086
|
-
}
|
|
3087
|
-
@media only screen and (max-width: 63.9375em) {
|
|
3088
|
-
.RichTitle-module_featured__wJfaQ {
|
|
3089
|
-
letter-spacing: 0.3px;
|
|
3090
|
-
|
|
3091
|
-
font-size: 28px;
|
|
3092
|
-
line-height: 30px
|
|
3093
|
-
}
|
|
3094
|
-
}
|
|
3095
|
-
@media only screen and (max-width: 63.9375em) {
|
|
3096
|
-
.RichTitle-module_featured__wJfaQ span {
|
|
3097
|
-
display: block;
|
|
3098
|
-
|
|
3099
|
-
padding-top: 2px;
|
|
3100
|
-
|
|
3101
|
-
font-size: 18px;
|
|
3102
|
-
line-height: 24px
|
|
3103
|
-
}
|
|
3104
|
-
}
|
|
3105
|
-
@media only screen and (min-width: 64em) {
|
|
3106
|
-
.RichTitle-module_isInMediaBlock__3RDw4 {
|
|
3107
|
-
margin-bottom: 18px
|
|
3108
|
-
}
|
|
3109
|
-
}
|
|
3110
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3111
|
-
font-size: 19px;
|
|
3112
|
-
line-height: 23px
|
|
3113
|
-
}
|
|
3114
|
-
@media only screen and (min-width: 64em) {
|
|
3115
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) {
|
|
3116
|
-
font-size: 1.3rem;
|
|
3117
|
-
line-height: 1.6rem
|
|
3118
|
-
}
|
|
3119
|
-
}
|
|
3120
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3121
|
-
font-size: 20px
|
|
3122
|
-
}
|
|
3123
|
-
@media only screen and (min-width: 64em) {
|
|
3124
|
-
.RichTitle-module_isInMediaBlock__3RDw4:not(.RichTitle-module_featured__wJfaQ) span {
|
|
3125
|
-
font-size: 1.35rem
|
|
3126
|
-
}
|
|
3127
|
-
}
|
|
3128
|
-
@media only screen and (min-width: 32em) {
|
|
3129
|
-
.RichTitle-module_mobile__1Cb6E {
|
|
3130
|
-
display: none
|
|
3131
|
-
}
|
|
3132
|
-
}
|
|
3133
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
3134
|
-
display: none
|
|
3135
|
-
}
|
|
3136
|
-
@media only screen and (min-width: 32em) {
|
|
3137
|
-
.RichTitle-module_desktop__2ixSQ {
|
|
3138
|
-
display: block
|
|
3139
|
-
}
|
|
3140
|
-
}
|
|
3141
|
-
|
|
3142
3142
|
/* Colors */
|
|
3143
3143
|
/* Fonts */
|
|
3144
3144
|
/* Gap */
|
|
@@ -4128,6 +4128,7 @@ a mark {
|
|
|
4128
4128
|
}
|
|
4129
4129
|
}
|
|
4130
4130
|
|
|
4131
|
+
/* stylelint-disable declaration-empty-line-before */
|
|
4131
4132
|
/* Colors */
|
|
4132
4133
|
/* Fonts */
|
|
4133
4134
|
/* Gap */
|
|
@@ -4141,118 +4142,15 @@ a mark {
|
|
|
4141
4142
|
/* 511 */
|
|
4142
4143
|
/* 1023 */
|
|
4143
4144
|
/* Zindex */
|
|
4144
|
-
.
|
|
4145
|
-
|
|
4145
|
+
.MetaItemLive-module_root__2mpD3 {
|
|
4146
|
+
position: relative;
|
|
4146
4147
|
|
|
4147
|
-
margin-right: 15px;
|
|
4148
|
-
}
|
|
4149
|
-
.MetaItem-module_root__2VQom > svg {
|
|
4150
4148
|
display: inline-block;
|
|
4151
4149
|
|
|
4152
|
-
|
|
4153
|
-
|
|
4154
|
-
vertical-align: top;
|
|
4155
|
-
|
|
4156
|
-
color: inherit;
|
|
4150
|
+
width: 18px;
|
|
4151
|
+
height: 18px;
|
|
4157
4152
|
|
|
4158
|
-
|
|
4159
|
-
}
|
|
4160
|
-
.MetaItem-module_root__2VQom a {
|
|
4161
|
-
display: inline;
|
|
4162
|
-
|
|
4163
|
-
text-decoration: underline;
|
|
4164
|
-
|
|
4165
|
-
color: inherit;
|
|
4166
|
-
|
|
4167
|
-
-webkit-text-decoration-skip: auto;
|
|
4168
|
-
}
|
|
4169
|
-
.MetaItem-module_root__2VQom a:hover {
|
|
4170
|
-
color: #b88b59;
|
|
4171
|
-
}
|
|
4172
|
-
.MetaItem-module_hasBullets__CkQPI {
|
|
4173
|
-
margin-right: 0;
|
|
4174
|
-
}
|
|
4175
|
-
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
4176
|
-
display: inline-block;
|
|
4177
|
-
|
|
4178
|
-
padding-right: 0.4em;
|
|
4179
|
-
padding-left: 0.4em;
|
|
4180
|
-
|
|
4181
|
-
content: '\B7';
|
|
4182
|
-
}
|
|
4183
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4184
|
-
.MetaItem-module_hasSource__1DmCI {
|
|
4185
|
-
width: 100%;
|
|
4186
|
-
margin-top: 3px;
|
|
4187
|
-
margin-bottom: 3px
|
|
4188
|
-
}
|
|
4189
|
-
}
|
|
4190
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4191
|
-
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
4192
|
-
margin-top: 0
|
|
4193
|
-
}
|
|
4194
|
-
}
|
|
4195
|
-
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
4196
|
-
margin-bottom: 0;
|
|
4197
|
-
}
|
|
4198
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4199
|
-
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
4200
|
-
display: none
|
|
4201
|
-
}
|
|
4202
|
-
}
|
|
4203
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4204
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
4205
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
4206
|
-
display: inline-block
|
|
4207
|
-
}
|
|
4208
|
-
}
|
|
4209
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4210
|
-
.MetaItem-module_datetime__3tOWm,
|
|
4211
|
-
.MetaItem-module_listened__lwvAO,
|
|
4212
|
-
.MetaItem-module_read__5eAIG {
|
|
4213
|
-
width: auto
|
|
4214
|
-
}
|
|
4215
|
-
}
|
|
4216
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4217
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
4218
|
-
order: -2
|
|
4219
|
-
}
|
|
4220
|
-
}
|
|
4221
|
-
@media only screen and (max-width: 32.1875em) {
|
|
4222
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
4223
|
-
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
4224
|
-
order: -1;
|
|
4225
|
-
|
|
4226
|
-
margin-top: 0
|
|
4227
|
-
}
|
|
4228
|
-
}
|
|
4229
|
-
.MetaItem-module_read__5eAIG svg {
|
|
4230
|
-
margin-top: -1px;
|
|
4231
|
-
}
|
|
4232
|
-
|
|
4233
|
-
/* stylelint-disable declaration-empty-line-before */
|
|
4234
|
-
/* Colors */
|
|
4235
|
-
/* Fonts */
|
|
4236
|
-
/* Gap */
|
|
4237
|
-
/* Media */
|
|
4238
|
-
/* 512 */
|
|
4239
|
-
/* 650 */
|
|
4240
|
-
/* 768 */
|
|
4241
|
-
/* 1024 */
|
|
4242
|
-
/* 1010 */
|
|
4243
|
-
/* 1200 */
|
|
4244
|
-
/* 511 */
|
|
4245
|
-
/* 1023 */
|
|
4246
|
-
/* Zindex */
|
|
4247
|
-
.MetaItemLive-module_root__2mpD3 {
|
|
4248
|
-
position: relative;
|
|
4249
|
-
|
|
4250
|
-
display: inline-block;
|
|
4251
|
-
|
|
4252
|
-
width: 18px;
|
|
4253
|
-
height: 18px;
|
|
4254
|
-
|
|
4255
|
-
vertical-align: middle;
|
|
4153
|
+
vertical-align: middle;
|
|
4256
4154
|
}
|
|
4257
4155
|
.MetaItemLive-module_gold__3yZEV {
|
|
4258
4156
|
color: #b88b59;
|
|
@@ -4442,6 +4340,180 @@ a mark {
|
|
|
4442
4340
|
vertical-align: top;
|
|
4443
4341
|
}
|
|
4444
4342
|
|
|
4343
|
+
/* Colors */
|
|
4344
|
+
/* Fonts */
|
|
4345
|
+
/* Gap */
|
|
4346
|
+
/* Media */
|
|
4347
|
+
/* 512 */
|
|
4348
|
+
/* 650 */
|
|
4349
|
+
/* 768 */
|
|
4350
|
+
/* 1024 */
|
|
4351
|
+
/* 1010 */
|
|
4352
|
+
/* 1200 */
|
|
4353
|
+
/* 511 */
|
|
4354
|
+
/* 1023 */
|
|
4355
|
+
/* Zindex */
|
|
4356
|
+
.Footnote-module_root__2a0-B {
|
|
4357
|
+
position: relative;
|
|
4358
|
+
|
|
4359
|
+
width: 320px;
|
|
4360
|
+
padding: 20px;
|
|
4361
|
+
|
|
4362
|
+
border-radius: 8px;
|
|
4363
|
+
background-color: #fff;
|
|
4364
|
+
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4365
|
+
}
|
|
4366
|
+
.Footnote-module_body__259Ly {
|
|
4367
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4368
|
+
font-size: 16px;
|
|
4369
|
+
line-height: 22px;
|
|
4370
|
+
}
|
|
4371
|
+
.Footnote-module_body__259Ly h3 {
|
|
4372
|
+
margin: 0 0 16px;
|
|
4373
|
+
|
|
4374
|
+
font-size: inherit;
|
|
4375
|
+
font-weight: 700;
|
|
4376
|
+
line-height: inherit;
|
|
4377
|
+
}
|
|
4378
|
+
.Footnote-module_body__259Ly p {
|
|
4379
|
+
margin: 0;
|
|
4380
|
+
}
|
|
4381
|
+
.Footnote-module_body__259Ly p + p {
|
|
4382
|
+
margin-top: 6px;
|
|
4383
|
+
}
|
|
4384
|
+
.Footnote-module_body__259Ly a {
|
|
4385
|
+
color: inherit;
|
|
4386
|
+
box-shadow: inset 0 -1px #b88b59;
|
|
4387
|
+
}
|
|
4388
|
+
.Footnote-module_body__259Ly a:hover {
|
|
4389
|
+
color: #b88b59;
|
|
4390
|
+
}
|
|
4391
|
+
.Footnote-module_dismiss__1HKG5 {
|
|
4392
|
+
position: absolute;
|
|
4393
|
+
top: 0;
|
|
4394
|
+
right: 0;
|
|
4395
|
+
|
|
4396
|
+
margin: 0;
|
|
4397
|
+
padding: 6px 9px 10px;
|
|
4398
|
+
|
|
4399
|
+
cursor: pointer;
|
|
4400
|
+
|
|
4401
|
+
color: #b3b3b3;
|
|
4402
|
+
border-width: 0;
|
|
4403
|
+
outline: none;
|
|
4404
|
+
background-color: transparent;
|
|
4405
|
+
}
|
|
4406
|
+
.Footnote-module_dismiss__1HKG5:hover {
|
|
4407
|
+
color: #757575;
|
|
4408
|
+
}
|
|
4409
|
+
.Footnote-module_dismiss__1HKG5 svg {
|
|
4410
|
+
width: 12px;
|
|
4411
|
+
height: 12px;
|
|
4412
|
+
}
|
|
4413
|
+
|
|
4414
|
+
|
|
4415
|
+
/* Colors */
|
|
4416
|
+
/* Fonts */
|
|
4417
|
+
/* Gap */
|
|
4418
|
+
/* Media */
|
|
4419
|
+
/* 512 */
|
|
4420
|
+
/* 650 */
|
|
4421
|
+
/* 768 */
|
|
4422
|
+
/* 1024 */
|
|
4423
|
+
/* 1010 */
|
|
4424
|
+
/* 1200 */
|
|
4425
|
+
/* 511 */
|
|
4426
|
+
/* 1023 */
|
|
4427
|
+
/* Zindex */
|
|
4428
|
+
.MetaItem-module_root__2VQom {
|
|
4429
|
+
display: inline;
|
|
4430
|
+
|
|
4431
|
+
margin-right: 15px;
|
|
4432
|
+
}
|
|
4433
|
+
.MetaItem-module_root__2VQom > svg {
|
|
4434
|
+
display: inline-block;
|
|
4435
|
+
|
|
4436
|
+
margin-right: 1px;
|
|
4437
|
+
|
|
4438
|
+
vertical-align: top;
|
|
4439
|
+
|
|
4440
|
+
color: inherit;
|
|
4441
|
+
|
|
4442
|
+
fill: currentColor;
|
|
4443
|
+
}
|
|
4444
|
+
.MetaItem-module_root__2VQom a {
|
|
4445
|
+
display: inline;
|
|
4446
|
+
|
|
4447
|
+
text-decoration: underline;
|
|
4448
|
+
|
|
4449
|
+
color: inherit;
|
|
4450
|
+
|
|
4451
|
+
-webkit-text-decoration-skip: auto;
|
|
4452
|
+
}
|
|
4453
|
+
.MetaItem-module_root__2VQom a:hover {
|
|
4454
|
+
color: #b88b59;
|
|
4455
|
+
}
|
|
4456
|
+
.MetaItem-module_hasBullets__CkQPI {
|
|
4457
|
+
margin-right: 0;
|
|
4458
|
+
}
|
|
4459
|
+
.MetaItem-module_hasBullets__CkQPI:nth-child(n + 2)::before {
|
|
4460
|
+
display: inline-block;
|
|
4461
|
+
|
|
4462
|
+
padding-right: 0.4em;
|
|
4463
|
+
padding-left: 0.4em;
|
|
4464
|
+
|
|
4465
|
+
content: '\B7';
|
|
4466
|
+
}
|
|
4467
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4468
|
+
.MetaItem-module_hasSource__1DmCI {
|
|
4469
|
+
width: 100%;
|
|
4470
|
+
margin-top: 3px;
|
|
4471
|
+
margin-bottom: 3px
|
|
4472
|
+
}
|
|
4473
|
+
}
|
|
4474
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4475
|
+
.MetaItem-module_hasSource__1DmCI:first-child {
|
|
4476
|
+
margin-top: 0
|
|
4477
|
+
}
|
|
4478
|
+
}
|
|
4479
|
+
.MetaItem-module_hasSource__1DmCI:last-child {
|
|
4480
|
+
margin-bottom: 0;
|
|
4481
|
+
}
|
|
4482
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4483
|
+
.MetaItem-module_hasSource__1DmCI:nth-child(n + 2)::before {
|
|
4484
|
+
display: none
|
|
4485
|
+
}
|
|
4486
|
+
}
|
|
4487
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4488
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO::before,
|
|
4489
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG::before {
|
|
4490
|
+
display: inline-block
|
|
4491
|
+
}
|
|
4492
|
+
}
|
|
4493
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4494
|
+
.MetaItem-module_datetime__3tOWm,
|
|
4495
|
+
.MetaItem-module_listened__lwvAO,
|
|
4496
|
+
.MetaItem-module_read__5eAIG {
|
|
4497
|
+
width: auto
|
|
4498
|
+
}
|
|
4499
|
+
}
|
|
4500
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4501
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_datetime__3tOWm:first-child {
|
|
4502
|
+
order: -2
|
|
4503
|
+
}
|
|
4504
|
+
}
|
|
4505
|
+
@media only screen and (max-width: 32.1875em) {
|
|
4506
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_listened__lwvAO,
|
|
4507
|
+
.MetaItem-module_hasSource__1DmCI.MetaItem-module_read__5eAIG {
|
|
4508
|
+
order: -1;
|
|
4509
|
+
|
|
4510
|
+
margin-top: 0
|
|
4511
|
+
}
|
|
4512
|
+
}
|
|
4513
|
+
.MetaItem-module_read__5eAIG svg {
|
|
4514
|
+
margin-top: -1px;
|
|
4515
|
+
}
|
|
4516
|
+
|
|
4445
4517
|
/* Colors */
|
|
4446
4518
|
/* Fonts */
|
|
4447
4519
|
/* Gap */
|
|
@@ -4540,78 +4612,6 @@ a mark {
|
|
|
4540
4612
|
fill: currentColor;
|
|
4541
4613
|
}
|
|
4542
4614
|
|
|
4543
|
-
/* Colors */
|
|
4544
|
-
/* Fonts */
|
|
4545
|
-
/* Gap */
|
|
4546
|
-
/* Media */
|
|
4547
|
-
/* 512 */
|
|
4548
|
-
/* 650 */
|
|
4549
|
-
/* 768 */
|
|
4550
|
-
/* 1024 */
|
|
4551
|
-
/* 1010 */
|
|
4552
|
-
/* 1200 */
|
|
4553
|
-
/* 511 */
|
|
4554
|
-
/* 1023 */
|
|
4555
|
-
/* Zindex */
|
|
4556
|
-
.Footnote-module_root__2a0-B {
|
|
4557
|
-
position: relative;
|
|
4558
|
-
|
|
4559
|
-
width: 320px;
|
|
4560
|
-
padding: 20px;
|
|
4561
|
-
|
|
4562
|
-
border-radius: 8px;
|
|
4563
|
-
background-color: #fff;
|
|
4564
|
-
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 5px 20px rgba(0, 0, 0, 0.2);
|
|
4565
|
-
}
|
|
4566
|
-
.Footnote-module_body__259Ly {
|
|
4567
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
4568
|
-
font-size: 16px;
|
|
4569
|
-
line-height: 22px;
|
|
4570
|
-
}
|
|
4571
|
-
.Footnote-module_body__259Ly h3 {
|
|
4572
|
-
margin: 0 0 16px;
|
|
4573
|
-
|
|
4574
|
-
font-size: inherit;
|
|
4575
|
-
font-weight: 700;
|
|
4576
|
-
line-height: inherit;
|
|
4577
|
-
}
|
|
4578
|
-
.Footnote-module_body__259Ly p {
|
|
4579
|
-
margin: 0;
|
|
4580
|
-
}
|
|
4581
|
-
.Footnote-module_body__259Ly p + p {
|
|
4582
|
-
margin-top: 6px;
|
|
4583
|
-
}
|
|
4584
|
-
.Footnote-module_body__259Ly a {
|
|
4585
|
-
color: inherit;
|
|
4586
|
-
box-shadow: inset 0 -1px #b88b59;
|
|
4587
|
-
}
|
|
4588
|
-
.Footnote-module_body__259Ly a:hover {
|
|
4589
|
-
color: #b88b59;
|
|
4590
|
-
}
|
|
4591
|
-
.Footnote-module_dismiss__1HKG5 {
|
|
4592
|
-
position: absolute;
|
|
4593
|
-
top: 0;
|
|
4594
|
-
right: 0;
|
|
4595
|
-
|
|
4596
|
-
margin: 0;
|
|
4597
|
-
padding: 6px 9px 10px;
|
|
4598
|
-
|
|
4599
|
-
cursor: pointer;
|
|
4600
|
-
|
|
4601
|
-
color: #b3b3b3;
|
|
4602
|
-
border-width: 0;
|
|
4603
|
-
outline: none;
|
|
4604
|
-
background-color: transparent;
|
|
4605
|
-
}
|
|
4606
|
-
.Footnote-module_dismiss__1HKG5:hover {
|
|
4607
|
-
color: #757575;
|
|
4608
|
-
}
|
|
4609
|
-
.Footnote-module_dismiss__1HKG5 svg {
|
|
4610
|
-
width: 12px;
|
|
4611
|
-
height: 12px;
|
|
4612
|
-
}
|
|
4613
|
-
|
|
4614
|
-
|
|
4615
4615
|
/* Colors */
|
|
4616
4616
|
/* Fonts */
|
|
4617
4617
|
/* Gap */
|