@ilo-org/styles 0.1.7 → 0.1.8
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/build/css/components/index.css +257 -91
- package/build/css/components/index.css.map +1 -1
- package/build/css/index.css +257 -91
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +257 -91
- package/build/css/monorepo.css.map +1 -1
- package/build/minified/index.css +1 -1
- package/build/minified/index.css.map +1 -1
- package/build/minified/monorepo.css +1 -1
- package/build/minified/monorepo.css.map +1 -1
- package/package.json +3 -3
- package/scss/components/_card.scss +101 -22
- package/scss/components/_checkbox.scss +2 -1
- package/scss/components/_linklist.scss +1 -0
- package/scss/components/_navigation.scss +1 -1
- package/scss/components/_tag.scss +83 -3
- package/scss/components/_tooltip.scss +1 -1
package/build/css/monorepo.css
CHANGED
|
@@ -151,7 +151,7 @@ select {
|
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
153
|
* Do not edit directly
|
|
154
|
-
* Generated on
|
|
154
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
155
155
|
*/
|
|
156
156
|
/**
|
|
157
157
|
* TOKENS:
|
|
@@ -250,7 +250,7 @@ body {
|
|
|
250
250
|
|
|
251
251
|
/**
|
|
252
252
|
* Do not edit directly
|
|
253
|
-
* Generated on
|
|
253
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
254
254
|
*/
|
|
255
255
|
/**
|
|
256
256
|
* TOKENS:
|
|
@@ -351,7 +351,7 @@ body {
|
|
|
351
351
|
|
|
352
352
|
/**
|
|
353
353
|
* Do not edit directly
|
|
354
|
-
* Generated on
|
|
354
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
355
355
|
*/
|
|
356
356
|
/**
|
|
357
357
|
* TOKENS:
|
|
@@ -376,7 +376,7 @@ body {
|
|
|
376
376
|
}
|
|
377
377
|
/**
|
|
378
378
|
* Do not edit directly
|
|
379
|
-
* Generated on
|
|
379
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
380
380
|
*/
|
|
381
381
|
/**
|
|
382
382
|
* TOKENS:
|
|
@@ -606,7 +606,7 @@ body {
|
|
|
606
606
|
|
|
607
607
|
/**
|
|
608
608
|
* Do not edit directly
|
|
609
|
-
* Generated on
|
|
609
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
610
610
|
*/
|
|
611
611
|
/**
|
|
612
612
|
* TOKENS:
|
|
@@ -616,7 +616,7 @@ body {
|
|
|
616
616
|
*/
|
|
617
617
|
/**
|
|
618
618
|
* Do not edit directly
|
|
619
|
-
* Generated on
|
|
619
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
620
620
|
*/
|
|
621
621
|
/**
|
|
622
622
|
* TOKENS:
|
|
@@ -641,7 +641,7 @@ body {
|
|
|
641
641
|
}
|
|
642
642
|
/**
|
|
643
643
|
* Do not edit directly
|
|
644
|
-
* Generated on
|
|
644
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
645
645
|
*/
|
|
646
646
|
/**
|
|
647
647
|
* TOKENS:
|
|
@@ -931,7 +931,7 @@ body {
|
|
|
931
931
|
|
|
932
932
|
/**
|
|
933
933
|
* Do not edit directly
|
|
934
|
-
* Generated on
|
|
934
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
935
935
|
*/
|
|
936
936
|
/**
|
|
937
937
|
* TOKENS:
|
|
@@ -1061,7 +1061,7 @@ body {
|
|
|
1061
1061
|
|
|
1062
1062
|
/**
|
|
1063
1063
|
* Do not edit directly
|
|
1064
|
-
* Generated on
|
|
1064
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
1065
1065
|
*/
|
|
1066
1066
|
/**
|
|
1067
1067
|
* TOKENS:
|
|
@@ -1109,6 +1109,14 @@ body {
|
|
|
1109
1109
|
top: 0;
|
|
1110
1110
|
width: 100%;
|
|
1111
1111
|
z-index: 2;
|
|
1112
|
+
transition-property: color, background-color, border-color, opacity;
|
|
1113
|
+
transition-duration: 150ms;
|
|
1114
|
+
transition-timing-function: ease-out;
|
|
1115
|
+
}
|
|
1116
|
+
.ilo--card--link:hover, .ilo--card--link:focus {
|
|
1117
|
+
transition-property: color, background-color, border-color, opacity;
|
|
1118
|
+
transition-duration: 150ms;
|
|
1119
|
+
transition-timing-function: ease-out;
|
|
1112
1120
|
}
|
|
1113
1121
|
.ilo--card--link--text {
|
|
1114
1122
|
width: 1px;
|
|
@@ -1161,10 +1169,10 @@ body {
|
|
|
1161
1169
|
clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
|
|
1162
1170
|
content: "";
|
|
1163
1171
|
display: block;
|
|
1164
|
-
height:
|
|
1172
|
+
height: 1.6077170418rem;
|
|
1165
1173
|
left: 0;
|
|
1166
1174
|
position: absolute;
|
|
1167
|
-
top: -
|
|
1175
|
+
top: -1.5916398714rem;
|
|
1168
1176
|
width: 100%;
|
|
1169
1177
|
}
|
|
1170
1178
|
.right-to-left .ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature)::before {
|
|
@@ -1172,14 +1180,14 @@ body {
|
|
|
1172
1180
|
}
|
|
1173
1181
|
@media screen and (min-width: 610px) {
|
|
1174
1182
|
.ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature)::before {
|
|
1175
|
-
height: 2.
|
|
1176
|
-
top: -2.
|
|
1183
|
+
height: 2.0364415863rem;
|
|
1184
|
+
top: -2.0203644159rem;
|
|
1177
1185
|
}
|
|
1178
1186
|
}
|
|
1179
1187
|
@media screen and (min-width: 1024px) {
|
|
1180
1188
|
.ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature)::before {
|
|
1181
|
-
height: 3.
|
|
1182
|
-
top: -3.
|
|
1189
|
+
height: 3.1082529475rem;
|
|
1190
|
+
top: -3.0921757771rem;
|
|
1183
1191
|
}
|
|
1184
1192
|
}
|
|
1185
1193
|
.ilo--card--eyebrow {
|
|
@@ -1188,9 +1196,15 @@ body {
|
|
|
1188
1196
|
letter-spacing: normal;
|
|
1189
1197
|
line-height: 23.36px;
|
|
1190
1198
|
margin-bottom: 0.2901661308rem;
|
|
1199
|
+
transition-property: color;
|
|
1200
|
+
transition-duration: 150ms;
|
|
1201
|
+
transition-timing-function: ease-out;
|
|
1191
1202
|
}
|
|
1192
1203
|
.ilo--card--link:hover .ilo--card--eyebrow, .ilo--card--link:focus .ilo--card--eyebrow {
|
|
1193
1204
|
color: rgb(30, 45, 190);
|
|
1205
|
+
transition-property: color;
|
|
1206
|
+
transition-duration: 150ms;
|
|
1207
|
+
transition-timing-function: ease-out;
|
|
1194
1208
|
}
|
|
1195
1209
|
.ilo--card--title {
|
|
1196
1210
|
color: rgb(35, 0, 80);
|
|
@@ -1200,9 +1214,15 @@ body {
|
|
|
1200
1214
|
letter-spacing: -0.035em;
|
|
1201
1215
|
line-height: 29.15px;
|
|
1202
1216
|
margin-bottom: -0.0313772776rem;
|
|
1217
|
+
transition-property: color;
|
|
1218
|
+
transition-duration: 150ms;
|
|
1219
|
+
transition-timing-function: ease-out;
|
|
1203
1220
|
}
|
|
1204
1221
|
.ilo--card--link:hover .ilo--card--title, .ilo--card--link:focus .ilo--card--title {
|
|
1205
1222
|
color: rgb(30, 45, 190);
|
|
1223
|
+
transition-property: color;
|
|
1224
|
+
transition-duration: 150ms;
|
|
1225
|
+
transition-timing-function: ease-out;
|
|
1206
1226
|
}
|
|
1207
1227
|
.ilo--card--intro {
|
|
1208
1228
|
color: rgb(45, 45, 45);
|
|
@@ -1210,9 +1230,15 @@ body {
|
|
|
1210
1230
|
letter-spacing: normal;
|
|
1211
1231
|
line-height: 23.36px;
|
|
1212
1232
|
margin-bottom: 1.3742266073rem;
|
|
1233
|
+
transition-property: color;
|
|
1234
|
+
transition-duration: 150ms;
|
|
1235
|
+
transition-timing-function: ease-out;
|
|
1213
1236
|
}
|
|
1214
1237
|
.ilo--card--link:hover .ilo--card--intro, .ilo--card--link:focus .ilo--card--intro {
|
|
1215
1238
|
color: rgb(30, 45, 190);
|
|
1239
|
+
transition-property: color;
|
|
1240
|
+
transition-duration: 150ms;
|
|
1241
|
+
transition-timing-function: ease-out;
|
|
1216
1242
|
}
|
|
1217
1243
|
.ilo--card--date {
|
|
1218
1244
|
color: rgb(109, 109, 109);
|
|
@@ -1220,9 +1246,15 @@ body {
|
|
|
1220
1246
|
letter-spacing: normal;
|
|
1221
1247
|
line-height: 23.36px;
|
|
1222
1248
|
margin-bottom: 1.3742266073rem;
|
|
1249
|
+
transition-property: color;
|
|
1250
|
+
transition-duration: 150ms;
|
|
1251
|
+
transition-timing-function: ease-out;
|
|
1223
1252
|
}
|
|
1224
1253
|
.ilo--card--link:hover .ilo--card--date, .ilo--card--link:focus .ilo--card--date {
|
|
1225
1254
|
color: rgb(30, 45, 190);
|
|
1255
|
+
transition-property: color;
|
|
1256
|
+
transition-duration: 150ms;
|
|
1257
|
+
transition-timing-function: ease-out;
|
|
1226
1258
|
}
|
|
1227
1259
|
.ilo--card--event-date {
|
|
1228
1260
|
font-size: 16px;
|
|
@@ -1389,6 +1421,9 @@ body {
|
|
|
1389
1421
|
padding: 1.7148981779rem 0;
|
|
1390
1422
|
}
|
|
1391
1423
|
}
|
|
1424
|
+
.ilo--card--detail:hover, .ilo--card--detail:focus {
|
|
1425
|
+
filter: drop-shadow(0px 0.8px 1.6px rgba(30, 45, 190, 0.038)) drop-shadow(0px 4px 8px rgba(30, 45, 190, 0.054)) drop-shadow(0px 10px 20px rgba(30, 45, 190, 0.08)) drop-shadow(0px -4px 16px rgba(30, 45, 190, 0.054));
|
|
1426
|
+
}
|
|
1392
1427
|
.ilo--card--detail:hover picture::before, .ilo--card--detail:focus picture::before {
|
|
1393
1428
|
opacity: 0.4;
|
|
1394
1429
|
z-index: 2;
|
|
@@ -1409,9 +1444,11 @@ body {
|
|
|
1409
1444
|
opacity: 0;
|
|
1410
1445
|
position: absolute;
|
|
1411
1446
|
top: 0;
|
|
1412
|
-
transition: opacity 0.15s ease-in-out;
|
|
1413
1447
|
width: 100%;
|
|
1414
1448
|
z-index: -1;
|
|
1449
|
+
transition-property: opacity;
|
|
1450
|
+
transition-duration: 150ms;
|
|
1451
|
+
transition-timing-function: ease-out;
|
|
1415
1452
|
}
|
|
1416
1453
|
.ilo--card--detail .ilo--card--wrap {
|
|
1417
1454
|
display: flex;
|
|
@@ -1494,6 +1531,15 @@ body {
|
|
|
1494
1531
|
top: -39.7px;
|
|
1495
1532
|
width: 100%;
|
|
1496
1533
|
}
|
|
1534
|
+
.ilo--card--graphic .ilo--profile--contents * {
|
|
1535
|
+
color: rgb(255, 255, 255);
|
|
1536
|
+
}
|
|
1537
|
+
.ilo--card--graphic:hover, .ilo--card--graphic:focus {
|
|
1538
|
+
filter: drop-shadow(0px 0.8px 1.6px rgba(30, 45, 190, 0.038)) drop-shadow(0px 4px 8px rgba(30, 45, 190, 0.054)) drop-shadow(0px 10px 20px rgba(30, 45, 190, 0.08)) drop-shadow(0px -4px 16px rgba(30, 45, 190, 0.054));
|
|
1539
|
+
}
|
|
1540
|
+
.ilo--card--graphic:hover .ilo--profile--contents *, .ilo--card--graphic:focus .ilo--profile--contents * {
|
|
1541
|
+
color: rgb(30, 45, 190);
|
|
1542
|
+
}
|
|
1497
1543
|
@media screen and (min-width: 610px) {
|
|
1498
1544
|
.ilo--card--graphic {
|
|
1499
1545
|
padding: 0 1.7148981779rem 2.1436227224rem;
|
|
@@ -1550,6 +1596,7 @@ body {
|
|
|
1550
1596
|
}
|
|
1551
1597
|
}
|
|
1552
1598
|
.ilo--card--graphic .ilo--card--date {
|
|
1599
|
+
display: block;
|
|
1553
1600
|
margin-bottom: 1.4398166117rem;
|
|
1554
1601
|
}
|
|
1555
1602
|
.ilo--card--graphicpromo {
|
|
@@ -1557,6 +1604,9 @@ body {
|
|
|
1557
1604
|
padding: 2.1436227224rem 1.2861736334rem;
|
|
1558
1605
|
width: 100%;
|
|
1559
1606
|
}
|
|
1607
|
+
.ilo--card--graphicpromo:hover, .ilo--card--graphicpromo:focus {
|
|
1608
|
+
filter: drop-shadow(0px 0.8px 1.6px rgba(30, 45, 190, 0.038)) drop-shadow(0px 4px 8px rgba(30, 45, 190, 0.054)) drop-shadow(0px 10px 20px rgba(30, 45, 190, 0.08)) drop-shadow(0px -4px 16px rgba(30, 45, 190, 0.054));
|
|
1609
|
+
}
|
|
1560
1610
|
@media screen and (min-width: 610px) {
|
|
1561
1611
|
.ilo--card--graphicpromo {
|
|
1562
1612
|
padding: 2.5723472669rem;
|
|
@@ -1585,12 +1635,12 @@ body {
|
|
|
1585
1635
|
}
|
|
1586
1636
|
@media screen and (min-width: 610px) {
|
|
1587
1637
|
.ilo--card--graphicpromo.ilo--card--standard {
|
|
1588
|
-
padding: 2.5723472669rem;
|
|
1638
|
+
padding: 2.5723472669rem 2.5723472669rem 3.4297963558rem 2.5723472669rem;
|
|
1589
1639
|
}
|
|
1590
1640
|
}
|
|
1591
1641
|
@media screen and (min-width: 1024px) {
|
|
1592
1642
|
.ilo--card--graphicpromo.ilo--card--standard {
|
|
1593
|
-
padding: 2.5723472669rem;
|
|
1643
|
+
padding: 2.5723472669rem 2.5723472669rem 3.4297963558rem 2.5723472669rem;
|
|
1594
1644
|
}
|
|
1595
1645
|
}
|
|
1596
1646
|
.ilo--card--graphicpromo.ilo--card--narrow {
|
|
@@ -1628,6 +1678,9 @@ body {
|
|
|
1628
1678
|
}
|
|
1629
1679
|
.ilo--card--graphicpromo.ilo--card--light:not(:hover) .ilo--card--title {
|
|
1630
1680
|
color: rgb(45, 45, 45);
|
|
1681
|
+
transition-property: color;
|
|
1682
|
+
transition-duration: 150ms;
|
|
1683
|
+
transition-timing-function: ease-out;
|
|
1631
1684
|
}
|
|
1632
1685
|
.ilo--card--graphicpromo .ilo--card--title {
|
|
1633
1686
|
font-size: 29.16px;
|
|
@@ -1661,11 +1714,12 @@ body {
|
|
|
1661
1714
|
border-bottom: 0.1607717042rem solid rgb(184, 196, 204);
|
|
1662
1715
|
max-width: 45.8735262594rem;
|
|
1663
1716
|
padding: 0 1.2861736334rem 2.5723472669rem 1.2861736334rem;
|
|
1717
|
+
pointer-events: none;
|
|
1664
1718
|
}
|
|
1665
|
-
.ilo--card--factlist::before {
|
|
1719
|
+
.ilo--card--factlist.ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature)::before {
|
|
1666
1720
|
clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
|
|
1667
|
-
height:
|
|
1668
|
-
top: -
|
|
1721
|
+
height: 1.822079314rem;
|
|
1722
|
+
top: -1.8060021436rem;
|
|
1669
1723
|
}
|
|
1670
1724
|
.ilo--card--factlist.ilo--card--dark {
|
|
1671
1725
|
background: rgb(35, 0, 80);
|
|
@@ -1674,26 +1728,26 @@ body {
|
|
|
1674
1728
|
.ilo--card--factlist {
|
|
1675
1729
|
padding: 0 2.1436227224rem 3.0010718114rem 2.1436227224rem;
|
|
1676
1730
|
}
|
|
1677
|
-
.ilo--card--factlist::before {
|
|
1731
|
+
.ilo--card--factlist.ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature)::before {
|
|
1678
1732
|
clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
|
|
1679
|
-
height: 2.
|
|
1680
|
-
top: -2.
|
|
1733
|
+
height: 2.1972132905rem;
|
|
1734
|
+
top: -2.18113612rem;
|
|
1681
1735
|
}
|
|
1682
1736
|
}
|
|
1683
1737
|
.ilo--card--factlist.ilo--card--wide {
|
|
1684
|
-
padding: 0 2.1436227224rem
|
|
1738
|
+
padding: 0 2.1436227224rem 2.7867095391rem 2.1436227224rem;
|
|
1685
1739
|
}
|
|
1686
1740
|
@media screen and (min-width: 610px) {
|
|
1687
1741
|
.ilo--card--factlist.ilo--card--wide {
|
|
1688
|
-
padding: 0 2.1436227224rem 3.
|
|
1742
|
+
padding: 0 2.1436227224rem 3.2154340836rem 2.1436227224rem;
|
|
1689
1743
|
}
|
|
1690
1744
|
}
|
|
1691
1745
|
.ilo--card--factlist.ilo--card--standard {
|
|
1692
|
-
padding: 0 2.1436227224rem
|
|
1746
|
+
padding: 0 2.1436227224rem 2.7867095391rem 2.1436227224rem;
|
|
1693
1747
|
}
|
|
1694
1748
|
@media screen and (min-width: 610px) {
|
|
1695
1749
|
.ilo--card--factlist.ilo--card--standard {
|
|
1696
|
-
padding: 0 2.1436227224rem 3.
|
|
1750
|
+
padding: 0 2.1436227224rem 3.2154340836rem 2.1436227224rem;
|
|
1697
1751
|
}
|
|
1698
1752
|
}
|
|
1699
1753
|
.ilo--card--factlist.ilo--card--narrow {
|
|
@@ -1709,10 +1763,25 @@ body {
|
|
|
1709
1763
|
}
|
|
1710
1764
|
.ilo--card--factlist.ilo--card--dark .ilo--card--title {
|
|
1711
1765
|
color: rgb(255, 255, 255);
|
|
1766
|
+
transition-property: color;
|
|
1767
|
+
transition-duration: 150ms;
|
|
1768
|
+
transition-timing-function: ease-out;
|
|
1712
1769
|
}
|
|
1713
1770
|
.ilo--card--factlist.ilo--card--dark .ilo--list__item {
|
|
1714
1771
|
color: rgb(255, 255, 255);
|
|
1715
1772
|
}
|
|
1773
|
+
.ilo--card--factlist.ilo--card--dark .ilo--list__item:last-of-type {
|
|
1774
|
+
margin-bottom: 0;
|
|
1775
|
+
}
|
|
1776
|
+
.ilo--card--factlist.ilo--card--dark:hover .ilo--card--title, .ilo--card--factlist.ilo--card--dark:focus .ilo--card--title {
|
|
1777
|
+
color: rgb(255, 255, 255);
|
|
1778
|
+
transition-property: color;
|
|
1779
|
+
transition-duration: 150ms;
|
|
1780
|
+
transition-timing-function: ease-out;
|
|
1781
|
+
}
|
|
1782
|
+
.ilo--card--factlist.ilo--card--dark:hover .ilo--list__item, .ilo--card--factlist.ilo--card--dark:focus .ilo--list__item {
|
|
1783
|
+
color: rgb(255, 255, 255);
|
|
1784
|
+
}
|
|
1716
1785
|
.ilo--card--factlist .ilo--card--title {
|
|
1717
1786
|
color: rgb(45, 45, 45);
|
|
1718
1787
|
font-size: 23.32px;
|
|
@@ -1730,7 +1799,7 @@ body {
|
|
|
1730
1799
|
}
|
|
1731
1800
|
.ilo--card--stat {
|
|
1732
1801
|
border-bottom: 0.1607717042rem solid rgb(150, 10, 85);
|
|
1733
|
-
padding: 0 1.2861736334rem
|
|
1802
|
+
padding: 0 1.2861736334rem 2.1436227224rem 1.1789924973rem;
|
|
1734
1803
|
width: 100%;
|
|
1735
1804
|
}
|
|
1736
1805
|
.ilo--card--stat::before {
|
|
@@ -1771,7 +1840,7 @@ body {
|
|
|
1771
1840
|
font-size: 14.93px;
|
|
1772
1841
|
letter-spacing: -0.02em;
|
|
1773
1842
|
line-height: 20.16px;
|
|
1774
|
-
margin-bottom: 1.
|
|
1843
|
+
margin-bottom: 1.6734954235rem;
|
|
1775
1844
|
width: 100%;
|
|
1776
1845
|
}
|
|
1777
1846
|
.ilo--card--stat .ilo--link {
|
|
@@ -1786,6 +1855,9 @@ body {
|
|
|
1786
1855
|
max-width: 32.154340836rem;
|
|
1787
1856
|
padding: 0 1.2861736334rem 3.0010718114rem;
|
|
1788
1857
|
}
|
|
1858
|
+
.ilo--card--data:hover, .ilo--card--data:focus {
|
|
1859
|
+
background: rgb(235, 245, 253);
|
|
1860
|
+
}
|
|
1789
1861
|
.ilo--card--data::before {
|
|
1790
1862
|
clip-path: polygon(90% 0, 100% 100%, 100% 100%, 0% 100%, 0% 0%);
|
|
1791
1863
|
height: 2.1436227224rem;
|
|
@@ -1837,7 +1909,6 @@ body {
|
|
|
1837
1909
|
}
|
|
1838
1910
|
.ilo--card--feature {
|
|
1839
1911
|
border-bottom: 0.1607717042rem solid rgb(184, 196, 204);
|
|
1840
|
-
filter: drop-shadow(0 4px 4px rgba(45, 45, 45, 0.25));
|
|
1841
1912
|
display: flex;
|
|
1842
1913
|
margin-top: 0;
|
|
1843
1914
|
position: relative;
|
|
@@ -1848,13 +1919,22 @@ body {
|
|
|
1848
1919
|
.ilo--card--feature.ilo--card--dark {
|
|
1849
1920
|
border-bottom: 0.1607717042rem solid rgb(150, 10, 85);
|
|
1850
1921
|
}
|
|
1922
|
+
.ilo--card--feature picture::before {
|
|
1923
|
+
transition-property: opacity;
|
|
1924
|
+
transition-duration: 150ms;
|
|
1925
|
+
transition-timing-function: ease-out;
|
|
1926
|
+
}
|
|
1851
1927
|
.ilo--card--feature:hover, .ilo--card--feature:focus {
|
|
1852
1928
|
background-color: rgb(255, 255, 255);
|
|
1929
|
+
filter: drop-shadow(0px 0.8px 1.6px rgba(30, 45, 190, 0.038)) drop-shadow(0px 4px 8px rgba(30, 45, 190, 0.054)) drop-shadow(0px 10px 20px rgba(30, 45, 190, 0.08)) drop-shadow(0px -4px 16px rgba(30, 45, 190, 0.054));
|
|
1853
1930
|
border-bottom: 0.1607717042rem solid rgb(30, 45, 190);
|
|
1854
1931
|
}
|
|
1855
1932
|
.ilo--card--feature:hover picture::before, .ilo--card--feature:focus picture::before {
|
|
1856
1933
|
opacity: 0.4;
|
|
1857
1934
|
z-index: 1;
|
|
1935
|
+
transition-property: opacity;
|
|
1936
|
+
transition-duration: 150ms;
|
|
1937
|
+
transition-timing-function: ease-out;
|
|
1858
1938
|
}
|
|
1859
1939
|
.ilo--card--feature:hover .ilo--card--image, .ilo--card--feature:focus .ilo--card--image {
|
|
1860
1940
|
filter: saturate(0);
|
|
@@ -1942,7 +2022,7 @@ body {
|
|
|
1942
2022
|
|
|
1943
2023
|
/**
|
|
1944
2024
|
* Do not edit directly
|
|
1945
|
-
* Generated on
|
|
2025
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
1946
2026
|
*/
|
|
1947
2027
|
/**
|
|
1948
2028
|
* TOKENS:
|
|
@@ -1987,7 +2067,7 @@ body {
|
|
|
1987
2067
|
|
|
1988
2068
|
/**
|
|
1989
2069
|
* Do not edit directly
|
|
1990
|
-
* Generated on
|
|
2070
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
1991
2071
|
*/
|
|
1992
2072
|
/**
|
|
1993
2073
|
* TOKENS:
|
|
@@ -2071,9 +2151,10 @@ body {
|
|
|
2071
2151
|
}
|
|
2072
2152
|
.ilo--fieldset--input--checkbox .ilo--fieldset--label {
|
|
2073
2153
|
font-weight: 400;
|
|
2154
|
+
line-height: 1;
|
|
2074
2155
|
margin-left: 0.4287245445rem;
|
|
2075
2156
|
margin-bottom: 0;
|
|
2076
|
-
margin-top:
|
|
2157
|
+
margin-top: 1px;
|
|
2077
2158
|
order: 2;
|
|
2078
2159
|
}
|
|
2079
2160
|
.right-to-left .ilo--fieldset--input--checkbox .ilo--fieldset--label {
|
|
@@ -2088,7 +2169,7 @@ body {
|
|
|
2088
2169
|
|
|
2089
2170
|
/**
|
|
2090
2171
|
* Do not edit directly
|
|
2091
|
-
* Generated on
|
|
2172
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2092
2173
|
*/
|
|
2093
2174
|
/**
|
|
2094
2175
|
* TOKENS:
|
|
@@ -2161,7 +2242,7 @@ body {
|
|
|
2161
2242
|
|
|
2162
2243
|
/**
|
|
2163
2244
|
* Do not edit directly
|
|
2164
|
-
* Generated on
|
|
2245
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2165
2246
|
*/
|
|
2166
2247
|
/**
|
|
2167
2248
|
* TOKENS:
|
|
@@ -2171,7 +2252,7 @@ body {
|
|
|
2171
2252
|
*/
|
|
2172
2253
|
/**
|
|
2173
2254
|
* Do not edit directly
|
|
2174
|
-
* Generated on
|
|
2255
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2175
2256
|
*/
|
|
2176
2257
|
/**
|
|
2177
2258
|
* TOKENS:
|
|
@@ -2181,7 +2262,7 @@ body {
|
|
|
2181
2262
|
*/
|
|
2182
2263
|
/**
|
|
2183
2264
|
* Do not edit directly
|
|
2184
|
-
* Generated on
|
|
2265
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2185
2266
|
*/
|
|
2186
2267
|
/**
|
|
2187
2268
|
* TOKENS:
|
|
@@ -2191,7 +2272,7 @@ body {
|
|
|
2191
2272
|
*/
|
|
2192
2273
|
/**
|
|
2193
2274
|
* Do not edit directly
|
|
2194
|
-
* Generated on
|
|
2275
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2195
2276
|
*/
|
|
2196
2277
|
/**
|
|
2197
2278
|
* TOKENS:
|
|
@@ -2317,7 +2398,7 @@ body {
|
|
|
2317
2398
|
|
|
2318
2399
|
/**
|
|
2319
2400
|
* Do not edit directly
|
|
2320
|
-
* Generated on
|
|
2401
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2321
2402
|
*/
|
|
2322
2403
|
/**
|
|
2323
2404
|
* TOKENS:
|
|
@@ -2345,7 +2426,7 @@ body {
|
|
|
2345
2426
|
|
|
2346
2427
|
/**
|
|
2347
2428
|
* Do not edit directly
|
|
2348
|
-
* Generated on
|
|
2429
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2349
2430
|
*/
|
|
2350
2431
|
/**
|
|
2351
2432
|
* TOKENS:
|
|
@@ -2431,7 +2512,7 @@ body {
|
|
|
2431
2512
|
|
|
2432
2513
|
/**
|
|
2433
2514
|
* Do not edit directly
|
|
2434
|
-
* Generated on
|
|
2515
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2435
2516
|
*/
|
|
2436
2517
|
/**
|
|
2437
2518
|
* TOKENS:
|
|
@@ -2441,7 +2522,7 @@ body {
|
|
|
2441
2522
|
*/
|
|
2442
2523
|
/**
|
|
2443
2524
|
* Do not edit directly
|
|
2444
|
-
* Generated on
|
|
2525
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2445
2526
|
*/
|
|
2446
2527
|
/**
|
|
2447
2528
|
* TOKENS:
|
|
@@ -2451,7 +2532,7 @@ body {
|
|
|
2451
2532
|
*/
|
|
2452
2533
|
/**
|
|
2453
2534
|
* Do not edit directly
|
|
2454
|
-
* Generated on
|
|
2535
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2455
2536
|
*/
|
|
2456
2537
|
/**
|
|
2457
2538
|
* TOKENS:
|
|
@@ -2504,7 +2585,7 @@ body {
|
|
|
2504
2585
|
|
|
2505
2586
|
/**
|
|
2506
2587
|
* Do not edit directly
|
|
2507
|
-
* Generated on
|
|
2588
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2508
2589
|
*/
|
|
2509
2590
|
/**
|
|
2510
2591
|
* TOKENS:
|
|
@@ -2579,7 +2660,7 @@ body {
|
|
|
2579
2660
|
|
|
2580
2661
|
/**
|
|
2581
2662
|
* Do not edit directly
|
|
2582
|
-
* Generated on
|
|
2663
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2583
2664
|
*/
|
|
2584
2665
|
/**
|
|
2585
2666
|
* TOKENS:
|
|
@@ -2685,7 +2766,7 @@ body {
|
|
|
2685
2766
|
|
|
2686
2767
|
/**
|
|
2687
2768
|
* Do not edit directly
|
|
2688
|
-
* Generated on
|
|
2769
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2689
2770
|
*/
|
|
2690
2771
|
/**
|
|
2691
2772
|
* TOKENS:
|
|
@@ -2708,7 +2789,7 @@ body {
|
|
|
2708
2789
|
|
|
2709
2790
|
/**
|
|
2710
2791
|
* Do not edit directly
|
|
2711
|
-
* Generated on
|
|
2792
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2712
2793
|
*/
|
|
2713
2794
|
/**
|
|
2714
2795
|
* TOKENS:
|
|
@@ -2722,7 +2803,7 @@ body {
|
|
|
2722
2803
|
|
|
2723
2804
|
/**
|
|
2724
2805
|
* Do not edit directly
|
|
2725
|
-
* Generated on
|
|
2806
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2726
2807
|
*/
|
|
2727
2808
|
/**
|
|
2728
2809
|
* TOKENS:
|
|
@@ -2732,7 +2813,7 @@ body {
|
|
|
2732
2813
|
*/
|
|
2733
2814
|
/**
|
|
2734
2815
|
* Do not edit directly
|
|
2735
|
-
* Generated on
|
|
2816
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2736
2817
|
*/
|
|
2737
2818
|
/**
|
|
2738
2819
|
* TOKENS:
|
|
@@ -2757,7 +2838,7 @@ body {
|
|
|
2757
2838
|
}
|
|
2758
2839
|
/**
|
|
2759
2840
|
* Do not edit directly
|
|
2760
|
-
* Generated on
|
|
2841
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
2761
2842
|
*/
|
|
2762
2843
|
/**
|
|
2763
2844
|
* TOKENS:
|
|
@@ -3154,7 +3235,7 @@ body {
|
|
|
3154
3235
|
|
|
3155
3236
|
/**
|
|
3156
3237
|
* Do not edit directly
|
|
3157
|
-
* Generated on
|
|
3238
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
3158
3239
|
*/
|
|
3159
3240
|
/**
|
|
3160
3241
|
* TOKENS:
|
|
@@ -3277,7 +3358,7 @@ body {
|
|
|
3277
3358
|
|
|
3278
3359
|
/**
|
|
3279
3360
|
* Do not edit directly
|
|
3280
|
-
* Generated on
|
|
3361
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
3281
3362
|
*/
|
|
3282
3363
|
/**
|
|
3283
3364
|
* TOKENS:
|
|
@@ -3639,7 +3720,7 @@ body {
|
|
|
3639
3720
|
|
|
3640
3721
|
/**
|
|
3641
3722
|
* Do not edit directly
|
|
3642
|
-
* Generated on
|
|
3723
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
3643
3724
|
*/
|
|
3644
3725
|
/**
|
|
3645
3726
|
* TOKENS:
|
|
@@ -3695,7 +3776,7 @@ body {
|
|
|
3695
3776
|
|
|
3696
3777
|
/**
|
|
3697
3778
|
* Do not edit directly
|
|
3698
|
-
* Generated on
|
|
3779
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
3699
3780
|
*/
|
|
3700
3781
|
/**
|
|
3701
3782
|
* TOKENS:
|
|
@@ -3837,7 +3918,7 @@ body {
|
|
|
3837
3918
|
|
|
3838
3919
|
/**
|
|
3839
3920
|
* Do not edit directly
|
|
3840
|
-
* Generated on
|
|
3921
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
3841
3922
|
*/
|
|
3842
3923
|
/**
|
|
3843
3924
|
* TOKENS:
|
|
@@ -3847,7 +3928,7 @@ body {
|
|
|
3847
3928
|
*/
|
|
3848
3929
|
/**
|
|
3849
3930
|
* Do not edit directly
|
|
3850
|
-
* Generated on
|
|
3931
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
3851
3932
|
*/
|
|
3852
3933
|
/**
|
|
3853
3934
|
* TOKENS:
|
|
@@ -3872,7 +3953,7 @@ body {
|
|
|
3872
3953
|
}
|
|
3873
3954
|
/**
|
|
3874
3955
|
* Do not edit directly
|
|
3875
|
-
* Generated on
|
|
3956
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
3876
3957
|
*/
|
|
3877
3958
|
/**
|
|
3878
3959
|
* TOKENS:
|
|
@@ -3940,6 +4021,9 @@ body {
|
|
|
3940
4021
|
padding-right: 1.7148981779rem;
|
|
3941
4022
|
text-decoration: none;
|
|
3942
4023
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(35, 0, 80)' d='M8.63792 19.9964L7.6499 19.0082L14.6571 11.9999L7.6499 4.99159L8.63792 4.00342L16.1426 11.5023C16.2083 11.5675 16.2604 11.645 16.296 11.7304C16.3316 11.8158 16.3499 11.9074 16.3499 11.9999C16.3499 12.0924 16.3316 12.184 16.296 12.2694C16.2604 12.3548 16.2083 12.4324 16.1426 12.4975L8.63792 19.9964Z'/%3e%3c/svg%3e");
|
|
4024
|
+
transition-property: color, background-color, border-color;
|
|
4025
|
+
transition-duration: 150ms;
|
|
4026
|
+
transition-timing-function: ease-out;
|
|
3943
4027
|
}
|
|
3944
4028
|
.ilo--link-list--link:visited {
|
|
3945
4029
|
color: rgb(35, 0, 80);
|
|
@@ -4023,7 +4107,7 @@ body {
|
|
|
4023
4107
|
|
|
4024
4108
|
/**
|
|
4025
4109
|
* Do not edit directly
|
|
4026
|
-
* Generated on
|
|
4110
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
4027
4111
|
*/
|
|
4028
4112
|
/**
|
|
4029
4113
|
* TOKENS:
|
|
@@ -4086,7 +4170,7 @@ body {
|
|
|
4086
4170
|
|
|
4087
4171
|
/**
|
|
4088
4172
|
* Do not edit directly
|
|
4089
|
-
* Generated on
|
|
4173
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
4090
4174
|
*/
|
|
4091
4175
|
/**
|
|
4092
4176
|
* TOKENS:
|
|
@@ -4096,7 +4180,7 @@ body {
|
|
|
4096
4180
|
*/
|
|
4097
4181
|
/**
|
|
4098
4182
|
* Do not edit directly
|
|
4099
|
-
* Generated on
|
|
4183
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
4100
4184
|
*/
|
|
4101
4185
|
/**
|
|
4102
4186
|
* TOKENS:
|
|
@@ -4106,7 +4190,7 @@ body {
|
|
|
4106
4190
|
*/
|
|
4107
4191
|
/**
|
|
4108
4192
|
* Do not edit directly
|
|
4109
|
-
* Generated on
|
|
4193
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
4110
4194
|
*/
|
|
4111
4195
|
/**
|
|
4112
4196
|
* TOKENS:
|
|
@@ -4214,7 +4298,7 @@ body {
|
|
|
4214
4298
|
|
|
4215
4299
|
/**
|
|
4216
4300
|
* Do not edit directly
|
|
4217
|
-
* Generated on
|
|
4301
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
4218
4302
|
*/
|
|
4219
4303
|
/**
|
|
4220
4304
|
* TOKENS:
|
|
@@ -4224,7 +4308,7 @@ body {
|
|
|
4224
4308
|
*/
|
|
4225
4309
|
/**
|
|
4226
4310
|
* Do not edit directly
|
|
4227
|
-
* Generated on
|
|
4311
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
4228
4312
|
*/
|
|
4229
4313
|
/**
|
|
4230
4314
|
* TOKENS:
|
|
@@ -4234,7 +4318,7 @@ body {
|
|
|
4234
4318
|
*/
|
|
4235
4319
|
/**
|
|
4236
4320
|
* Do not edit directly
|
|
4237
|
-
* Generated on
|
|
4321
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
4238
4322
|
*/
|
|
4239
4323
|
/**
|
|
4240
4324
|
* TOKENS:
|
|
@@ -4331,7 +4415,7 @@ body {
|
|
|
4331
4415
|
|
|
4332
4416
|
/**
|
|
4333
4417
|
* Do not edit directly
|
|
4334
|
-
* Generated on
|
|
4418
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
4335
4419
|
*/
|
|
4336
4420
|
/**
|
|
4337
4421
|
* TOKENS:
|
|
@@ -4790,7 +4874,7 @@ body {
|
|
|
4790
4874
|
width: 32px;
|
|
4791
4875
|
}
|
|
4792
4876
|
.right-to-left .ilo--language-switcher::before {
|
|
4793
|
-
clip-path: polygon(0 0, 0 100%, 100%
|
|
4877
|
+
clip-path: polygon(0 0, 0 100%, 100% 0);
|
|
4794
4878
|
left: auto;
|
|
4795
4879
|
right: -32px;
|
|
4796
4880
|
}
|
|
@@ -5074,7 +5158,7 @@ body {
|
|
|
5074
5158
|
|
|
5075
5159
|
/**
|
|
5076
5160
|
* Do not edit directly
|
|
5077
|
-
* Generated on
|
|
5161
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
5078
5162
|
*/
|
|
5079
5163
|
/**
|
|
5080
5164
|
* TOKENS:
|
|
@@ -5084,7 +5168,7 @@ body {
|
|
|
5084
5168
|
*/
|
|
5085
5169
|
/**
|
|
5086
5170
|
* Do not edit directly
|
|
5087
|
-
* Generated on
|
|
5171
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
5088
5172
|
*/
|
|
5089
5173
|
/**
|
|
5090
5174
|
* TOKENS:
|
|
@@ -5094,7 +5178,7 @@ body {
|
|
|
5094
5178
|
*/
|
|
5095
5179
|
/**
|
|
5096
5180
|
* Do not edit directly
|
|
5097
|
-
* Generated on
|
|
5181
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
5098
5182
|
*/
|
|
5099
5183
|
/**
|
|
5100
5184
|
* TOKENS:
|
|
@@ -5286,7 +5370,7 @@ body {
|
|
|
5286
5370
|
|
|
5287
5371
|
/**
|
|
5288
5372
|
* Do not edit directly
|
|
5289
|
-
* Generated on
|
|
5373
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
5290
5374
|
*/
|
|
5291
5375
|
/**
|
|
5292
5376
|
* TOKENS:
|
|
@@ -5421,7 +5505,7 @@ body {
|
|
|
5421
5505
|
|
|
5422
5506
|
/**
|
|
5423
5507
|
* Do not edit directly
|
|
5424
|
-
* Generated on
|
|
5508
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
5425
5509
|
*/
|
|
5426
5510
|
/**
|
|
5427
5511
|
* TOKENS:
|
|
@@ -5431,7 +5515,7 @@ body {
|
|
|
5431
5515
|
*/
|
|
5432
5516
|
/**
|
|
5433
5517
|
* Do not edit directly
|
|
5434
|
-
* Generated on
|
|
5518
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
5435
5519
|
*/
|
|
5436
5520
|
/**
|
|
5437
5521
|
* TOKENS:
|
|
@@ -5456,7 +5540,7 @@ body {
|
|
|
5456
5540
|
}
|
|
5457
5541
|
/**
|
|
5458
5542
|
* Do not edit directly
|
|
5459
|
-
* Generated on
|
|
5543
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
5460
5544
|
*/
|
|
5461
5545
|
/**
|
|
5462
5546
|
* TOKENS:
|
|
@@ -5601,7 +5685,7 @@ body {
|
|
|
5601
5685
|
|
|
5602
5686
|
/**
|
|
5603
5687
|
* Do not edit directly
|
|
5604
|
-
* Generated on
|
|
5688
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
5605
5689
|
*/
|
|
5606
5690
|
/**
|
|
5607
5691
|
* TOKENS:
|
|
@@ -5706,7 +5790,7 @@ body {
|
|
|
5706
5790
|
|
|
5707
5791
|
/**
|
|
5708
5792
|
* Do not edit directly
|
|
5709
|
-
* Generated on
|
|
5793
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
5710
5794
|
*/
|
|
5711
5795
|
/**
|
|
5712
5796
|
* TOKENS:
|
|
@@ -5716,7 +5800,7 @@ body {
|
|
|
5716
5800
|
*/
|
|
5717
5801
|
/**
|
|
5718
5802
|
* Do not edit directly
|
|
5719
|
-
* Generated on
|
|
5803
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
5720
5804
|
*/
|
|
5721
5805
|
/**
|
|
5722
5806
|
* TOKENS:
|
|
@@ -5741,7 +5825,7 @@ body {
|
|
|
5741
5825
|
}
|
|
5742
5826
|
/**
|
|
5743
5827
|
* Do not edit directly
|
|
5744
|
-
* Generated on
|
|
5828
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
5745
5829
|
*/
|
|
5746
5830
|
/**
|
|
5747
5831
|
* TOKENS:
|
|
@@ -5802,7 +5886,7 @@ body {
|
|
|
5802
5886
|
|
|
5803
5887
|
/**
|
|
5804
5888
|
* Do not edit directly
|
|
5805
|
-
* Generated on
|
|
5889
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
5806
5890
|
*/
|
|
5807
5891
|
/**
|
|
5808
5892
|
* TOKENS:
|
|
@@ -6238,7 +6322,7 @@ body {
|
|
|
6238
6322
|
|
|
6239
6323
|
/**
|
|
6240
6324
|
* Do not edit directly
|
|
6241
|
-
* Generated on
|
|
6325
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
6242
6326
|
*/
|
|
6243
6327
|
/**
|
|
6244
6328
|
* TOKENS:
|
|
@@ -6289,7 +6373,7 @@ body {
|
|
|
6289
6373
|
|
|
6290
6374
|
/**
|
|
6291
6375
|
* Do not edit directly
|
|
6292
|
-
* Generated on
|
|
6376
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
6293
6377
|
*/
|
|
6294
6378
|
/**
|
|
6295
6379
|
* TOKENS:
|
|
@@ -6446,7 +6530,7 @@ body {
|
|
|
6446
6530
|
|
|
6447
6531
|
/**
|
|
6448
6532
|
* Do not edit directly
|
|
6449
|
-
* Generated on
|
|
6533
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
6450
6534
|
*/
|
|
6451
6535
|
/**
|
|
6452
6536
|
* TOKENS:
|
|
@@ -6796,7 +6880,7 @@ body {
|
|
|
6796
6880
|
|
|
6797
6881
|
/**
|
|
6798
6882
|
* Do not edit directly
|
|
6799
|
-
* Generated on
|
|
6883
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
6800
6884
|
*/
|
|
6801
6885
|
/**
|
|
6802
6886
|
* TOKENS:
|
|
@@ -6982,7 +7066,7 @@ body {
|
|
|
6982
7066
|
|
|
6983
7067
|
/**
|
|
6984
7068
|
* Do not edit directly
|
|
6985
|
-
* Generated on
|
|
7069
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
6986
7070
|
*/
|
|
6987
7071
|
/**
|
|
6988
7072
|
* TOKENS:
|
|
@@ -7038,6 +7122,16 @@ body {
|
|
|
7038
7122
|
direction: rtl;
|
|
7039
7123
|
}
|
|
7040
7124
|
|
|
7125
|
+
/**
|
|
7126
|
+
* Do not edit directly
|
|
7127
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
7128
|
+
*/
|
|
7129
|
+
/**
|
|
7130
|
+
* TOKENS:
|
|
7131
|
+
*/
|
|
7132
|
+
/**
|
|
7133
|
+
* MAPS:
|
|
7134
|
+
*/
|
|
7041
7135
|
.ilo--tags {
|
|
7042
7136
|
list-style: none;
|
|
7043
7137
|
}
|
|
@@ -7061,8 +7155,11 @@ body {
|
|
|
7061
7155
|
font-size: inherit;
|
|
7062
7156
|
font-weight: 500;
|
|
7063
7157
|
line-height: inherit;
|
|
7064
|
-
padding: 0.5359056806rem 0.6430868167rem;
|
|
7158
|
+
padding: 0.5359056806rem 0.6430868167rem 0.4287245445rem 0.6430868167rem;
|
|
7065
7159
|
text-decoration: none;
|
|
7160
|
+
transition-property: color, background-color, border-color;
|
|
7161
|
+
transition-duration: 150ms;
|
|
7162
|
+
transition-timing-function: ease-out;
|
|
7066
7163
|
}
|
|
7067
7164
|
.ilo--tag--active {
|
|
7068
7165
|
background: rgb(237, 240, 242);
|
|
@@ -7077,16 +7174,26 @@ body {
|
|
|
7077
7174
|
color: rgb(35, 0, 80);
|
|
7078
7175
|
cursor: pointer;
|
|
7079
7176
|
outline: none;
|
|
7177
|
+
pointer-events: none;
|
|
7080
7178
|
}
|
|
7081
7179
|
.ilo--tag--anchor.ilo--tag--active:hover {
|
|
7082
7180
|
background: rgb(235, 245, 253);
|
|
7083
7181
|
color: rgb(30, 45, 190);
|
|
7084
7182
|
text-decoration: none;
|
|
7183
|
+
transition-property: color, background-color, border-color;
|
|
7184
|
+
transition-duration: 150ms;
|
|
7185
|
+
transition-timing-function: ease-out;
|
|
7085
7186
|
}
|
|
7086
7187
|
.ilo--tag--anchor.ilo--tag--active:focus {
|
|
7087
7188
|
background: rgb(235, 245, 253);
|
|
7088
7189
|
color: rgb(30, 45, 190);
|
|
7089
7190
|
outline: none;
|
|
7191
|
+
transition-property: color, background-color, border-color;
|
|
7192
|
+
transition-duration: 150ms;
|
|
7193
|
+
transition-timing-function: ease-out;
|
|
7194
|
+
}
|
|
7195
|
+
.ilo--tag--anchor.ilo--tag--active.ilo--tag--active {
|
|
7196
|
+
pointer-events: auto;
|
|
7090
7197
|
}
|
|
7091
7198
|
.ilo--tag--button {
|
|
7092
7199
|
font-size: 14.93px;
|
|
@@ -7106,31 +7213,90 @@ body {
|
|
|
7106
7213
|
opacity: 1;
|
|
7107
7214
|
outline: none;
|
|
7108
7215
|
visibility: visible;
|
|
7216
|
+
transition-property: color, background-color, border-color;
|
|
7217
|
+
transition-duration: 150ms;
|
|
7218
|
+
transition-timing-function: ease-out;
|
|
7219
|
+
}
|
|
7220
|
+
.ilo--tag--button.icon__position--right .ilo--icon {
|
|
7221
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(35, 0, 80)' d='M16.9497 15.5356L13.4142 12L16.9497 8.46451L15.5355 7.05029L12 10.5858L8.46446 7.05029L7.05025 8.46451L10.5858 12L7.05025 15.5356L8.46446 16.9498L12 13.4143L15.5355 16.9498L16.9497 15.5356Z'/%3e%3c/svg%3e");
|
|
7222
|
+
height: 100%;
|
|
7223
|
+
max-height: 28px;
|
|
7224
|
+
max-width: 28px;
|
|
7225
|
+
position: absolute;
|
|
7226
|
+
right: 5px;
|
|
7227
|
+
top: 5px;
|
|
7228
|
+
width: 100%;
|
|
7109
7229
|
}
|
|
7110
7230
|
.ilo--tag--button:hover {
|
|
7111
7231
|
background: rgb(235, 245, 253);
|
|
7112
7232
|
color: rgb(30, 45, 190);
|
|
7113
7233
|
text-decoration: none;
|
|
7234
|
+
transition-property: color, background-color, border-color;
|
|
7235
|
+
transition-duration: 150ms;
|
|
7236
|
+
transition-timing-function: ease-out;
|
|
7237
|
+
}
|
|
7238
|
+
.ilo--tag--button:hover.icon__position--right .ilo--icon {
|
|
7239
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='M16.9497 15.5356L13.4142 12L16.9497 8.46451L15.5355 7.05029L12 10.5858L8.46446 7.05029L7.05025 8.46451L10.5858 12L7.05025 15.5356L8.46446 16.9498L12 13.4143L15.5355 16.9498L16.9497 15.5356Z'/%3e%3c/svg%3e");
|
|
7114
7240
|
}
|
|
7115
7241
|
.ilo--tag--button:focus {
|
|
7116
7242
|
background: rgb(235, 245, 253);
|
|
7117
7243
|
color: rgb(30, 45, 190);
|
|
7118
7244
|
outline: none;
|
|
7119
7245
|
}
|
|
7120
|
-
.ilo--tag--
|
|
7246
|
+
.ilo--tag--reset {
|
|
7247
|
+
font-size: 14.93px;
|
|
7248
|
+
letter-spacing: -0.02em;
|
|
7249
|
+
line-height: 20.16px;
|
|
7250
|
+
cursor: pointer;
|
|
7251
|
+
display: none;
|
|
7252
|
+
opacity: 0;
|
|
7253
|
+
position: relative;
|
|
7254
|
+
visibility: hidden;
|
|
7255
|
+
}
|
|
7256
|
+
.ilo--tag--reset.ilo--tag--active {
|
|
7257
|
+
background: rgb(255, 255, 255);
|
|
7258
|
+
border: 1.5px solid rgb(184, 196, 204);
|
|
7259
|
+
color: rgb(35, 0, 80);
|
|
7260
|
+
display: block;
|
|
7261
|
+
opacity: 1;
|
|
7262
|
+
outline: none;
|
|
7263
|
+
visibility: visible;
|
|
7264
|
+
transition-property: color, background-color, border-color;
|
|
7265
|
+
transition-duration: 150ms;
|
|
7266
|
+
transition-timing-function: ease-out;
|
|
7267
|
+
}
|
|
7268
|
+
.ilo--tag--reset.icon__position--right .ilo--icon {
|
|
7121
7269
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(35, 0, 80)' d='M16.9497 15.5356L13.4142 12L16.9497 8.46451L15.5355 7.05029L12 10.5858L8.46446 7.05029L7.05025 8.46451L10.5858 12L7.05025 15.5356L8.46446 16.9498L12 13.4143L15.5355 16.9498L16.9497 15.5356Z'/%3e%3c/svg%3e");
|
|
7122
7270
|
height: 100%;
|
|
7123
7271
|
max-height: 28px;
|
|
7124
7272
|
max-width: 28px;
|
|
7125
7273
|
position: absolute;
|
|
7126
7274
|
right: 5px;
|
|
7127
|
-
top:
|
|
7275
|
+
top: 5px;
|
|
7128
7276
|
width: 100%;
|
|
7129
7277
|
}
|
|
7278
|
+
.ilo--tag--reset:hover {
|
|
7279
|
+
background: rgb(235, 245, 253);
|
|
7280
|
+
border: 1.5px solid rgb(235, 245, 253);
|
|
7281
|
+
color: rgb(30, 45, 190);
|
|
7282
|
+
text-decoration: none;
|
|
7283
|
+
transition-property: color, background-color, border-color;
|
|
7284
|
+
transition-duration: 150ms;
|
|
7285
|
+
transition-timing-function: ease-out;
|
|
7286
|
+
}
|
|
7287
|
+
.ilo--tag--reset:hover.icon__position--right .ilo--icon {
|
|
7288
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(30, 45, 190)' d='M16.9497 15.5356L13.4142 12L16.9497 8.46451L15.5355 7.05029L12 10.5858L8.46446 7.05029L7.05025 8.46451L10.5858 12L7.05025 15.5356L8.46446 16.9498L12 13.4143L15.5355 16.9498L16.9497 15.5356Z'/%3e%3c/svg%3e");
|
|
7289
|
+
}
|
|
7290
|
+
.ilo--tag--reset:focus {
|
|
7291
|
+
background: rgb(235, 245, 253);
|
|
7292
|
+
border: 1.5px solid rgb(235, 245, 253);
|
|
7293
|
+
color: rgb(30, 45, 190);
|
|
7294
|
+
outline: none;
|
|
7295
|
+
}
|
|
7130
7296
|
|
|
7131
7297
|
/**
|
|
7132
7298
|
* Do not edit directly
|
|
7133
|
-
* Generated on
|
|
7299
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
7134
7300
|
*/
|
|
7135
7301
|
/**
|
|
7136
7302
|
* TOKENS:
|
|
@@ -7149,7 +7315,7 @@ body {
|
|
|
7149
7315
|
filter: drop-shadow(0 0.0428724544rem 0.0857449089rem rgba(35, 0, 80, 0.038)) drop-shadow(0 0.1446945338rem 0.2893890675rem rgba(35, 0, 80, 0.054)) drop-shadow(0 0.6430868167rem 1.2861736334rem rgba(35, 0, 80, 0.12));
|
|
7150
7316
|
color: rgb(45, 45, 45);
|
|
7151
7317
|
opacity: 0;
|
|
7152
|
-
padding:
|
|
7318
|
+
padding: 0.4287245445rem 0.6430868167rem;
|
|
7153
7319
|
position: absolute;
|
|
7154
7320
|
transition: opacity 0.15s ease-in-out;
|
|
7155
7321
|
visibility: hidden;
|
|
@@ -7272,7 +7438,7 @@ body {
|
|
|
7272
7438
|
}
|
|
7273
7439
|
.ilo--tooltip--dark {
|
|
7274
7440
|
background: rgb(45, 45, 45);
|
|
7275
|
-
color: rgb(
|
|
7441
|
+
color: rgb(237, 240, 242);
|
|
7276
7442
|
}
|
|
7277
7443
|
.ilo--tooltip--dark.ilo--tooltip--alignment-bottom .ilo--tooltip--arrow {
|
|
7278
7444
|
border-bottom-color: rgb(45, 45, 45);
|
|
@@ -7289,7 +7455,7 @@ body {
|
|
|
7289
7455
|
|
|
7290
7456
|
/**
|
|
7291
7457
|
* Do not edit directly
|
|
7292
|
-
* Generated on
|
|
7458
|
+
* Generated on Wed, 16 Nov 2022 20:39:14 GMT
|
|
7293
7459
|
*/
|
|
7294
7460
|
/**
|
|
7295
7461
|
* TOKENS:
|