@ilo-org/styles 0.1.11 → 0.1.12
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 +252 -124
- package/build/css/components/index.css.map +1 -1
- package/build/css/index.css +252 -124
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +252 -124
- 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 +4 -4
- package/scss/components/_card.scss +41 -17
- package/scss/components/_cardgroup.scss +3 -3
- package/scss/components/_contextmenu.scss +4 -2
- package/scss/components/_dropdown.scss +2 -0
- package/scss/components/_hero.scss +20 -7
- package/scss/components/_list.scss +19 -15
- package/scss/components/_navigation.scss +103 -9
- package/scss/components/_pagination.scss +6 -0
- package/scss/components/_tooltip.scss +7 -1
- package/scss/components/_video.scss +2 -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 Mon, 28 Nov 2022 22:05:48 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 Mon, 28 Nov 2022 22:05:48 GMT
|
|
254
254
|
*/
|
|
255
255
|
/**
|
|
256
256
|
* TOKENS:
|
|
@@ -363,7 +363,7 @@ body {
|
|
|
363
363
|
|
|
364
364
|
/**
|
|
365
365
|
* Do not edit directly
|
|
366
|
-
* Generated on
|
|
366
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
367
367
|
*/
|
|
368
368
|
/**
|
|
369
369
|
* TOKENS:
|
|
@@ -388,7 +388,7 @@ body {
|
|
|
388
388
|
}
|
|
389
389
|
/**
|
|
390
390
|
* Do not edit directly
|
|
391
|
-
* Generated on
|
|
391
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
392
392
|
*/
|
|
393
393
|
/**
|
|
394
394
|
* TOKENS:
|
|
@@ -618,7 +618,7 @@ body {
|
|
|
618
618
|
|
|
619
619
|
/**
|
|
620
620
|
* Do not edit directly
|
|
621
|
-
* Generated on
|
|
621
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
622
622
|
*/
|
|
623
623
|
/**
|
|
624
624
|
* TOKENS:
|
|
@@ -628,7 +628,7 @@ body {
|
|
|
628
628
|
*/
|
|
629
629
|
/**
|
|
630
630
|
* Do not edit directly
|
|
631
|
-
* Generated on
|
|
631
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
632
632
|
*/
|
|
633
633
|
/**
|
|
634
634
|
* TOKENS:
|
|
@@ -653,7 +653,7 @@ body {
|
|
|
653
653
|
}
|
|
654
654
|
/**
|
|
655
655
|
* Do not edit directly
|
|
656
|
-
* Generated on
|
|
656
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
657
657
|
*/
|
|
658
658
|
/**
|
|
659
659
|
* TOKENS:
|
|
@@ -943,7 +943,7 @@ body {
|
|
|
943
943
|
|
|
944
944
|
/**
|
|
945
945
|
* Do not edit directly
|
|
946
|
-
* Generated on
|
|
946
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
947
947
|
*/
|
|
948
948
|
/**
|
|
949
949
|
* TOKENS:
|
|
@@ -1073,7 +1073,7 @@ body {
|
|
|
1073
1073
|
|
|
1074
1074
|
/**
|
|
1075
1075
|
* Do not edit directly
|
|
1076
|
-
* Generated on
|
|
1076
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
1077
1077
|
*/
|
|
1078
1078
|
/**
|
|
1079
1079
|
* TOKENS:
|
|
@@ -1088,27 +1088,28 @@ body {
|
|
|
1088
1088
|
.right-to-left .ilo--card {
|
|
1089
1089
|
text-align: right;
|
|
1090
1090
|
}
|
|
1091
|
-
.ilo--card--action:hover:not(.ilo--card--data), .ilo--card--action:focus:not(.ilo--card--data) {
|
|
1091
|
+
.ilo--card--action:hover:not(.ilo--card--data), .ilo--card--action:focus:not(.ilo--card--data), .ilo--card--action:focus-within:not(.ilo--card--data) {
|
|
1092
1092
|
background: rgb(255, 255, 255);
|
|
1093
1093
|
color: rgb(30, 45, 190);
|
|
1094
|
+
outline: none;
|
|
1094
1095
|
text-decoration: none;
|
|
1095
1096
|
}
|
|
1096
|
-
.ilo--card--action:hover:not(.ilo--card--data).ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(.ilo--card--factlist), .ilo--card--action:focus:not(.ilo--card--data).ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(.ilo--card--factlist) {
|
|
1097
|
+
.ilo--card--action:hover:not(.ilo--card--data).ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(.ilo--card--factlist), .ilo--card--action:focus:not(.ilo--card--data).ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(.ilo--card--factlist), .ilo--card--action:focus-within:not(.ilo--card--data).ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(.ilo--card--factlist) {
|
|
1097
1098
|
background: rgb(255, 255, 255);
|
|
1098
1099
|
}
|
|
1099
|
-
.ilo--card--action:hover:not(.ilo--card--data) .ilo--card--eyebrow, .ilo--card--action:focus:not(.ilo--card--data) .ilo--card--eyebrow {
|
|
1100
|
+
.ilo--card--action:hover:not(.ilo--card--data) .ilo--card--eyebrow, .ilo--card--action:focus:not(.ilo--card--data) .ilo--card--eyebrow, .ilo--card--action:focus-within:not(.ilo--card--data) .ilo--card--eyebrow {
|
|
1100
1101
|
color: rgb(30, 45, 190);
|
|
1101
1102
|
}
|
|
1102
|
-
.ilo--card--action:hover:not(.ilo--card--data) .ilo--card--title, .ilo--card--action:focus:not(.ilo--card--data) .ilo--card--title {
|
|
1103
|
+
.ilo--card--action:hover:not(.ilo--card--data) .ilo--card--title, .ilo--card--action:focus:not(.ilo--card--data) .ilo--card--title, .ilo--card--action:focus-within:not(.ilo--card--data) .ilo--card--title {
|
|
1103
1104
|
color: rgb(30, 45, 190);
|
|
1104
1105
|
}
|
|
1105
|
-
.ilo--card--action:hover:not(.ilo--card--data) .ilo--card--intro, .ilo--card--action:focus:not(.ilo--card--data) .ilo--card--intro {
|
|
1106
|
+
.ilo--card--action:hover:not(.ilo--card--data) .ilo--card--intro, .ilo--card--action:focus:not(.ilo--card--data) .ilo--card--intro, .ilo--card--action:focus-within:not(.ilo--card--data) .ilo--card--intro {
|
|
1106
1107
|
color: rgb(30, 45, 190);
|
|
1107
1108
|
}
|
|
1108
|
-
.ilo--card--action:hover:not(.ilo--card--data) .ilo--card--date, .ilo--card--action:focus:not(.ilo--card--data) .ilo--card--date {
|
|
1109
|
+
.ilo--card--action:hover:not(.ilo--card--data) .ilo--card--date, .ilo--card--action:focus:not(.ilo--card--data) .ilo--card--date, .ilo--card--action:focus-within:not(.ilo--card--data) .ilo--card--date {
|
|
1109
1110
|
color: rgb(30, 45, 190);
|
|
1110
1111
|
}
|
|
1111
|
-
.ilo--card--action:hover:not(.ilo--card--data) .ilo--card--eventdate, .ilo--card--action:focus:not(.ilo--card--data) .ilo--card--eventdate {
|
|
1112
|
+
.ilo--card--action:hover:not(.ilo--card--data) .ilo--card--eventdate, .ilo--card--action:focus:not(.ilo--card--data) .ilo--card--eventdate, .ilo--card--action:focus-within:not(.ilo--card--data) .ilo--card--eventdate {
|
|
1112
1113
|
color: rgb(30, 45, 190);
|
|
1113
1114
|
}
|
|
1114
1115
|
.ilo--card--link {
|
|
@@ -1125,7 +1126,8 @@ body {
|
|
|
1125
1126
|
transition-duration: 150ms;
|
|
1126
1127
|
transition-timing-function: ease-out;
|
|
1127
1128
|
}
|
|
1128
|
-
.ilo--card--link:hover, .ilo--card--link:focus {
|
|
1129
|
+
.ilo--card--link:hover, .ilo--card--link:focus, .ilo--card--link:focus-within {
|
|
1130
|
+
outline: none;
|
|
1129
1131
|
transition-property: color, background-color, border-color, opacity;
|
|
1130
1132
|
transition-duration: 150ms;
|
|
1131
1133
|
transition-timing-function: ease-out;
|
|
@@ -1143,27 +1145,28 @@ body {
|
|
|
1143
1145
|
.ilo--card--light {
|
|
1144
1146
|
background: rgb(255, 255, 255);
|
|
1145
1147
|
}
|
|
1146
|
-
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus) {
|
|
1148
|
+
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus):not(:focus-within) {
|
|
1147
1149
|
background: rgb(35, 0, 80);
|
|
1150
|
+
outline: none;
|
|
1148
1151
|
transition: background 150ms ease-out;
|
|
1149
1152
|
}
|
|
1150
|
-
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus) .ilo--card--eyebrow {
|
|
1153
|
+
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus):not(:focus-within) .ilo--card--eyebrow {
|
|
1151
1154
|
color: rgb(237, 240, 242);
|
|
1152
1155
|
transition: color 150ms ease-out;
|
|
1153
1156
|
}
|
|
1154
|
-
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus) .ilo--card--title {
|
|
1157
|
+
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus):not(:focus-within) .ilo--card--title {
|
|
1155
1158
|
color: rgb(255, 255, 255);
|
|
1156
1159
|
transition: color 150ms ease-out;
|
|
1157
1160
|
}
|
|
1158
|
-
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus) .ilo--card--intro {
|
|
1161
|
+
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus):not(:focus-within) .ilo--card--intro {
|
|
1159
1162
|
color: rgb(237, 240, 242);
|
|
1160
1163
|
transition: color 150ms ease-out;
|
|
1161
1164
|
}
|
|
1162
|
-
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus) .ilo--card--date {
|
|
1165
|
+
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus):not(:focus-within) .ilo--card--date {
|
|
1163
1166
|
color: rgb(237, 240, 242);
|
|
1164
1167
|
transition: color 150ms ease-out;
|
|
1165
1168
|
}
|
|
1166
|
-
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus) .ilo--card--eventdate {
|
|
1169
|
+
.ilo--card--dark:not(.ilo--card--detail):not(.ilo--card--data):not(.ilo--card--multilink):not(:hover):not(:focus):not(:focus-within) .ilo--card--eventdate {
|
|
1167
1170
|
color: rgb(237, 240, 242);
|
|
1168
1171
|
transition: color 150ms ease-out;
|
|
1169
1172
|
}
|
|
@@ -1218,7 +1221,7 @@ body {
|
|
|
1218
1221
|
transition-duration: 150ms;
|
|
1219
1222
|
transition-timing-function: ease-out;
|
|
1220
1223
|
}
|
|
1221
|
-
.ilo--card--link:hover .ilo--card--eyebrow, .ilo--card--link:focus .ilo--card--eyebrow {
|
|
1224
|
+
.ilo--card--link:hover .ilo--card--eyebrow, .ilo--card--link:focus .ilo--card--eyebrow, .ilo--card--link:focus-within .ilo--card--eyebrow {
|
|
1222
1225
|
color: rgb(30, 45, 190);
|
|
1223
1226
|
transition-property: color;
|
|
1224
1227
|
transition-duration: 150ms;
|
|
@@ -1236,7 +1239,7 @@ body {
|
|
|
1236
1239
|
transition-duration: 150ms;
|
|
1237
1240
|
transition-timing-function: ease-out;
|
|
1238
1241
|
}
|
|
1239
|
-
.ilo--card--link:hover .ilo--card--title, .ilo--card--link:focus .ilo--card--title {
|
|
1242
|
+
.ilo--card--link:hover .ilo--card--title, .ilo--card--link:focus .ilo--card--title, .ilo--card--link:focus-within .ilo--card--title {
|
|
1240
1243
|
color: rgb(30, 45, 190);
|
|
1241
1244
|
transition-property: color;
|
|
1242
1245
|
transition-duration: 150ms;
|
|
@@ -1252,7 +1255,7 @@ body {
|
|
|
1252
1255
|
transition-duration: 150ms;
|
|
1253
1256
|
transition-timing-function: ease-out;
|
|
1254
1257
|
}
|
|
1255
|
-
.ilo--card--link:hover .ilo--card--intro, .ilo--card--link:focus .ilo--card--intro {
|
|
1258
|
+
.ilo--card--link:hover .ilo--card--intro, .ilo--card--link:focus .ilo--card--intro, .ilo--card--link:focus-within .ilo--card--intro {
|
|
1256
1259
|
color: rgb(30, 45, 190);
|
|
1257
1260
|
transition-property: color;
|
|
1258
1261
|
transition-duration: 150ms;
|
|
@@ -1268,7 +1271,7 @@ body {
|
|
|
1268
1271
|
transition-duration: 150ms;
|
|
1269
1272
|
transition-timing-function: ease-out;
|
|
1270
1273
|
}
|
|
1271
|
-
.ilo--card--link:hover .ilo--card--date, .ilo--card--link:focus .ilo--card--date {
|
|
1274
|
+
.ilo--card--link:hover .ilo--card--date, .ilo--card--link:focus .ilo--card--date, .ilo--card--link:focus-within .ilo--card--date {
|
|
1272
1275
|
color: rgb(30, 45, 190);
|
|
1273
1276
|
transition-property: color;
|
|
1274
1277
|
transition-duration: 150ms;
|
|
@@ -1457,14 +1460,14 @@ body {
|
|
|
1457
1460
|
padding: 1.7148981779rem 0;
|
|
1458
1461
|
}
|
|
1459
1462
|
}
|
|
1460
|
-
.ilo--card--detail:hover, .ilo--card--detail:focus {
|
|
1463
|
+
.ilo--card--detail:hover, .ilo--card--detail:focus, .ilo--card--detail:focus-within {
|
|
1461
1464
|
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));
|
|
1462
1465
|
}
|
|
1463
|
-
.ilo--card--detail:hover picture::before, .ilo--card--detail:focus picture::before {
|
|
1466
|
+
.ilo--card--detail:hover picture::before, .ilo--card--detail:focus picture::before, .ilo--card--detail:focus-within picture::before {
|
|
1464
1467
|
opacity: 0.4;
|
|
1465
1468
|
z-index: 2;
|
|
1466
1469
|
}
|
|
1467
|
-
.ilo--card--detail:hover .ilo--card--event-date::before, .ilo--card--detail:focus .ilo--card--event-date::before {
|
|
1470
|
+
.ilo--card--detail:hover .ilo--card--event-date::before, .ilo--card--detail:focus .ilo--card--event-date::before, .ilo--card--detail:focus-within .ilo--card--event-date::before {
|
|
1468
1471
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 11'%3e%3cpath fill='rgb(30, 45, 190)' d='M6.00007 10.8462L12 0L0 0L6.00007 10.8462Z'/%3e%3c/svg%3e");
|
|
1469
1472
|
}
|
|
1470
1473
|
.ilo--card--detail picture {
|
|
@@ -1570,10 +1573,10 @@ body {
|
|
|
1570
1573
|
.ilo--card--graphic .ilo--profile--contents * {
|
|
1571
1574
|
color: rgb(255, 255, 255);
|
|
1572
1575
|
}
|
|
1573
|
-
.ilo--card--graphic:hover, .ilo--card--graphic:focus {
|
|
1576
|
+
.ilo--card--graphic:hover, .ilo--card--graphic:focus, .ilo--card--graphic:focus-within {
|
|
1574
1577
|
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));
|
|
1575
1578
|
}
|
|
1576
|
-
.ilo--card--graphic:hover .ilo--profile--contents *, .ilo--card--graphic:focus .ilo--profile--contents * {
|
|
1579
|
+
.ilo--card--graphic:hover .ilo--profile--contents *, .ilo--card--graphic:focus .ilo--profile--contents *, .ilo--card--graphic:focus-within .ilo--profile--contents * {
|
|
1577
1580
|
color: rgb(30, 45, 190);
|
|
1578
1581
|
}
|
|
1579
1582
|
@media screen and (min-width: 610px) {
|
|
@@ -1641,10 +1644,10 @@ body {
|
|
|
1641
1644
|
width: 100%;
|
|
1642
1645
|
}
|
|
1643
1646
|
.ilo--card--graphicpromo.ilo--card--cornercut:not(.ilo--card--multilink):not(.ilo--card--detail):not(.ilo--card--feature)::before {
|
|
1644
|
-
height:
|
|
1645
|
-
top: -
|
|
1647
|
+
height: 1.822079314rem;
|
|
1648
|
+
top: -1.8060021436rem;
|
|
1646
1649
|
}
|
|
1647
|
-
.ilo--card--graphicpromo:hover, .ilo--card--graphicpromo:focus {
|
|
1650
|
+
.ilo--card--graphicpromo:hover, .ilo--card--graphicpromo:focus, .ilo--card--graphicpromo:focus-within {
|
|
1648
1651
|
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));
|
|
1649
1652
|
}
|
|
1650
1653
|
@media screen and (min-width: 610px) {
|
|
@@ -1821,13 +1824,13 @@ body {
|
|
|
1821
1824
|
.ilo--card--factlist.ilo--card--dark .ilo--list__item:last-of-type {
|
|
1822
1825
|
margin-bottom: 0;
|
|
1823
1826
|
}
|
|
1824
|
-
.ilo--card--factlist.ilo--card--dark:hover .ilo--card--title, .ilo--card--factlist.ilo--card--dark:focus .ilo--card--title {
|
|
1827
|
+
.ilo--card--factlist.ilo--card--dark:hover .ilo--card--title, .ilo--card--factlist.ilo--card--dark:focus .ilo--card--title, .ilo--card--factlist.ilo--card--dark:focus-within .ilo--card--title {
|
|
1825
1828
|
color: rgb(255, 255, 255);
|
|
1826
1829
|
transition-property: color;
|
|
1827
1830
|
transition-duration: 150ms;
|
|
1828
1831
|
transition-timing-function: ease-out;
|
|
1829
1832
|
}
|
|
1830
|
-
.ilo--card--factlist.ilo--card--dark:hover .ilo--list__item, .ilo--card--factlist.ilo--card--dark:focus .ilo--list__item {
|
|
1833
|
+
.ilo--card--factlist.ilo--card--dark:hover .ilo--list__item, .ilo--card--factlist.ilo--card--dark:focus .ilo--list__item, .ilo--card--factlist.ilo--card--dark:focus-within .ilo--list__item {
|
|
1831
1834
|
color: rgb(255, 255, 255);
|
|
1832
1835
|
}
|
|
1833
1836
|
.ilo--card--factlist .ilo--card--title {
|
|
@@ -1885,9 +1888,10 @@ body {
|
|
|
1885
1888
|
}
|
|
1886
1889
|
.ilo--card--stat .ilo--card--intro {
|
|
1887
1890
|
color: rgb(35, 0, 80);
|
|
1888
|
-
font-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
+
font-family: Overpass;
|
|
1892
|
+
font-size: 18.66px;
|
|
1893
|
+
letter-spacing: normal;
|
|
1894
|
+
line-height: 27.24px;
|
|
1891
1895
|
margin-bottom: 1.6734954235rem;
|
|
1892
1896
|
width: 100%;
|
|
1893
1897
|
}
|
|
@@ -1909,7 +1913,7 @@ body {
|
|
|
1909
1913
|
max-width: 32.154340836rem;
|
|
1910
1914
|
padding: 0 1.2861736334rem 3.0010718114rem;
|
|
1911
1915
|
}
|
|
1912
|
-
.ilo--card--data:hover, .ilo--card--data:focus {
|
|
1916
|
+
.ilo--card--data:hover, .ilo--card--data:focus, .ilo--card--data:focus-within {
|
|
1913
1917
|
background: rgb(235, 245, 253);
|
|
1914
1918
|
}
|
|
1915
1919
|
.ilo--card--data::before {
|
|
@@ -1980,7 +1984,7 @@ body {
|
|
|
1980
1984
|
color: rgb(255, 255, 255);
|
|
1981
1985
|
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(255, 255, 255)' 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");
|
|
1982
1986
|
}
|
|
1983
|
-
.ilo--card--feature.ilo--card--dark:hover .ilo--link-list--link, .ilo--card--feature.ilo--card--dark:focus .ilo--link-list--link {
|
|
1987
|
+
.ilo--card--feature.ilo--card--dark:hover .ilo--link-list--link, .ilo--card--feature.ilo--card--dark:focus .ilo--link-list--link, .ilo--card--feature.ilo--card--dark:focus-within .ilo--link-list--link {
|
|
1984
1988
|
color: rgb(30, 45, 190);
|
|
1985
1989
|
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='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");
|
|
1986
1990
|
}
|
|
@@ -1989,19 +1993,19 @@ body {
|
|
|
1989
1993
|
transition-duration: 150ms;
|
|
1990
1994
|
transition-timing-function: ease-out;
|
|
1991
1995
|
}
|
|
1992
|
-
.ilo--card--feature:hover, .ilo--card--feature:focus {
|
|
1996
|
+
.ilo--card--feature:hover, .ilo--card--feature:focus, .ilo--card--feature:focus-within {
|
|
1993
1997
|
background-color: rgb(255, 255, 255);
|
|
1994
1998
|
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));
|
|
1995
1999
|
border-bottom: 0.1607717042rem solid rgb(30, 45, 190);
|
|
1996
2000
|
}
|
|
1997
|
-
.ilo--card--feature:hover picture::before, .ilo--card--feature:focus picture::before {
|
|
2001
|
+
.ilo--card--feature:hover picture::before, .ilo--card--feature:focus picture::before, .ilo--card--feature:focus-within picture::before {
|
|
1998
2002
|
opacity: 0.4;
|
|
1999
2003
|
z-index: 1;
|
|
2000
2004
|
transition-property: opacity;
|
|
2001
2005
|
transition-duration: 150ms;
|
|
2002
2006
|
transition-timing-function: ease-out;
|
|
2003
2007
|
}
|
|
2004
|
-
.ilo--card--feature:hover .ilo--card--image, .ilo--card--feature:focus .ilo--card--image {
|
|
2008
|
+
.ilo--card--feature:hover .ilo--card--image, .ilo--card--feature:focus .ilo--card--image, .ilo--card--feature:focus-within .ilo--card--image {
|
|
2005
2009
|
filter: saturate(0);
|
|
2006
2010
|
}
|
|
2007
2011
|
.ilo--card--feature .ilo--link-list {
|
|
@@ -2037,7 +2041,9 @@ body {
|
|
|
2037
2041
|
}
|
|
2038
2042
|
.ilo--card--feature.ilo--card--wide .ilo--card--content {
|
|
2039
2043
|
display: flex;
|
|
2044
|
+
flex-direction: row;
|
|
2040
2045
|
flex-wrap: wrap;
|
|
2046
|
+
position: relative;
|
|
2041
2047
|
width: 50%;
|
|
2042
2048
|
}
|
|
2043
2049
|
.ilo--card--feature.ilo--card--wide .ilo--card--image--wrapper {
|
|
@@ -2048,6 +2054,7 @@ body {
|
|
|
2048
2054
|
}
|
|
2049
2055
|
.ilo--card--feature.ilo--card--wide .ilo--card--date {
|
|
2050
2056
|
align-self: flex-end;
|
|
2057
|
+
width: 100%;
|
|
2051
2058
|
}
|
|
2052
2059
|
.ilo--card--feature.ilo--card--wide .ilo--card--eyebrow {
|
|
2053
2060
|
width: 100%;
|
|
@@ -2055,6 +2062,9 @@ body {
|
|
|
2055
2062
|
.ilo--card--feature.ilo--card--wide .ilo--card--title {
|
|
2056
2063
|
width: 100%;
|
|
2057
2064
|
}
|
|
2065
|
+
.ilo--card--feature.ilo--card--wide .ilo--link-list {
|
|
2066
|
+
width: calc(100% + 48px);
|
|
2067
|
+
}
|
|
2058
2068
|
}
|
|
2059
2069
|
.ilo--card--feature .ilo--card--wrap {
|
|
2060
2070
|
display: flex;
|
|
@@ -2109,7 +2119,7 @@ body {
|
|
|
2109
2119
|
|
|
2110
2120
|
/**
|
|
2111
2121
|
* Do not edit directly
|
|
2112
|
-
* Generated on
|
|
2122
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2113
2123
|
*/
|
|
2114
2124
|
/**
|
|
2115
2125
|
* TOKENS:
|
|
@@ -2132,17 +2142,17 @@ body {
|
|
|
2132
2142
|
}
|
|
2133
2143
|
@media screen and (min-width: 1024px) {
|
|
2134
2144
|
.ilo--cardgroup--two .ilo--card {
|
|
2135
|
-
width: calc(50% -
|
|
2145
|
+
width: calc(50% - 24px);
|
|
2136
2146
|
}
|
|
2137
2147
|
}
|
|
2138
2148
|
@media screen and (min-width: 1024px) {
|
|
2139
2149
|
.ilo--cardgroup--three .ilo--card {
|
|
2140
|
-
width: calc(33.333% -
|
|
2150
|
+
width: calc(33.333% - 24px);
|
|
2141
2151
|
}
|
|
2142
2152
|
}
|
|
2143
2153
|
@media screen and (min-width: 1024px) {
|
|
2144
2154
|
.ilo--cardgroup--four .ilo--card {
|
|
2145
|
-
width: calc(25% -
|
|
2155
|
+
width: calc(25% - 24px);
|
|
2146
2156
|
}
|
|
2147
2157
|
}
|
|
2148
2158
|
.ilo--cardgroup--button-wrap {
|
|
@@ -2154,7 +2164,7 @@ body {
|
|
|
2154
2164
|
|
|
2155
2165
|
/**
|
|
2156
2166
|
* Do not edit directly
|
|
2157
|
-
* Generated on
|
|
2167
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2158
2168
|
*/
|
|
2159
2169
|
/**
|
|
2160
2170
|
* TOKENS:
|
|
@@ -2259,7 +2269,7 @@ body {
|
|
|
2259
2269
|
|
|
2260
2270
|
/**
|
|
2261
2271
|
* Do not edit directly
|
|
2262
|
-
* Generated on
|
|
2272
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2263
2273
|
*/
|
|
2264
2274
|
/**
|
|
2265
2275
|
* TOKENS:
|
|
@@ -2291,10 +2301,12 @@ body {
|
|
|
2291
2301
|
padding: 0 0.4287245445rem;
|
|
2292
2302
|
}
|
|
2293
2303
|
.ilo--context-menu--item:first-of-type {
|
|
2294
|
-
border-radius: 2px
|
|
2304
|
+
border-top-left-radius: 2px;
|
|
2305
|
+
border-top-right-radius: 2px;
|
|
2295
2306
|
}
|
|
2296
2307
|
.ilo--context-menu--item:last-of-type {
|
|
2297
|
-
border-radius:
|
|
2308
|
+
border-bottom-left-radius: 2px;
|
|
2309
|
+
border-bottom-right-radius: 2px;
|
|
2298
2310
|
}
|
|
2299
2311
|
.ilo--context-menu--item:last-of-type a {
|
|
2300
2312
|
border-bottom: none;
|
|
@@ -2338,7 +2350,7 @@ body {
|
|
|
2338
2350
|
|
|
2339
2351
|
/**
|
|
2340
2352
|
* Do not edit directly
|
|
2341
|
-
* Generated on
|
|
2353
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2342
2354
|
*/
|
|
2343
2355
|
/**
|
|
2344
2356
|
* TOKENS:
|
|
@@ -2348,7 +2360,7 @@ body {
|
|
|
2348
2360
|
*/
|
|
2349
2361
|
/**
|
|
2350
2362
|
* Do not edit directly
|
|
2351
|
-
* Generated on
|
|
2363
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2352
2364
|
*/
|
|
2353
2365
|
/**
|
|
2354
2366
|
* TOKENS:
|
|
@@ -2358,7 +2370,7 @@ body {
|
|
|
2358
2370
|
*/
|
|
2359
2371
|
/**
|
|
2360
2372
|
* Do not edit directly
|
|
2361
|
-
* Generated on
|
|
2373
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2362
2374
|
*/
|
|
2363
2375
|
/**
|
|
2364
2376
|
* TOKENS:
|
|
@@ -2368,7 +2380,7 @@ body {
|
|
|
2368
2380
|
*/
|
|
2369
2381
|
/**
|
|
2370
2382
|
* Do not edit directly
|
|
2371
|
-
* Generated on
|
|
2383
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2372
2384
|
*/
|
|
2373
2385
|
/**
|
|
2374
2386
|
* TOKENS:
|
|
@@ -2494,7 +2506,7 @@ body {
|
|
|
2494
2506
|
|
|
2495
2507
|
/**
|
|
2496
2508
|
* Do not edit directly
|
|
2497
|
-
* Generated on
|
|
2509
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2498
2510
|
*/
|
|
2499
2511
|
/**
|
|
2500
2512
|
* TOKENS:
|
|
@@ -2522,7 +2534,7 @@ body {
|
|
|
2522
2534
|
|
|
2523
2535
|
/**
|
|
2524
2536
|
* Do not edit directly
|
|
2525
|
-
* Generated on
|
|
2537
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2526
2538
|
*/
|
|
2527
2539
|
/**
|
|
2528
2540
|
* TOKENS:
|
|
@@ -2573,6 +2585,7 @@ body {
|
|
|
2573
2585
|
border-left: 0.1607717042rem solid rgb(30, 45, 190);
|
|
2574
2586
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2575
2587
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2588
|
+
border-left-width: 2px;
|
|
2576
2589
|
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='M12 16.7791L4 8.77914L5.45455 7.2207L12 13.7662L18.5455 7.2207L20 8.77914L12 16.7791Z'/%3e%3c/svg%3e"), linear-gradient(to right, transparent 0%, transparent calc(50% - 0.81px), rgb(184, 196, 204) calc(50% - 0.8px), rgb(184, 196, 204) calc(50% + 0.8px), transparent calc(50% + 0.81px), transparent 100%);
|
|
2577
2590
|
cursor: pointer;
|
|
2578
2591
|
}
|
|
@@ -2582,6 +2595,7 @@ body {
|
|
|
2582
2595
|
border-left: 0.1607717042rem solid rgb(30, 45, 190);
|
|
2583
2596
|
border-right: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2584
2597
|
border-top: 0.1071811361rem solid rgb(184, 196, 204);
|
|
2598
|
+
border-left-width: 2px;
|
|
2585
2599
|
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='M12 16.7791L4 8.77914L5.45455 7.2207L12 13.7662L18.5455 7.2207L20 8.77914L12 16.7791Z'/%3e%3c/svg%3e"), linear-gradient(to right, transparent 0%, transparent calc(50% - 0.81px), rgb(184, 196, 204) calc(50% - 0.8px), rgb(184, 196, 204) calc(50% + 0.8px), transparent calc(50% + 0.81px), transparent 100%);
|
|
2586
2600
|
}
|
|
2587
2601
|
.ilo--dropdown:active {
|
|
@@ -2608,7 +2622,7 @@ body {
|
|
|
2608
2622
|
|
|
2609
2623
|
/**
|
|
2610
2624
|
* Do not edit directly
|
|
2611
|
-
* Generated on
|
|
2625
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2612
2626
|
*/
|
|
2613
2627
|
/**
|
|
2614
2628
|
* TOKENS:
|
|
@@ -2618,7 +2632,7 @@ body {
|
|
|
2618
2632
|
*/
|
|
2619
2633
|
/**
|
|
2620
2634
|
* Do not edit directly
|
|
2621
|
-
* Generated on
|
|
2635
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2622
2636
|
*/
|
|
2623
2637
|
/**
|
|
2624
2638
|
* TOKENS:
|
|
@@ -2628,7 +2642,7 @@ body {
|
|
|
2628
2642
|
*/
|
|
2629
2643
|
/**
|
|
2630
2644
|
* Do not edit directly
|
|
2631
|
-
* Generated on
|
|
2645
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2632
2646
|
*/
|
|
2633
2647
|
/**
|
|
2634
2648
|
* TOKENS:
|
|
@@ -2681,7 +2695,7 @@ body {
|
|
|
2681
2695
|
|
|
2682
2696
|
/**
|
|
2683
2697
|
* Do not edit directly
|
|
2684
|
-
* Generated on
|
|
2698
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2685
2699
|
*/
|
|
2686
2700
|
/**
|
|
2687
2701
|
* TOKENS:
|
|
@@ -2756,7 +2770,7 @@ body {
|
|
|
2756
2770
|
|
|
2757
2771
|
/**
|
|
2758
2772
|
* Do not edit directly
|
|
2759
|
-
* Generated on
|
|
2773
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2760
2774
|
*/
|
|
2761
2775
|
/**
|
|
2762
2776
|
* TOKENS:
|
|
@@ -2862,7 +2876,7 @@ body {
|
|
|
2862
2876
|
|
|
2863
2877
|
/**
|
|
2864
2878
|
* Do not edit directly
|
|
2865
|
-
* Generated on
|
|
2879
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2866
2880
|
*/
|
|
2867
2881
|
/**
|
|
2868
2882
|
* TOKENS:
|
|
@@ -2885,7 +2899,7 @@ body {
|
|
|
2885
2899
|
|
|
2886
2900
|
/**
|
|
2887
2901
|
* Do not edit directly
|
|
2888
|
-
* Generated on
|
|
2902
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2889
2903
|
*/
|
|
2890
2904
|
/**
|
|
2891
2905
|
* TOKENS:
|
|
@@ -2899,7 +2913,7 @@ body {
|
|
|
2899
2913
|
|
|
2900
2914
|
/**
|
|
2901
2915
|
* Do not edit directly
|
|
2902
|
-
* Generated on
|
|
2916
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2903
2917
|
*/
|
|
2904
2918
|
/**
|
|
2905
2919
|
* TOKENS:
|
|
@@ -2909,7 +2923,7 @@ body {
|
|
|
2909
2923
|
*/
|
|
2910
2924
|
/**
|
|
2911
2925
|
* Do not edit directly
|
|
2912
|
-
* Generated on
|
|
2926
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2913
2927
|
*/
|
|
2914
2928
|
/**
|
|
2915
2929
|
* TOKENS:
|
|
@@ -2934,7 +2948,7 @@ body {
|
|
|
2934
2948
|
}
|
|
2935
2949
|
/**
|
|
2936
2950
|
* Do not edit directly
|
|
2937
|
-
* Generated on
|
|
2951
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
2938
2952
|
*/
|
|
2939
2953
|
/**
|
|
2940
2954
|
* TOKENS:
|
|
@@ -3334,7 +3348,7 @@ body {
|
|
|
3334
3348
|
|
|
3335
3349
|
/**
|
|
3336
3350
|
* Do not edit directly
|
|
3337
|
-
* Generated on
|
|
3351
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
3338
3352
|
*/
|
|
3339
3353
|
/**
|
|
3340
3354
|
* TOKENS:
|
|
@@ -3457,7 +3471,7 @@ body {
|
|
|
3457
3471
|
|
|
3458
3472
|
/**
|
|
3459
3473
|
* Do not edit directly
|
|
3460
|
-
* Generated on
|
|
3474
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
3461
3475
|
*/
|
|
3462
3476
|
/**
|
|
3463
3477
|
* TOKENS:
|
|
@@ -3595,16 +3609,20 @@ body {
|
|
|
3595
3609
|
}
|
|
3596
3610
|
}
|
|
3597
3611
|
.ilo--hero .ilo--breadcrumb {
|
|
3598
|
-
left: 0;
|
|
3599
|
-
max-width: 560px;
|
|
3600
|
-
position: absolute;
|
|
3601
|
-
top: 0;
|
|
3602
3612
|
width: 100%;
|
|
3603
3613
|
}
|
|
3604
3614
|
.right-to-left .ilo--hero .ilo--breadcrumb {
|
|
3605
3615
|
left: auto;
|
|
3606
3616
|
right: 0;
|
|
3607
3617
|
}
|
|
3618
|
+
@media screen and (min-width: 610px) {
|
|
3619
|
+
.ilo--hero .ilo--breadcrumb {
|
|
3620
|
+
left: 0;
|
|
3621
|
+
max-width: 560px;
|
|
3622
|
+
position: absolute;
|
|
3623
|
+
top: 0;
|
|
3624
|
+
}
|
|
3625
|
+
}
|
|
3608
3626
|
|
|
3609
3627
|
.ilo--hero-card {
|
|
3610
3628
|
background: rgb(255, 255, 255);
|
|
@@ -3745,20 +3763,28 @@ body {
|
|
|
3745
3763
|
@media screen and (min-width: 1024px) {
|
|
3746
3764
|
.ilo--hero-card--portal {
|
|
3747
3765
|
max-width: 625px;
|
|
3748
|
-
padding: 0 48px
|
|
3766
|
+
padding: 0 48px 42px 72px;
|
|
3749
3767
|
width: 100%;
|
|
3750
3768
|
}
|
|
3751
3769
|
}
|
|
3752
3770
|
.ilo--hero-card--publication {
|
|
3753
3771
|
padding: 24px;
|
|
3754
3772
|
}
|
|
3773
|
+
.ilo--hero-card--publication .ilo--hero-card--eyebrow {
|
|
3774
|
+
margin-bottom: 0.3215434084rem;
|
|
3775
|
+
}
|
|
3755
3776
|
@media screen and (min-width: 1024px) {
|
|
3756
3777
|
.ilo--hero-card--publication {
|
|
3778
|
+
margin-left: 106px;
|
|
3757
3779
|
margin-top: -64px;
|
|
3758
3780
|
max-width: 720px;
|
|
3759
|
-
padding: 0 48px 48px
|
|
3781
|
+
padding: 0 48px 48px 48px;
|
|
3760
3782
|
width: 100%;
|
|
3761
3783
|
}
|
|
3784
|
+
.ilo--hero-card--publication:before {
|
|
3785
|
+
height: 2.1436227224rem;
|
|
3786
|
+
top: -2.127545552rem;
|
|
3787
|
+
}
|
|
3762
3788
|
}
|
|
3763
3789
|
.ilo--hero-card--datecopy {
|
|
3764
3790
|
font-size: 16px;
|
|
@@ -3807,7 +3833,7 @@ body {
|
|
|
3807
3833
|
}
|
|
3808
3834
|
.ilo--hero-card--list--item {
|
|
3809
3835
|
display: inline-block;
|
|
3810
|
-
margin-right:
|
|
3836
|
+
margin-right: 24px;
|
|
3811
3837
|
}
|
|
3812
3838
|
.ilo--hero-card--list--item:last-of-type {
|
|
3813
3839
|
margin-right: 0;
|
|
@@ -3855,7 +3881,7 @@ body {
|
|
|
3855
3881
|
|
|
3856
3882
|
/**
|
|
3857
3883
|
* Do not edit directly
|
|
3858
|
-
* Generated on
|
|
3884
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
3859
3885
|
*/
|
|
3860
3886
|
/**
|
|
3861
3887
|
* TOKENS:
|
|
@@ -3911,7 +3937,7 @@ body {
|
|
|
3911
3937
|
|
|
3912
3938
|
/**
|
|
3913
3939
|
* Do not edit directly
|
|
3914
|
-
* Generated on
|
|
3940
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
3915
3941
|
*/
|
|
3916
3942
|
/**
|
|
3917
3943
|
* TOKENS:
|
|
@@ -4053,7 +4079,7 @@ body {
|
|
|
4053
4079
|
|
|
4054
4080
|
/**
|
|
4055
4081
|
* Do not edit directly
|
|
4056
|
-
* Generated on
|
|
4082
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
4057
4083
|
*/
|
|
4058
4084
|
/**
|
|
4059
4085
|
* TOKENS:
|
|
@@ -4063,7 +4089,7 @@ body {
|
|
|
4063
4089
|
*/
|
|
4064
4090
|
/**
|
|
4065
4091
|
* Do not edit directly
|
|
4066
|
-
* Generated on
|
|
4092
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
4067
4093
|
*/
|
|
4068
4094
|
/**
|
|
4069
4095
|
* TOKENS:
|
|
@@ -4088,7 +4114,7 @@ body {
|
|
|
4088
4114
|
}
|
|
4089
4115
|
/**
|
|
4090
4116
|
* Do not edit directly
|
|
4091
|
-
* Generated on
|
|
4117
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
4092
4118
|
*/
|
|
4093
4119
|
/**
|
|
4094
4120
|
* TOKENS:
|
|
@@ -4246,7 +4272,7 @@ body {
|
|
|
4246
4272
|
|
|
4247
4273
|
/**
|
|
4248
4274
|
* Do not edit directly
|
|
4249
|
-
* Generated on
|
|
4275
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
4250
4276
|
*/
|
|
4251
4277
|
/**
|
|
4252
4278
|
* TOKENS:
|
|
@@ -4301,12 +4327,20 @@ body {
|
|
|
4301
4327
|
padding-left: 0;
|
|
4302
4328
|
}
|
|
4303
4329
|
.ilo--list__title {
|
|
4304
|
-
font-size:
|
|
4330
|
+
font-size: 18.66px;
|
|
4305
4331
|
letter-spacing: -0.035em;
|
|
4306
|
-
line-height:
|
|
4332
|
+
line-height: 24.26px;
|
|
4333
|
+
margin-bottom: 0.8175044291rem;
|
|
4307
4334
|
font-family: Overpass;
|
|
4308
4335
|
font-weight: 700;
|
|
4309
|
-
|
|
4336
|
+
}
|
|
4337
|
+
@media screen and (min-width: 610px) {
|
|
4338
|
+
.ilo--list__title {
|
|
4339
|
+
font-size: 23.32px;
|
|
4340
|
+
letter-spacing: -0.035em;
|
|
4341
|
+
line-height: 29.15px;
|
|
4342
|
+
margin-bottom: 1.5763397642rem;
|
|
4343
|
+
}
|
|
4310
4344
|
}
|
|
4311
4345
|
.ilo--list__item {
|
|
4312
4346
|
font-size: 16px;
|
|
@@ -4327,13 +4361,13 @@ body {
|
|
|
4327
4361
|
font-size: 18.66px;
|
|
4328
4362
|
letter-spacing: normal;
|
|
4329
4363
|
line-height: 27.24px;
|
|
4330
|
-
margin-bottom:
|
|
4364
|
+
margin-bottom: 0.7967297949rem;
|
|
4331
4365
|
}
|
|
4332
4366
|
}
|
|
4333
4367
|
|
|
4334
4368
|
/**
|
|
4335
4369
|
* Do not edit directly
|
|
4336
|
-
* Generated on
|
|
4370
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
4337
4371
|
*/
|
|
4338
4372
|
/**
|
|
4339
4373
|
* TOKENS:
|
|
@@ -4343,7 +4377,7 @@ body {
|
|
|
4343
4377
|
*/
|
|
4344
4378
|
/**
|
|
4345
4379
|
* Do not edit directly
|
|
4346
|
-
* Generated on
|
|
4380
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
4347
4381
|
*/
|
|
4348
4382
|
/**
|
|
4349
4383
|
* TOKENS:
|
|
@@ -4353,7 +4387,7 @@ body {
|
|
|
4353
4387
|
*/
|
|
4354
4388
|
/**
|
|
4355
4389
|
* Do not edit directly
|
|
4356
|
-
* Generated on
|
|
4390
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
4357
4391
|
*/
|
|
4358
4392
|
/**
|
|
4359
4393
|
* TOKENS:
|
|
@@ -4461,7 +4495,7 @@ body {
|
|
|
4461
4495
|
|
|
4462
4496
|
/**
|
|
4463
4497
|
* Do not edit directly
|
|
4464
|
-
* Generated on
|
|
4498
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
4465
4499
|
*/
|
|
4466
4500
|
/**
|
|
4467
4501
|
* TOKENS:
|
|
@@ -4471,7 +4505,7 @@ body {
|
|
|
4471
4505
|
*/
|
|
4472
4506
|
/**
|
|
4473
4507
|
* Do not edit directly
|
|
4474
|
-
* Generated on
|
|
4508
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
4475
4509
|
*/
|
|
4476
4510
|
/**
|
|
4477
4511
|
* TOKENS:
|
|
@@ -4481,7 +4515,7 @@ body {
|
|
|
4481
4515
|
*/
|
|
4482
4516
|
/**
|
|
4483
4517
|
* Do not edit directly
|
|
4484
|
-
* Generated on
|
|
4518
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
4485
4519
|
*/
|
|
4486
4520
|
/**
|
|
4487
4521
|
* TOKENS:
|
|
@@ -4578,7 +4612,7 @@ body {
|
|
|
4578
4612
|
|
|
4579
4613
|
/**
|
|
4580
4614
|
* Do not edit directly
|
|
4581
|
-
* Generated on
|
|
4615
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
4582
4616
|
*/
|
|
4583
4617
|
/**
|
|
4584
4618
|
* TOKENS:
|
|
@@ -4592,7 +4626,12 @@ body {
|
|
|
4592
4626
|
z-index: 4;
|
|
4593
4627
|
}
|
|
4594
4628
|
.ilo--header.ilo--mobile--open {
|
|
4595
|
-
height:
|
|
4629
|
+
height: 100%;
|
|
4630
|
+
left: 0;
|
|
4631
|
+
min-height: 100vh;
|
|
4632
|
+
position: fixed;
|
|
4633
|
+
top: 0;
|
|
4634
|
+
width: 100%;
|
|
4596
4635
|
}
|
|
4597
4636
|
@media screen and (min-width: 1024px) {
|
|
4598
4637
|
.ilo--header {
|
|
@@ -4701,6 +4740,45 @@ body {
|
|
|
4701
4740
|
.ilo--header--utility-bar--local .ilo--language-switcher {
|
|
4702
4741
|
display: none;
|
|
4703
4742
|
}
|
|
4743
|
+
.ilo--header--utility-bar--local .ilo--language-switcher--link {
|
|
4744
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(255, 255, 255)' d='m7.9 12.5-.2-.2c0-.1-.1-.2-.1-.3s0-.2.1-.3c0-.1.1-.2.2-.2L15.4 4l1 1-7 7 7 7-1 1-7.5-7.5z'/%3e%3c/svg%3e");
|
|
4745
|
+
font-size: 11.94px;
|
|
4746
|
+
letter-spacing: -0.02em;
|
|
4747
|
+
line-height: 16.12px;
|
|
4748
|
+
appearance: none;
|
|
4749
|
+
background-color: inherit;
|
|
4750
|
+
background-position: 16px 50%;
|
|
4751
|
+
background-repeat: no-repeat;
|
|
4752
|
+
background-size: 24px;
|
|
4753
|
+
border: none;
|
|
4754
|
+
color: rgb(255, 255, 255);
|
|
4755
|
+
cursor: pointer;
|
|
4756
|
+
font-family: Overpass;
|
|
4757
|
+
font-weight: 500;
|
|
4758
|
+
padding: 16px 16px 16px 36px;
|
|
4759
|
+
text-decoration: none;
|
|
4760
|
+
transition: all 150ms ease-out;
|
|
4761
|
+
width: 100%;
|
|
4762
|
+
}
|
|
4763
|
+
.ilo--header--utility-bar--local .ilo--language-switcher--link:focus, .ilo--header--utility-bar--local .ilo--language-switcher--link:hover {
|
|
4764
|
+
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='m7.9 12.5-.2-.2c0-.1-.1-.2-.1-.3s0-.2.1-.3c0-.1.1-.2.2-.2L15.4 4l1 1-7 7 7 7-1 1-7.5-7.5z'/%3e%3c/svg%3e");
|
|
4765
|
+
background-color: rgb(235, 245, 253);
|
|
4766
|
+
color: rgb(30, 45, 190);
|
|
4767
|
+
}
|
|
4768
|
+
.right-to-left .ilo--header--utility-bar--local .ilo--language-switcher--link {
|
|
4769
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(255, 255, 255)' 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");
|
|
4770
|
+
background-position: calc(100% - 16px) 50%;
|
|
4771
|
+
padding: 16px 36px 16px 16px;
|
|
4772
|
+
}
|
|
4773
|
+
.right-to-left .ilo--header--utility-bar--local .ilo--language-switcher--link:focus, .right-to-left .ilo--header--utility-bar--local .ilo--language-switcher--link:hover {
|
|
4774
|
+
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='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");
|
|
4775
|
+
background-color: rgb(235, 245, 253);
|
|
4776
|
+
color: rgb(30, 45, 190);
|
|
4777
|
+
}
|
|
4778
|
+
.ilo--header--utility-bar--local .ilo--language-switcher--link--wrap {
|
|
4779
|
+
align-items: center;
|
|
4780
|
+
display: flex;
|
|
4781
|
+
}
|
|
4704
4782
|
@media screen and (min-width: 1024px) {
|
|
4705
4783
|
.ilo--header--utility-bar--local .ilo--language-switcher {
|
|
4706
4784
|
display: flex;
|
|
@@ -4743,9 +4821,12 @@ body {
|
|
|
4743
4821
|
}
|
|
4744
4822
|
.ilo--header--navigation {
|
|
4745
4823
|
background: rgb(255, 255, 255);
|
|
4824
|
+
height: 100%;
|
|
4825
|
+
left: 0;
|
|
4826
|
+
overflow-x: hidden;
|
|
4827
|
+
overflow-y: scroll;
|
|
4746
4828
|
position: absolute;
|
|
4747
4829
|
top: 0;
|
|
4748
|
-
left: 0;
|
|
4749
4830
|
transform: translateX(100%);
|
|
4750
4831
|
transition: transform 225ms ease-out;
|
|
4751
4832
|
width: 100%;
|
|
@@ -4869,7 +4950,7 @@ body {
|
|
|
4869
4950
|
background-color: rgb(255, 255, 255);
|
|
4870
4951
|
background-position: calc(100% - 16px) 55%;
|
|
4871
4952
|
background-repeat: no-repeat;
|
|
4872
|
-
background-size:
|
|
4953
|
+
background-size: 24px;
|
|
4873
4954
|
border: none;
|
|
4874
4955
|
color: rgb(35, 0, 80);
|
|
4875
4956
|
cursor: pointer;
|
|
@@ -4945,6 +5026,14 @@ body {
|
|
|
4945
5026
|
display: flex;
|
|
4946
5027
|
justify-content: space-between;
|
|
4947
5028
|
}
|
|
5029
|
+
.right-to-left .ilo--nav--local {
|
|
5030
|
+
direction: rtl;
|
|
5031
|
+
}
|
|
5032
|
+
@media screen and (min-width: 1024px) {
|
|
5033
|
+
.right-to-left .ilo--nav--local {
|
|
5034
|
+
padding: 0 max((100% - 1260px) / 2, 20px) 0 0;
|
|
5035
|
+
}
|
|
5036
|
+
}
|
|
4948
5037
|
@media screen and (min-width: 1024px) {
|
|
4949
5038
|
.ilo--nav--local {
|
|
4950
5039
|
padding: 0 0 0 max((100% - 1260px) / 2, 20px);
|
|
@@ -5120,7 +5209,11 @@ body {
|
|
|
5120
5209
|
transition: opacity 150ms ease-out;
|
|
5121
5210
|
z-index: -1;
|
|
5122
5211
|
}
|
|
5123
|
-
.ilo--context--open .ilo--language-switcher .ilo--context-menu {
|
|
5212
|
+
.ilo--context--open .ilo--language-switcher .ilo--context-menu, .ilo--language-switcher:focus-within .ilo--language-switcher .ilo--context-menu, .ilo--language-switcher .ilo--context-menu:focus-within {
|
|
5213
|
+
opacity: 1;
|
|
5214
|
+
z-index: 1;
|
|
5215
|
+
}
|
|
5216
|
+
.ilo--language-switcher .ilo--language-switcher--button:focus + .ilo--context-menu {
|
|
5124
5217
|
opacity: 1;
|
|
5125
5218
|
z-index: 1;
|
|
5126
5219
|
}
|
|
@@ -5144,7 +5237,6 @@ body {
|
|
|
5144
5237
|
}
|
|
5145
5238
|
@media screen and (min-width: 1024px) {
|
|
5146
5239
|
.ilo--subnav {
|
|
5147
|
-
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));
|
|
5148
5240
|
height: auto;
|
|
5149
5241
|
left: 0;
|
|
5150
5242
|
padding: 32px 0;
|
|
@@ -5154,6 +5246,11 @@ body {
|
|
|
5154
5246
|
z-index: -1;
|
|
5155
5247
|
}
|
|
5156
5248
|
.ilo--header.ilo--subnav--open .ilo--subnav {
|
|
5249
|
+
border-bottom: 0.1607717042rem solid rgb(184, 196, 204);
|
|
5250
|
+
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));
|
|
5251
|
+
transform: translateY(0);
|
|
5252
|
+
}
|
|
5253
|
+
.ilo--subnav:has(.ilo--subnav--link:focus) {
|
|
5157
5254
|
transform: translateY(0);
|
|
5158
5255
|
}
|
|
5159
5256
|
}
|
|
@@ -5309,6 +5406,9 @@ body {
|
|
|
5309
5406
|
.ilo--header.ilo--search--open .ilo--search-box {
|
|
5310
5407
|
transform: translateY(0);
|
|
5311
5408
|
}
|
|
5409
|
+
.ilo--search-box:has(.ilo--input:focus), .ilo--search-box:has(.ilo--searchfield--button:focus) {
|
|
5410
|
+
transform: translateY(0);
|
|
5411
|
+
}
|
|
5312
5412
|
}
|
|
5313
5413
|
.ilo--search-box .ilo--header--inner {
|
|
5314
5414
|
align-items: center;
|
|
@@ -5337,7 +5437,7 @@ body {
|
|
|
5337
5437
|
background-color: transparent;
|
|
5338
5438
|
background-position: center;
|
|
5339
5439
|
background-repeat: no-repeat;
|
|
5340
|
-
background-size:
|
|
5440
|
+
background-size: 32px 32px;
|
|
5341
5441
|
border: none;
|
|
5342
5442
|
border-radius: 0;
|
|
5343
5443
|
cursor: pointer;
|
|
@@ -5355,16 +5455,30 @@ body {
|
|
|
5355
5455
|
background-color: rgb(255, 255, 255);
|
|
5356
5456
|
background-position: center;
|
|
5357
5457
|
background-repeat: no-repeat;
|
|
5358
|
-
background-size:
|
|
5458
|
+
background-size: 32px 32px;
|
|
5359
5459
|
}
|
|
5360
5460
|
.ilo--search--open .ilo--search--button:hover, .ilo--search--open .ilo--search--button:focus {
|
|
5361
5461
|
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");
|
|
5362
5462
|
background-color: rgb(235, 245, 253);
|
|
5363
5463
|
}
|
|
5364
5464
|
|
|
5465
|
+
.ilo--menu--open {
|
|
5466
|
+
height: 100%;
|
|
5467
|
+
overflow: hidden;
|
|
5468
|
+
width: 100%;
|
|
5469
|
+
}
|
|
5470
|
+
|
|
5471
|
+
#anchor--components-navigation--navigation .docs-story > div:first-child {
|
|
5472
|
+
padding-top: 0;
|
|
5473
|
+
}
|
|
5474
|
+
|
|
5475
|
+
.sb-show-main.sb-main-padded {
|
|
5476
|
+
padding-top: 0;
|
|
5477
|
+
}
|
|
5478
|
+
|
|
5365
5479
|
/**
|
|
5366
5480
|
* Do not edit directly
|
|
5367
|
-
* Generated on
|
|
5481
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
5368
5482
|
*/
|
|
5369
5483
|
/**
|
|
5370
5484
|
* TOKENS:
|
|
@@ -5374,7 +5488,7 @@ body {
|
|
|
5374
5488
|
*/
|
|
5375
5489
|
/**
|
|
5376
5490
|
* Do not edit directly
|
|
5377
|
-
* Generated on
|
|
5491
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
5378
5492
|
*/
|
|
5379
5493
|
/**
|
|
5380
5494
|
* TOKENS:
|
|
@@ -5384,7 +5498,7 @@ body {
|
|
|
5384
5498
|
*/
|
|
5385
5499
|
/**
|
|
5386
5500
|
* Do not edit directly
|
|
5387
|
-
* Generated on
|
|
5501
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
5388
5502
|
*/
|
|
5389
5503
|
/**
|
|
5390
5504
|
* TOKENS:
|
|
@@ -5576,7 +5690,7 @@ body {
|
|
|
5576
5690
|
|
|
5577
5691
|
/**
|
|
5578
5692
|
* Do not edit directly
|
|
5579
|
-
* Generated on
|
|
5693
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
5580
5694
|
*/
|
|
5581
5695
|
/**
|
|
5582
5696
|
* TOKENS:
|
|
@@ -5708,10 +5822,14 @@ body {
|
|
|
5708
5822
|
font-weight: 400;
|
|
5709
5823
|
line-height: 45px;
|
|
5710
5824
|
}
|
|
5825
|
+
.ilo--pagination--previous-set, .ilo--pagination--next-set {
|
|
5826
|
+
display: flex;
|
|
5827
|
+
justify-content: flex-start;
|
|
5828
|
+
}
|
|
5711
5829
|
|
|
5712
5830
|
/**
|
|
5713
5831
|
* Do not edit directly
|
|
5714
|
-
* Generated on
|
|
5832
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
5715
5833
|
*/
|
|
5716
5834
|
/**
|
|
5717
5835
|
* TOKENS:
|
|
@@ -5721,7 +5839,7 @@ body {
|
|
|
5721
5839
|
*/
|
|
5722
5840
|
/**
|
|
5723
5841
|
* Do not edit directly
|
|
5724
|
-
* Generated on
|
|
5842
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
5725
5843
|
*/
|
|
5726
5844
|
/**
|
|
5727
5845
|
* TOKENS:
|
|
@@ -5746,7 +5864,7 @@ body {
|
|
|
5746
5864
|
}
|
|
5747
5865
|
/**
|
|
5748
5866
|
* Do not edit directly
|
|
5749
|
-
* Generated on
|
|
5867
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
5750
5868
|
*/
|
|
5751
5869
|
/**
|
|
5752
5870
|
* TOKENS:
|
|
@@ -5891,7 +6009,7 @@ body {
|
|
|
5891
6009
|
|
|
5892
6010
|
/**
|
|
5893
6011
|
* Do not edit directly
|
|
5894
|
-
* Generated on
|
|
6012
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
5895
6013
|
*/
|
|
5896
6014
|
/**
|
|
5897
6015
|
* TOKENS:
|
|
@@ -5998,7 +6116,7 @@ body {
|
|
|
5998
6116
|
|
|
5999
6117
|
/**
|
|
6000
6118
|
* Do not edit directly
|
|
6001
|
-
* Generated on
|
|
6119
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
6002
6120
|
*/
|
|
6003
6121
|
/**
|
|
6004
6122
|
* TOKENS:
|
|
@@ -6008,7 +6126,7 @@ body {
|
|
|
6008
6126
|
*/
|
|
6009
6127
|
/**
|
|
6010
6128
|
* Do not edit directly
|
|
6011
|
-
* Generated on
|
|
6129
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
6012
6130
|
*/
|
|
6013
6131
|
/**
|
|
6014
6132
|
* TOKENS:
|
|
@@ -6033,7 +6151,7 @@ body {
|
|
|
6033
6151
|
}
|
|
6034
6152
|
/**
|
|
6035
6153
|
* Do not edit directly
|
|
6036
|
-
* Generated on
|
|
6154
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
6037
6155
|
*/
|
|
6038
6156
|
/**
|
|
6039
6157
|
* TOKENS:
|
|
@@ -6094,7 +6212,7 @@ body {
|
|
|
6094
6212
|
|
|
6095
6213
|
/**
|
|
6096
6214
|
* Do not edit directly
|
|
6097
|
-
* Generated on
|
|
6215
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
6098
6216
|
*/
|
|
6099
6217
|
/**
|
|
6100
6218
|
* TOKENS:
|
|
@@ -6509,7 +6627,7 @@ body {
|
|
|
6509
6627
|
|
|
6510
6628
|
/**
|
|
6511
6629
|
* Do not edit directly
|
|
6512
|
-
* Generated on
|
|
6630
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
6513
6631
|
*/
|
|
6514
6632
|
/**
|
|
6515
6633
|
* TOKENS:
|
|
@@ -6560,7 +6678,7 @@ body {
|
|
|
6560
6678
|
|
|
6561
6679
|
/**
|
|
6562
6680
|
* Do not edit directly
|
|
6563
|
-
* Generated on
|
|
6681
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
6564
6682
|
*/
|
|
6565
6683
|
/**
|
|
6566
6684
|
* TOKENS:
|
|
@@ -6717,7 +6835,7 @@ body {
|
|
|
6717
6835
|
|
|
6718
6836
|
/**
|
|
6719
6837
|
* Do not edit directly
|
|
6720
|
-
* Generated on
|
|
6838
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
6721
6839
|
*/
|
|
6722
6840
|
/**
|
|
6723
6841
|
* TOKENS:
|
|
@@ -7068,7 +7186,7 @@ body {
|
|
|
7068
7186
|
|
|
7069
7187
|
/**
|
|
7070
7188
|
* Do not edit directly
|
|
7071
|
-
* Generated on
|
|
7189
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
7072
7190
|
*/
|
|
7073
7191
|
/**
|
|
7074
7192
|
* TOKENS:
|
|
@@ -7254,7 +7372,7 @@ body {
|
|
|
7254
7372
|
|
|
7255
7373
|
/**
|
|
7256
7374
|
* Do not edit directly
|
|
7257
|
-
* Generated on
|
|
7375
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
7258
7376
|
*/
|
|
7259
7377
|
/**
|
|
7260
7378
|
* TOKENS:
|
|
@@ -7312,7 +7430,7 @@ body {
|
|
|
7312
7430
|
|
|
7313
7431
|
/**
|
|
7314
7432
|
* Do not edit directly
|
|
7315
|
-
* Generated on
|
|
7433
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
7316
7434
|
*/
|
|
7317
7435
|
/**
|
|
7318
7436
|
* TOKENS:
|
|
@@ -7486,7 +7604,7 @@ body {
|
|
|
7486
7604
|
|
|
7487
7605
|
/**
|
|
7488
7606
|
* Do not edit directly
|
|
7489
|
-
* Generated on
|
|
7607
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
7490
7608
|
*/
|
|
7491
7609
|
/**
|
|
7492
7610
|
* TOKENS:
|
|
@@ -7507,12 +7625,17 @@ body {
|
|
|
7507
7625
|
opacity: 0;
|
|
7508
7626
|
padding: 0.4287245445rem 0.6430868167rem;
|
|
7509
7627
|
position: absolute;
|
|
7510
|
-
transition: opacity 150ms ease-out;
|
|
7511
7628
|
visibility: hidden;
|
|
7512
7629
|
width: auto;
|
|
7630
|
+
transition-property: opacity;
|
|
7631
|
+
transition-duration: 150ms;
|
|
7632
|
+
transition-timing-function: ease-out;
|
|
7513
7633
|
}
|
|
7514
7634
|
.ilo--tooltip--fade {
|
|
7515
7635
|
opacity: 1;
|
|
7636
|
+
transition-property: opacity;
|
|
7637
|
+
transition-duration: 150ms;
|
|
7638
|
+
transition-timing-function: ease-out;
|
|
7516
7639
|
}
|
|
7517
7640
|
.ilo--tooltip--visible {
|
|
7518
7641
|
visibility: visible;
|
|
@@ -7645,9 +7768,13 @@ body {
|
|
|
7645
7768
|
border-right-color: rgb(45, 45, 45);
|
|
7646
7769
|
}
|
|
7647
7770
|
|
|
7771
|
+
.docs-story div[height] {
|
|
7772
|
+
min-height: 150px;
|
|
7773
|
+
}
|
|
7774
|
+
|
|
7648
7775
|
/**
|
|
7649
7776
|
* Do not edit directly
|
|
7650
|
-
* Generated on
|
|
7777
|
+
* Generated on Mon, 28 Nov 2022 22:05:48 GMT
|
|
7651
7778
|
*/
|
|
7652
7779
|
/**
|
|
7653
7780
|
* TOKENS:
|
|
@@ -8517,7 +8644,8 @@ body {
|
|
|
8517
8644
|
}
|
|
8518
8645
|
.ilo--video:hover .ilo--video--controls,
|
|
8519
8646
|
.ilo--video:hover .vjs-control-bar, .ilo--video:focus .ilo--video--controls,
|
|
8520
|
-
.ilo--video:focus .vjs-control-bar
|
|
8647
|
+
.ilo--video:focus .vjs-control-bar, .ilo--video:focus-within .ilo--video--controls,
|
|
8648
|
+
.ilo--video:focus-within .vjs-control-bar {
|
|
8521
8649
|
opacity: 1;
|
|
8522
8650
|
transition: opacity 150ms ease-out;
|
|
8523
8651
|
}
|