@meduza/ui-kit-2 0.1.14 → 0.1.15
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.css +346 -348
- package/package.json +1 -1
- package/src/DotsOnImage/DotsOnImage.module.css +9 -11
package/dist/ui-kit.css
CHANGED
|
@@ -750,26 +750,24 @@
|
|
|
750
750
|
|
|
751
751
|
width: 28px;
|
|
752
752
|
height: 28px;
|
|
753
|
-
margin: 0;
|
|
753
|
+
margin: -14px 0 0 -14px;
|
|
754
754
|
padding: 0;
|
|
755
755
|
|
|
756
|
-
|
|
757
|
-
font-weight: 600;
|
|
758
|
-
font-size: 13px;
|
|
759
|
-
|
|
760
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
761
|
-
line-height: 28px;
|
|
756
|
+
cursor: pointer;
|
|
762
757
|
text-align: center;
|
|
763
758
|
|
|
764
|
-
|
|
759
|
+
opacity: 0;
|
|
760
|
+
color: #fff;
|
|
765
761
|
border-width: 0;
|
|
766
762
|
border-radius: 30px;
|
|
767
763
|
outline-width: 0;
|
|
764
|
+
background-color: #000;
|
|
768
765
|
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
|
|
769
766
|
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
767
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
768
|
+
font-size: 13px;
|
|
769
|
+
font-weight: 600;
|
|
770
|
+
line-height: 28px;
|
|
773
771
|
|
|
774
772
|
-webkit-appearance: none;
|
|
775
773
|
|
|
@@ -843,26 +841,6 @@
|
|
|
843
841
|
}
|
|
844
842
|
}
|
|
845
843
|
|
|
846
|
-
/* Colors */
|
|
847
|
-
/* Fonts */
|
|
848
|
-
/* Gap */
|
|
849
|
-
/* Media */
|
|
850
|
-
/* 512 */
|
|
851
|
-
/* 650 */
|
|
852
|
-
/* 768 */
|
|
853
|
-
/* 1024 */
|
|
854
|
-
/* 1010 */
|
|
855
|
-
/* 1200 */
|
|
856
|
-
/* 511 */
|
|
857
|
-
/* 1023 */
|
|
858
|
-
/* Zindex */
|
|
859
|
-
.Lazy-module_root__2Z72l {
|
|
860
|
-
display: block;
|
|
861
|
-
}
|
|
862
|
-
.Lazy-module_visible__3-SdX {
|
|
863
|
-
color: red;
|
|
864
|
-
}
|
|
865
|
-
|
|
866
844
|
/* Colors */
|
|
867
845
|
/* Fonts */
|
|
868
846
|
/* Gap */
|
|
@@ -990,6 +968,119 @@
|
|
|
990
968
|
}
|
|
991
969
|
}
|
|
992
970
|
|
|
971
|
+
/* Colors */
|
|
972
|
+
/* Fonts */
|
|
973
|
+
/* Gap */
|
|
974
|
+
/* Media */
|
|
975
|
+
/* 512 */
|
|
976
|
+
/* 650 */
|
|
977
|
+
/* 768 */
|
|
978
|
+
/* 1024 */
|
|
979
|
+
/* 1010 */
|
|
980
|
+
/* 1200 */
|
|
981
|
+
/* 511 */
|
|
982
|
+
/* 1023 */
|
|
983
|
+
/* Zindex */
|
|
984
|
+
.Lazy-module_root__2Z72l {
|
|
985
|
+
display: block;
|
|
986
|
+
}
|
|
987
|
+
.Lazy-module_visible__3-SdX {
|
|
988
|
+
color: red;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
/* Colors */
|
|
992
|
+
/* Fonts */
|
|
993
|
+
/* Gap */
|
|
994
|
+
/* Media */
|
|
995
|
+
/* 512 */
|
|
996
|
+
/* 650 */
|
|
997
|
+
/* 768 */
|
|
998
|
+
/* 1024 */
|
|
999
|
+
/* 1010 */
|
|
1000
|
+
/* 1200 */
|
|
1001
|
+
/* 511 */
|
|
1002
|
+
/* 1023 */
|
|
1003
|
+
/* Zindex */
|
|
1004
|
+
.MediaCaption-module_root__KqTdw {
|
|
1005
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1006
|
+
}
|
|
1007
|
+
.MediaCaption-module_root__KqTdw a {
|
|
1008
|
+
text-decoration: underline;
|
|
1009
|
+
|
|
1010
|
+
color: inherit;
|
|
1011
|
+
box-shadow: none;
|
|
1012
|
+
}
|
|
1013
|
+
.MediaCaption-module_root__KqTdw a:hover {
|
|
1014
|
+
color: #b88b58;
|
|
1015
|
+
}
|
|
1016
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1017
|
+
max-width: 520px;
|
|
1018
|
+
padding-top: 4px;
|
|
1019
|
+
|
|
1020
|
+
color: #1a1a1a;
|
|
1021
|
+
|
|
1022
|
+
font-size: 14px;
|
|
1023
|
+
line-height: 18px
|
|
1024
|
+
}
|
|
1025
|
+
@media only screen and (min-device-width: 32em) {
|
|
1026
|
+
.MediaCaption-module_caption__1hr7Y {
|
|
1027
|
+
font-size: 16px;
|
|
1028
|
+
line-height: 22px
|
|
1029
|
+
}
|
|
1030
|
+
}
|
|
1031
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1032
|
+
max-width: 520px;
|
|
1033
|
+
padding-top: 1px;
|
|
1034
|
+
|
|
1035
|
+
color: #666;
|
|
1036
|
+
|
|
1037
|
+
font-size: 12px;
|
|
1038
|
+
line-height: 16px
|
|
1039
|
+
}
|
|
1040
|
+
@media only screen and (min-device-width: 32em) {
|
|
1041
|
+
.MediaCaption-module_credit__3ehAP {
|
|
1042
|
+
padding-top: 3px
|
|
1043
|
+
}
|
|
1044
|
+
}
|
|
1045
|
+
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1046
|
+
padding-top: 3px;
|
|
1047
|
+
}
|
|
1048
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1049
|
+
color: #fff;
|
|
1050
|
+
}
|
|
1051
|
+
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1052
|
+
color: #929292;
|
|
1053
|
+
}
|
|
1054
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1055
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1056
|
+
padding-top: 10px
|
|
1057
|
+
}
|
|
1058
|
+
@media only screen and (min-device-width: 32em) {
|
|
1059
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1060
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1061
|
+
padding-top: 12px
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1065
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1066
|
+
padding-top: 9px
|
|
1067
|
+
}
|
|
1068
|
+
@media only screen and (min-device-width: 32em) {
|
|
1069
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1070
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1071
|
+
padding-top: 11px
|
|
1072
|
+
}
|
|
1073
|
+
}
|
|
1074
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1075
|
+
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1076
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1077
|
+
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1078
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1079
|
+
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1080
|
+
max-width: 650px;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
|
|
993
1084
|
/* Colors */
|
|
994
1085
|
/* Fonts */
|
|
995
1086
|
/* Gap */
|
|
@@ -1288,99 +1379,6 @@
|
|
|
1288
1379
|
min-width: 50px;
|
|
1289
1380
|
}
|
|
1290
1381
|
|
|
1291
|
-
/* Colors */
|
|
1292
|
-
/* Fonts */
|
|
1293
|
-
/* Gap */
|
|
1294
|
-
/* Media */
|
|
1295
|
-
/* 512 */
|
|
1296
|
-
/* 650 */
|
|
1297
|
-
/* 768 */
|
|
1298
|
-
/* 1024 */
|
|
1299
|
-
/* 1010 */
|
|
1300
|
-
/* 1200 */
|
|
1301
|
-
/* 511 */
|
|
1302
|
-
/* 1023 */
|
|
1303
|
-
/* Zindex */
|
|
1304
|
-
.MediaCaption-module_root__KqTdw {
|
|
1305
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1306
|
-
}
|
|
1307
|
-
.MediaCaption-module_root__KqTdw a {
|
|
1308
|
-
text-decoration: underline;
|
|
1309
|
-
|
|
1310
|
-
color: inherit;
|
|
1311
|
-
box-shadow: none;
|
|
1312
|
-
}
|
|
1313
|
-
.MediaCaption-module_root__KqTdw a:hover {
|
|
1314
|
-
color: #b88b58;
|
|
1315
|
-
}
|
|
1316
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1317
|
-
max-width: 520px;
|
|
1318
|
-
padding-top: 4px;
|
|
1319
|
-
|
|
1320
|
-
color: #1a1a1a;
|
|
1321
|
-
|
|
1322
|
-
font-size: 14px;
|
|
1323
|
-
line-height: 18px
|
|
1324
|
-
}
|
|
1325
|
-
@media only screen and (min-device-width: 32em) {
|
|
1326
|
-
.MediaCaption-module_caption__1hr7Y {
|
|
1327
|
-
font-size: 16px;
|
|
1328
|
-
line-height: 22px
|
|
1329
|
-
}
|
|
1330
|
-
}
|
|
1331
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1332
|
-
max-width: 520px;
|
|
1333
|
-
padding-top: 1px;
|
|
1334
|
-
|
|
1335
|
-
color: #666;
|
|
1336
|
-
|
|
1337
|
-
font-size: 12px;
|
|
1338
|
-
line-height: 16px
|
|
1339
|
-
}
|
|
1340
|
-
@media only screen and (min-device-width: 32em) {
|
|
1341
|
-
.MediaCaption-module_credit__3ehAP {
|
|
1342
|
-
padding-top: 3px
|
|
1343
|
-
}
|
|
1344
|
-
}
|
|
1345
|
-
.MediaCaption-module_credit__3ehAP:first-child {
|
|
1346
|
-
padding-top: 3px;
|
|
1347
|
-
}
|
|
1348
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_caption__1hr7Y {
|
|
1349
|
-
color: #fff;
|
|
1350
|
-
}
|
|
1351
|
-
.MediaCaption-module_dark__3tL1u .MediaCaption-module_credit__3ehAP {
|
|
1352
|
-
color: #929292;
|
|
1353
|
-
}
|
|
1354
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1355
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1356
|
-
padding-top: 10px
|
|
1357
|
-
}
|
|
1358
|
-
@media only screen and (min-device-width: 32em) {
|
|
1359
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1360
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y {
|
|
1361
|
-
padding-top: 12px
|
|
1362
|
-
}
|
|
1363
|
-
}
|
|
1364
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1365
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1366
|
-
padding-top: 9px
|
|
1367
|
-
}
|
|
1368
|
-
@media only screen and (min-device-width: 32em) {
|
|
1369
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP:first-child,
|
|
1370
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP:first-child {
|
|
1371
|
-
padding-top: 11px
|
|
1372
|
-
}
|
|
1373
|
-
}
|
|
1374
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_credit__3ehAP,
|
|
1375
|
-
.MediaCaption-module_picture__3AAMH .MediaCaption-module_caption__1hr7Y,
|
|
1376
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_credit__3ehAP,
|
|
1377
|
-
.MediaCaption-module_video__1KZ6k .MediaCaption-module_caption__1hr7Y,
|
|
1378
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_credit__3ehAP,
|
|
1379
|
-
.MediaCaption-module_desktop__3Saev .MediaCaption-module_caption__1hr7Y {
|
|
1380
|
-
max-width: 650px;
|
|
1381
|
-
}
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
1382
|
/* Colors */
|
|
1385
1383
|
/* Fonts */
|
|
1386
1384
|
/* Gap */
|
|
@@ -1516,6 +1514,50 @@
|
|
|
1516
1514
|
}
|
|
1517
1515
|
}
|
|
1518
1516
|
|
|
1517
|
+
/* Colors */
|
|
1518
|
+
/* Fonts */
|
|
1519
|
+
/* Gap */
|
|
1520
|
+
/* Media */
|
|
1521
|
+
/* 512 */
|
|
1522
|
+
/* 650 */
|
|
1523
|
+
/* 768 */
|
|
1524
|
+
/* 1024 */
|
|
1525
|
+
/* 1010 */
|
|
1526
|
+
/* 1200 */
|
|
1527
|
+
/* 511 */
|
|
1528
|
+
/* 1023 */
|
|
1529
|
+
/* Zindex */
|
|
1530
|
+
.MaterialTitle-module_root__18ku- {
|
|
1531
|
+
display: block;
|
|
1532
|
+
}
|
|
1533
|
+
.MaterialTitle-module_root__18ku- {
|
|
1534
|
+
margin: 0;
|
|
1535
|
+
|
|
1536
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1537
|
+
font-size: 25px;
|
|
1538
|
+
font-weight: normal;
|
|
1539
|
+
line-height: 27px
|
|
1540
|
+
}
|
|
1541
|
+
@media only screen and (min-device-width: 48em) {
|
|
1542
|
+
.MaterialTitle-module_root__18ku- {
|
|
1543
|
+
font-size: 37px;
|
|
1544
|
+
line-height: 38px
|
|
1545
|
+
}
|
|
1546
|
+
}
|
|
1547
|
+
.MaterialTitle-module_primary__2Sfmx {
|
|
1548
|
+
font-family: 'PF Regal', 'PF Regal Text Pro', 'Georgia', serif;
|
|
1549
|
+
font-weight: normal;
|
|
1550
|
+
}
|
|
1551
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1552
|
+
font-size: 24px;
|
|
1553
|
+
font-weight: 700
|
|
1554
|
+
}
|
|
1555
|
+
@media only screen and (min-device-width: 48em) {
|
|
1556
|
+
.MaterialTitle-module_secondary__3uDp4 {
|
|
1557
|
+
font-size: 36px
|
|
1558
|
+
}
|
|
1559
|
+
}
|
|
1560
|
+
|
|
1519
1561
|
/* Colors */
|
|
1520
1562
|
/* Fonts */
|
|
1521
1563
|
/* Gap */
|
|
@@ -1574,94 +1616,6 @@
|
|
|
1574
1616
|
display: none;
|
|
1575
1617
|
}
|
|
1576
1618
|
|
|
1577
|
-
/* Colors */
|
|
1578
|
-
/* Fonts */
|
|
1579
|
-
/* Gap */
|
|
1580
|
-
/* Media */
|
|
1581
|
-
/* 512 */
|
|
1582
|
-
/* 650 */
|
|
1583
|
-
/* 768 */
|
|
1584
|
-
/* 1024 */
|
|
1585
|
-
/* 1010 */
|
|
1586
|
-
/* 1200 */
|
|
1587
|
-
/* 511 */
|
|
1588
|
-
/* 1023 */
|
|
1589
|
-
/* Zindex */
|
|
1590
|
-
.Dropdown-module_root__11PNk {
|
|
1591
|
-
position: relative;
|
|
1592
|
-
z-index: 100;
|
|
1593
|
-
|
|
1594
|
-
display: inline-block;
|
|
1595
|
-
|
|
1596
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1597
|
-
}
|
|
1598
|
-
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1599
|
-
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1600
|
-
visibility: visible;
|
|
1601
|
-
|
|
1602
|
-
opacity: 1;
|
|
1603
|
-
}
|
|
1604
|
-
.Dropdown-module_root__11PNk ul {
|
|
1605
|
-
overflow: hidden;
|
|
1606
|
-
|
|
1607
|
-
width: 162px;
|
|
1608
|
-
margin: 0;
|
|
1609
|
-
padding: 3px 0;
|
|
1610
|
-
|
|
1611
|
-
border-radius: 5px;
|
|
1612
|
-
background: #fff;
|
|
1613
|
-
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1614
|
-
|
|
1615
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1616
|
-
font-size: 14px;
|
|
1617
|
-
line-height: 26px;
|
|
1618
|
-
}
|
|
1619
|
-
.Dropdown-module_root__11PNk a {
|
|
1620
|
-
display: block;
|
|
1621
|
-
|
|
1622
|
-
padding: 2px 15px;
|
|
1623
|
-
|
|
1624
|
-
text-decoration: none;
|
|
1625
|
-
|
|
1626
|
-
color: #000;
|
|
1627
|
-
box-shadow: none;
|
|
1628
|
-
}
|
|
1629
|
-
.Dropdown-module_root__11PNk a:hover {
|
|
1630
|
-
color: #000;
|
|
1631
|
-
background-color: #f7f7f7;
|
|
1632
|
-
}
|
|
1633
|
-
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1634
|
-
right: 0;
|
|
1635
|
-
left: auto
|
|
1636
|
-
}
|
|
1637
|
-
@media only screen and (min-device-width: 64em) {
|
|
1638
|
-
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1639
|
-
right: auto;
|
|
1640
|
-
left: 0
|
|
1641
|
-
}
|
|
1642
|
-
}
|
|
1643
|
-
.Dropdown-module_menu__3PIqD {
|
|
1644
|
-
position: absolute;
|
|
1645
|
-
top: 100%;
|
|
1646
|
-
left: 0;
|
|
1647
|
-
|
|
1648
|
-
visibility: hidden;
|
|
1649
|
-
|
|
1650
|
-
padding-top: 6px;
|
|
1651
|
-
|
|
1652
|
-
opacity: 0;
|
|
1653
|
-
}
|
|
1654
|
-
.Dropdown-module_menu__3PIqD::after {
|
|
1655
|
-
position: absolute;
|
|
1656
|
-
z-index: -1;
|
|
1657
|
-
top: -10px;
|
|
1658
|
-
right: -10px;
|
|
1659
|
-
bottom: -10px;
|
|
1660
|
-
left: -10px;
|
|
1661
|
-
|
|
1662
|
-
content: '';
|
|
1663
|
-
}
|
|
1664
|
-
|
|
1665
1619
|
/* Colors */
|
|
1666
1620
|
/* Fonts */
|
|
1667
1621
|
/* Gap */
|
|
@@ -1818,36 +1772,80 @@
|
|
|
1818
1772
|
/* 511 */
|
|
1819
1773
|
/* 1023 */
|
|
1820
1774
|
/* Zindex */
|
|
1821
|
-
.
|
|
1822
|
-
|
|
1775
|
+
.Dropdown-module_root__11PNk {
|
|
1776
|
+
position: relative;
|
|
1777
|
+
z-index: 100;
|
|
1778
|
+
|
|
1779
|
+
display: inline-block;
|
|
1780
|
+
|
|
1781
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1823
1782
|
}
|
|
1824
|
-
.
|
|
1783
|
+
.Dropdown-module_root__11PNk.Dropdown-module_active__3IwAl .Dropdown-module_menu__3PIqD,
|
|
1784
|
+
.Dropdown-module_root__11PNk:hover .Dropdown-module_menu__3PIqD {
|
|
1785
|
+
visibility: visible;
|
|
1786
|
+
|
|
1787
|
+
opacity: 1;
|
|
1788
|
+
}
|
|
1789
|
+
.Dropdown-module_root__11PNk ul {
|
|
1790
|
+
overflow: hidden;
|
|
1791
|
+
|
|
1792
|
+
width: 162px;
|
|
1825
1793
|
margin: 0;
|
|
1794
|
+
padding: 3px 0;
|
|
1795
|
+
|
|
1796
|
+
border-radius: 5px;
|
|
1797
|
+
background: #fff;
|
|
1798
|
+
box-shadow: 0 0 0 1px #c0c0c0, 0 5px 20px 0 rgba(0, 0, 0, 0.2);
|
|
1826
1799
|
|
|
1827
1800
|
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
1828
|
-
font-size:
|
|
1829
|
-
|
|
1830
|
-
line-height: 27px
|
|
1831
|
-
}
|
|
1832
|
-
@media only screen and (min-device-width: 48em) {
|
|
1833
|
-
.MaterialTitle-module_root__18ku- {
|
|
1834
|
-
font-size: 37px;
|
|
1835
|
-
line-height: 38px
|
|
1801
|
+
font-size: 14px;
|
|
1802
|
+
line-height: 26px;
|
|
1836
1803
|
}
|
|
1837
|
-
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1804
|
+
.Dropdown-module_root__11PNk a {
|
|
1805
|
+
display: block;
|
|
1806
|
+
|
|
1807
|
+
padding: 2px 15px;
|
|
1808
|
+
|
|
1809
|
+
text-decoration: none;
|
|
1810
|
+
|
|
1811
|
+
color: #000;
|
|
1812
|
+
box-shadow: none;
|
|
1841
1813
|
}
|
|
1842
|
-
.
|
|
1843
|
-
|
|
1844
|
-
|
|
1814
|
+
.Dropdown-module_root__11PNk a:hover {
|
|
1815
|
+
color: #000;
|
|
1816
|
+
background-color: #f7f7f7;
|
|
1845
1817
|
}
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1818
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1819
|
+
right: 0;
|
|
1820
|
+
left: auto
|
|
1821
|
+
}
|
|
1822
|
+
@media only screen and (min-device-width: 64em) {
|
|
1823
|
+
.Dropdown-module_isInAudioPanel__1zv7F .Dropdown-module_menu__3PIqD {
|
|
1824
|
+
right: auto;
|
|
1825
|
+
left: 0
|
|
1849
1826
|
}
|
|
1850
1827
|
}
|
|
1828
|
+
.Dropdown-module_menu__3PIqD {
|
|
1829
|
+
position: absolute;
|
|
1830
|
+
top: 100%;
|
|
1831
|
+
left: 0;
|
|
1832
|
+
|
|
1833
|
+
visibility: hidden;
|
|
1834
|
+
|
|
1835
|
+
padding-top: 6px;
|
|
1836
|
+
|
|
1837
|
+
opacity: 0;
|
|
1838
|
+
}
|
|
1839
|
+
.Dropdown-module_menu__3PIqD::after {
|
|
1840
|
+
position: absolute;
|
|
1841
|
+
z-index: -1;
|
|
1842
|
+
top: -10px;
|
|
1843
|
+
right: -10px;
|
|
1844
|
+
bottom: -10px;
|
|
1845
|
+
left: -10px;
|
|
1846
|
+
|
|
1847
|
+
content: '';
|
|
1848
|
+
}
|
|
1851
1849
|
|
|
1852
1850
|
/* Colors */
|
|
1853
1851
|
/* Fonts */
|
|
@@ -3617,121 +3615,6 @@ a mark {
|
|
|
3617
3615
|
}
|
|
3618
3616
|
}
|
|
3619
3617
|
|
|
3620
|
-
/* Colors */
|
|
3621
|
-
/* Fonts */
|
|
3622
|
-
/* Gap */
|
|
3623
|
-
/* Media */
|
|
3624
|
-
/* 512 */
|
|
3625
|
-
/* 650 */
|
|
3626
|
-
/* 768 */
|
|
3627
|
-
/* 1024 */
|
|
3628
|
-
/* 1010 */
|
|
3629
|
-
/* 1200 */
|
|
3630
|
-
/* 511 */
|
|
3631
|
-
/* 1023 */
|
|
3632
|
-
/* Zindex */
|
|
3633
|
-
.SourceBlock-module_root__1P3XD {
|
|
3634
|
-
display: block;
|
|
3635
|
-
|
|
3636
|
-
margin: 18px 0 15px;
|
|
3637
|
-
padding: 12px 11px 13px;
|
|
3638
|
-
|
|
3639
|
-
color: #000;
|
|
3640
|
-
border-left: 4px solid #b88b59;
|
|
3641
|
-
border-radius: 2px 8px 8px 2px;
|
|
3642
|
-
background-color: #f5f5f5;
|
|
3643
|
-
|
|
3644
|
-
font-size: 16px;
|
|
3645
|
-
line-height: 20px
|
|
3646
|
-
}
|
|
3647
|
-
@media only screen and (min-device-width: 48em) {
|
|
3648
|
-
.SourceBlock-module_root__1P3XD {
|
|
3649
|
-
margin-top: 25px;
|
|
3650
|
-
margin-bottom: 25px;
|
|
3651
|
-
padding: 18px 16px 12px
|
|
3652
|
-
}
|
|
3653
|
-
}
|
|
3654
|
-
.SourceBlock-module_root__1P3XD:hover,
|
|
3655
|
-
.SourceBlock-module_root__1P3XD:visited {
|
|
3656
|
-
background-color: #ededed;
|
|
3657
|
-
}
|
|
3658
|
-
.SourceBlock-module_root__1P3XD blockquote {
|
|
3659
|
-
margin: 0;
|
|
3660
|
-
}
|
|
3661
|
-
.SourceBlock-module_root__1P3XD a {
|
|
3662
|
-
text-decoration: none;
|
|
3663
|
-
|
|
3664
|
-
color: inherit;
|
|
3665
|
-
}
|
|
3666
|
-
.SourceBlock-module_text__Si4vm {
|
|
3667
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3668
|
-
}
|
|
3669
|
-
.SourceBlock-module_text__Si4vm p {
|
|
3670
|
-
margin: 0;
|
|
3671
|
-
|
|
3672
|
-
font-size: 16px;
|
|
3673
|
-
line-height: 22px
|
|
3674
|
-
}
|
|
3675
|
-
@media only screen and (min-device-width: 48em) {
|
|
3676
|
-
.SourceBlock-module_text__Si4vm p {
|
|
3677
|
-
font-size: 18px;
|
|
3678
|
-
line-height: 26px
|
|
3679
|
-
}
|
|
3680
|
-
}
|
|
3681
|
-
.SourceBlock-module_root__1P3XD p + p {
|
|
3682
|
-
margin-top: 12px;
|
|
3683
|
-
}
|
|
3684
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
3685
|
-
margin-top: 12px;
|
|
3686
|
-
padding-top: 10px;
|
|
3687
|
-
|
|
3688
|
-
border-top: 1px solid #d6d6d6
|
|
3689
|
-
}
|
|
3690
|
-
@media only screen and (min-device-width: 48em) {
|
|
3691
|
-
.SourceBlock-module_root__1P3XD footer {
|
|
3692
|
-
margin-top: 18px;
|
|
3693
|
-
padding-top: 12px
|
|
3694
|
-
}
|
|
3695
|
-
}
|
|
3696
|
-
.SourceBlock-module_origin__l3JbO {
|
|
3697
|
-
letter-spacing: 1px;
|
|
3698
|
-
text-transform: uppercase;
|
|
3699
|
-
pointer-events: none;
|
|
3700
|
-
|
|
3701
|
-
color: #292929;
|
|
3702
|
-
|
|
3703
|
-
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3704
|
-
font-size: 16px;
|
|
3705
|
-
font-weight: bold;
|
|
3706
|
-
font-style: normal;
|
|
3707
|
-
line-height: 22px
|
|
3708
|
-
}
|
|
3709
|
-
@media only screen and (min-device-width: 48em) {
|
|
3710
|
-
.SourceBlock-module_origin__l3JbO {
|
|
3711
|
-
font-size: 18px;
|
|
3712
|
-
line-height: 26px
|
|
3713
|
-
}
|
|
3714
|
-
}
|
|
3715
|
-
.SourceBlock-module_center__3P93B {
|
|
3716
|
-
max-width: 650px;
|
|
3717
|
-
margin-right: auto;
|
|
3718
|
-
margin-left: auto;
|
|
3719
|
-
}
|
|
3720
|
-
/* VISIBILITY */
|
|
3721
|
-
@media only screen and (min-device-width: 32em) {
|
|
3722
|
-
.SourceBlock-module_mobile__2gw4S {
|
|
3723
|
-
display: none
|
|
3724
|
-
}
|
|
3725
|
-
}
|
|
3726
|
-
.SourceBlock-module_desktop__DecT6 {
|
|
3727
|
-
display: none
|
|
3728
|
-
}
|
|
3729
|
-
@media only screen and (min-device-width: 32em) {
|
|
3730
|
-
.SourceBlock-module_desktop__DecT6 {
|
|
3731
|
-
display: block
|
|
3732
|
-
}
|
|
3733
|
-
}
|
|
3734
|
-
|
|
3735
3618
|
/* Colors */
|
|
3736
3619
|
/* Fonts */
|
|
3737
3620
|
/* Gap */
|
|
@@ -3979,6 +3862,121 @@ a mark {
|
|
|
3979
3862
|
}
|
|
3980
3863
|
}
|
|
3981
3864
|
|
|
3865
|
+
/* Colors */
|
|
3866
|
+
/* Fonts */
|
|
3867
|
+
/* Gap */
|
|
3868
|
+
/* Media */
|
|
3869
|
+
/* 512 */
|
|
3870
|
+
/* 650 */
|
|
3871
|
+
/* 768 */
|
|
3872
|
+
/* 1024 */
|
|
3873
|
+
/* 1010 */
|
|
3874
|
+
/* 1200 */
|
|
3875
|
+
/* 511 */
|
|
3876
|
+
/* 1023 */
|
|
3877
|
+
/* Zindex */
|
|
3878
|
+
.SourceBlock-module_root__1P3XD {
|
|
3879
|
+
display: block;
|
|
3880
|
+
|
|
3881
|
+
margin: 18px 0 15px;
|
|
3882
|
+
padding: 12px 11px 13px;
|
|
3883
|
+
|
|
3884
|
+
color: #000;
|
|
3885
|
+
border-left: 4px solid #b88b59;
|
|
3886
|
+
border-radius: 2px 8px 8px 2px;
|
|
3887
|
+
background-color: #f5f5f5;
|
|
3888
|
+
|
|
3889
|
+
font-size: 16px;
|
|
3890
|
+
line-height: 20px
|
|
3891
|
+
}
|
|
3892
|
+
@media only screen and (min-device-width: 48em) {
|
|
3893
|
+
.SourceBlock-module_root__1P3XD {
|
|
3894
|
+
margin-top: 25px;
|
|
3895
|
+
margin-bottom: 25px;
|
|
3896
|
+
padding: 18px 16px 12px
|
|
3897
|
+
}
|
|
3898
|
+
}
|
|
3899
|
+
.SourceBlock-module_root__1P3XD:hover,
|
|
3900
|
+
.SourceBlock-module_root__1P3XD:visited {
|
|
3901
|
+
background-color: #ededed;
|
|
3902
|
+
}
|
|
3903
|
+
.SourceBlock-module_root__1P3XD blockquote {
|
|
3904
|
+
margin: 0;
|
|
3905
|
+
}
|
|
3906
|
+
.SourceBlock-module_root__1P3XD a {
|
|
3907
|
+
text-decoration: none;
|
|
3908
|
+
|
|
3909
|
+
color: inherit;
|
|
3910
|
+
}
|
|
3911
|
+
.SourceBlock-module_text__Si4vm {
|
|
3912
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3913
|
+
}
|
|
3914
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3915
|
+
margin: 0;
|
|
3916
|
+
|
|
3917
|
+
font-size: 16px;
|
|
3918
|
+
line-height: 22px
|
|
3919
|
+
}
|
|
3920
|
+
@media only screen and (min-device-width: 48em) {
|
|
3921
|
+
.SourceBlock-module_text__Si4vm p {
|
|
3922
|
+
font-size: 18px;
|
|
3923
|
+
line-height: 26px
|
|
3924
|
+
}
|
|
3925
|
+
}
|
|
3926
|
+
.SourceBlock-module_root__1P3XD p + p {
|
|
3927
|
+
margin-top: 12px;
|
|
3928
|
+
}
|
|
3929
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3930
|
+
margin-top: 12px;
|
|
3931
|
+
padding-top: 10px;
|
|
3932
|
+
|
|
3933
|
+
border-top: 1px solid #d6d6d6
|
|
3934
|
+
}
|
|
3935
|
+
@media only screen and (min-device-width: 48em) {
|
|
3936
|
+
.SourceBlock-module_root__1P3XD footer {
|
|
3937
|
+
margin-top: 18px;
|
|
3938
|
+
padding-top: 12px
|
|
3939
|
+
}
|
|
3940
|
+
}
|
|
3941
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3942
|
+
letter-spacing: 1px;
|
|
3943
|
+
text-transform: uppercase;
|
|
3944
|
+
pointer-events: none;
|
|
3945
|
+
|
|
3946
|
+
color: #292929;
|
|
3947
|
+
|
|
3948
|
+
font-family: 'Proxima Nova', 'Arial', 'Helvetica Neue', sans-serif;
|
|
3949
|
+
font-size: 16px;
|
|
3950
|
+
font-weight: bold;
|
|
3951
|
+
font-style: normal;
|
|
3952
|
+
line-height: 22px
|
|
3953
|
+
}
|
|
3954
|
+
@media only screen and (min-device-width: 48em) {
|
|
3955
|
+
.SourceBlock-module_origin__l3JbO {
|
|
3956
|
+
font-size: 18px;
|
|
3957
|
+
line-height: 26px
|
|
3958
|
+
}
|
|
3959
|
+
}
|
|
3960
|
+
.SourceBlock-module_center__3P93B {
|
|
3961
|
+
max-width: 650px;
|
|
3962
|
+
margin-right: auto;
|
|
3963
|
+
margin-left: auto;
|
|
3964
|
+
}
|
|
3965
|
+
/* VISIBILITY */
|
|
3966
|
+
@media only screen and (min-device-width: 32em) {
|
|
3967
|
+
.SourceBlock-module_mobile__2gw4S {
|
|
3968
|
+
display: none
|
|
3969
|
+
}
|
|
3970
|
+
}
|
|
3971
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3972
|
+
display: none
|
|
3973
|
+
}
|
|
3974
|
+
@media only screen and (min-device-width: 32em) {
|
|
3975
|
+
.SourceBlock-module_desktop__DecT6 {
|
|
3976
|
+
display: block
|
|
3977
|
+
}
|
|
3978
|
+
}
|
|
3979
|
+
|
|
3982
3980
|
/* Colors */
|
|
3983
3981
|
/* Fonts */
|
|
3984
3982
|
/* Gap */
|
package/package.json
CHANGED
|
@@ -18,26 +18,24 @@
|
|
|
18
18
|
|
|
19
19
|
width: 28px;
|
|
20
20
|
height: 28px;
|
|
21
|
-
margin: 0;
|
|
21
|
+
margin: -14px 0 0 -14px;
|
|
22
22
|
padding: 0;
|
|
23
23
|
|
|
24
|
-
|
|
25
|
-
font-weight: 600;
|
|
26
|
-
font-size: 13px;
|
|
27
|
-
|
|
28
|
-
font-family: $secondaryFont;
|
|
29
|
-
line-height: 28px;
|
|
24
|
+
cursor: pointer;
|
|
30
25
|
text-align: center;
|
|
31
26
|
|
|
32
|
-
|
|
27
|
+
opacity: 0;
|
|
28
|
+
color: #fff;
|
|
33
29
|
border-width: 0;
|
|
34
30
|
border-radius: 30px;
|
|
35
31
|
outline-width: 0;
|
|
32
|
+
background-color: #000;
|
|
36
33
|
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6);
|
|
37
34
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
35
|
+
font-family: $secondaryFont;
|
|
36
|
+
font-size: 13px;
|
|
37
|
+
font-weight: 600;
|
|
38
|
+
line-height: 28px;
|
|
41
39
|
|
|
42
40
|
appearance: none;
|
|
43
41
|
will-change: opacity;
|