@ilo-org/styles 0.0.1 → 0.0.3
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 +92 -67
- package/build/css/components/index.css.map +1 -1
- package/build/css/index.css +111 -105
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +6189 -0
- package/build/css/monorepo.css.map +1 -0
- package/build/minified/index.css +2 -0
- package/build/minified/index.css.map +1 -0
- package/build/minified/monorepo.css +2 -0
- package/build/minified/monorepo.css.map +1 -0
- package/package.json +9 -5
- package/scss/_typography.scss +1 -1
- package/scss/_typographymonorepo.scss +72 -0
- package/scss/components/_accordion.scss +2 -2
- package/scss/components/_button.scss +49 -8
- package/scss/components/_callout.scss +2 -2
- package/scss/components/_card.scss +1 -1
- package/scss/components/_cardgroup.scss +0 -3
- package/scss/components/_list.scss +1 -1
- package/scss/monorepo.scss +13 -0
package/build/css/index.css
CHANGED
|
@@ -151,7 +151,7 @@ select {
|
|
|
151
151
|
}
|
|
152
152
|
/**
|
|
153
153
|
* Do not edit directly
|
|
154
|
-
* Generated on
|
|
154
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
155
155
|
*/
|
|
156
156
|
/**
|
|
157
157
|
* TOKENS:
|
|
@@ -162,62 +162,43 @@ select {
|
|
|
162
162
|
/* -------------------------- */
|
|
163
163
|
/* -------- Overpass -------- */
|
|
164
164
|
/* -------------------------- */
|
|
165
|
-
/* --- Overpass
|
|
165
|
+
/* --- Overpass Medium --- */
|
|
166
166
|
@font-face {
|
|
167
167
|
font-family: "Overpass";
|
|
168
|
-
src: url("
|
|
169
|
-
|
|
170
|
-
font-weight: normal;
|
|
168
|
+
src: url("../fonts/Overpass-Medium.ttf") format("truetype");
|
|
169
|
+
font-weight: 500;
|
|
171
170
|
font-style: normal;
|
|
172
171
|
font-display: swap;
|
|
173
172
|
}
|
|
174
173
|
@font-face {
|
|
175
174
|
font-family: "Overpass";
|
|
176
|
-
src: url("
|
|
177
|
-
|
|
178
|
-
font-weight: normal;
|
|
175
|
+
src: url("../fonts/Overpass-Medium.ttf") format("truetype");
|
|
176
|
+
font-weight: 500;
|
|
179
177
|
font-style: italic;
|
|
180
178
|
font-display: swap;
|
|
181
179
|
}
|
|
182
180
|
/* --- Overpass Light --- */
|
|
183
181
|
@font-face {
|
|
184
182
|
font-family: "Overpass";
|
|
185
|
-
src: url("
|
|
186
|
-
src: url("
|
|
183
|
+
src: url("../fonts/Overpass-Light.eot");
|
|
184
|
+
src: url("../fonts/Overpass-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass-Light.woff2") format("woff2"), url("../fonts/Overpass-Light.woff") format("woff"), url("../fonts/Overpass-Light.ttf") format("truetype");
|
|
187
185
|
font-weight: 300;
|
|
188
186
|
font-style: normal;
|
|
189
187
|
font-display: swap;
|
|
190
188
|
}
|
|
191
|
-
/* --- Overpass SemiBold --- */
|
|
192
|
-
@font-face {
|
|
193
|
-
font-family: "Overpass";
|
|
194
|
-
src: url("~@ilo-org/fonts/assets/Overpass-SemiBold.eot");
|
|
195
|
-
src: url("~@ilo-org/fonts/assets/Overpass-SemiBold.eot?#iefix") format("embedded-opentype"), url("~@ilo-org/fonts/assets/Overpass-SemiBold.woff2") format("woff2"), url("~@ilo-org/fonts/assets/Overpass-SemiBold.woff") format("woff"), url("~@ilo-org/fonts/assets/Overpass-SemiBold.ttf") format("truetype");
|
|
196
|
-
font-weight: 600;
|
|
197
|
-
font-style: normal;
|
|
198
|
-
font-display: swap;
|
|
199
|
-
}
|
|
200
|
-
@font-face {
|
|
201
|
-
font-family: "Overpass";
|
|
202
|
-
src: url("~@ilo-org/fonts/assets/Overpass-SemiBoldItalic.eot");
|
|
203
|
-
src: url("~@ilo-org/fonts/assets/Overpass-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("~@ilo-org/fonts/assets/Overpass-SemiBoldItalic.woff2") format("woff2"), url("~@ilo-org/fonts/assets/Overpass-SemiBoldItalic.woff") format("woff"), url("~@ilo-org/fonts/assets/Overpass-SemiBoldItalic.ttf") format("truetype");
|
|
204
|
-
font-weight: 600;
|
|
205
|
-
font-style: italic;
|
|
206
|
-
font-display: swap;
|
|
207
|
-
}
|
|
208
189
|
/* --- Overpass Bold --- */
|
|
209
190
|
@font-face {
|
|
210
191
|
font-family: "Overpass";
|
|
211
|
-
src: url("
|
|
212
|
-
src: url("
|
|
192
|
+
src: url("../fonts/Overpass-Bold.eot");
|
|
193
|
+
src: url("../fonts/Overpass-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass-Bold.woff2") format("woff2"), url("../fonts/Overpass-Bold.woff") format("woff"), url("../fonts/Overpass-Bold.ttf") format("truetype");
|
|
213
194
|
font-weight: 700;
|
|
214
195
|
font-style: normal;
|
|
215
196
|
font-display: swap;
|
|
216
197
|
}
|
|
217
198
|
@font-face {
|
|
218
199
|
font-family: "Overpass";
|
|
219
|
-
src: url("
|
|
220
|
-
src: url("
|
|
200
|
+
src: url("../fonts/Overpass-BoldItalic.eot");
|
|
201
|
+
src: url("../fonts/Overpass-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/Overpass-BoldItalic.woff2") format("woff2"), url("../fonts/Overpass-BoldItalic.woff") format("woff"), url("../fonts/Overpass-BoldItalic.ttf") format("truetype");
|
|
221
202
|
font-weight: 700;
|
|
222
203
|
font-style: italic;
|
|
223
204
|
font-display: swap;
|
|
@@ -228,16 +209,16 @@ select {
|
|
|
228
209
|
/* --- Noto Sans Normal --- */
|
|
229
210
|
@font-face {
|
|
230
211
|
font-family: "Noto Sans";
|
|
231
|
-
src: url("
|
|
232
|
-
src: url("
|
|
212
|
+
src: url("../fonts/NotoSans.eot");
|
|
213
|
+
src: url("../fonts/NotoSans.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans.woff2") format("woff2"), url("../fonts/NotoSans.woff") format("woff"), url("../fonts/NotoSans.ttf") format("truetype");
|
|
233
214
|
font-weight: normal;
|
|
234
215
|
font-style: normal;
|
|
235
216
|
font-display: swap;
|
|
236
217
|
}
|
|
237
218
|
@font-face {
|
|
238
219
|
font-family: "Noto Sans";
|
|
239
|
-
src: url("
|
|
240
|
-
src: url("
|
|
220
|
+
src: url("../fonts/NotoSans-Italic.eot");
|
|
221
|
+
src: url("../fonts/NotoSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Italic.woff2") format("woff2"), url("../fonts/NotoSans-Italic.woff") format("woff"), url("../fonts/NotoSans-Italic.ttf") format("truetype");
|
|
241
222
|
font-weight: normal;
|
|
242
223
|
font-style: italic;
|
|
243
224
|
font-display: swap;
|
|
@@ -245,16 +226,16 @@ select {
|
|
|
245
226
|
/* --- Noto Sans 700 --- */
|
|
246
227
|
@font-face {
|
|
247
228
|
font-family: "Noto Sans";
|
|
248
|
-
src: url("
|
|
249
|
-
src: url("
|
|
229
|
+
src: url("../fonts/NotoSans-Bold.eot");
|
|
230
|
+
src: url("../fonts/NotoSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-Bold.woff2") format("woff2"), url("../fonts/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSans-Bold.ttf") format("truetype");
|
|
250
231
|
font-weight: 700;
|
|
251
232
|
font-style: normal;
|
|
252
233
|
font-display: swap;
|
|
253
234
|
}
|
|
254
235
|
@font-face {
|
|
255
236
|
font-family: "Noto Sans";
|
|
256
|
-
src: url("
|
|
257
|
-
src: url("
|
|
237
|
+
src: url("../fonts/NotoSans-BoldItalic.eot");
|
|
238
|
+
src: url("../fonts/NotoSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSans-BoldItalic.woff2") format("woff2"), url("../fonts/NotoSans-BoldItalic.woff") format("woff"), url("../fonts/NotoSans-BoldItalic.ttf") format("truetype");
|
|
258
239
|
font-weight: 700;
|
|
259
240
|
font-style: italic;
|
|
260
241
|
font-display: swap;
|
|
@@ -269,7 +250,7 @@ body {
|
|
|
269
250
|
|
|
270
251
|
/**
|
|
271
252
|
* Do not edit directly
|
|
272
|
-
* Generated on
|
|
253
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
273
254
|
*/
|
|
274
255
|
/**
|
|
275
256
|
* TOKENS:
|
|
@@ -319,7 +300,7 @@ body {
|
|
|
319
300
|
font-size: 18.66px;
|
|
320
301
|
letter-spacing: -0.02em;
|
|
321
302
|
line-height: 24.26px;
|
|
322
|
-
padding:
|
|
303
|
+
padding: 0.857449089rem 1.9292604502rem 0.857449089rem 0;
|
|
323
304
|
}
|
|
324
305
|
}
|
|
325
306
|
.ilo--accordion--button[aria-expanded=true] {
|
|
@@ -369,7 +350,7 @@ body {
|
|
|
369
350
|
|
|
370
351
|
/**
|
|
371
352
|
* Do not edit directly
|
|
372
|
-
* Generated on
|
|
353
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
373
354
|
*/
|
|
374
355
|
/**
|
|
375
356
|
* TOKENS:
|
|
@@ -586,7 +567,7 @@ body {
|
|
|
586
567
|
|
|
587
568
|
/**
|
|
588
569
|
* Do not edit directly
|
|
589
|
-
* Generated on
|
|
570
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
590
571
|
*/
|
|
591
572
|
/**
|
|
592
573
|
* TOKENS:
|
|
@@ -634,14 +615,6 @@ body {
|
|
|
634
615
|
right: 13px;
|
|
635
616
|
top: 7px;
|
|
636
617
|
}
|
|
637
|
-
.ilo--button.icon--only {
|
|
638
|
-
height: 1.2861736334rem;
|
|
639
|
-
width: 1.2861736334rem;
|
|
640
|
-
}
|
|
641
|
-
.ilo--button.icon--only .ilo--icon {
|
|
642
|
-
left: 0;
|
|
643
|
-
top: 0;
|
|
644
|
-
}
|
|
645
618
|
.ilo--button.icon--only .button__label {
|
|
646
619
|
width: 1px;
|
|
647
620
|
height: 1px;
|
|
@@ -662,6 +635,14 @@ body {
|
|
|
662
635
|
letter-spacing: -0.02em;
|
|
663
636
|
line-height: 120%;
|
|
664
637
|
}
|
|
638
|
+
.ilo--button--large.icon--only {
|
|
639
|
+
height: 2.4115755627rem;
|
|
640
|
+
width: 2.4115755627rem;
|
|
641
|
+
}
|
|
642
|
+
.ilo--button--large.icon--only .ilo--icon {
|
|
643
|
+
left: 0.2411575563rem;
|
|
644
|
+
top: 0.2411575563rem;
|
|
645
|
+
}
|
|
665
646
|
.ilo--button--medium .link__label,
|
|
666
647
|
.ilo--button--medium .button__label {
|
|
667
648
|
padding-bottom: 7px;
|
|
@@ -693,6 +674,14 @@ body {
|
|
|
693
674
|
right: 10px;
|
|
694
675
|
top: 3px;
|
|
695
676
|
}
|
|
677
|
+
.ilo--button--medium.icon--only {
|
|
678
|
+
height: 1.9292604502rem;
|
|
679
|
+
width: 1.9292604502rem;
|
|
680
|
+
}
|
|
681
|
+
.ilo--button--medium.icon--only .ilo--icon {
|
|
682
|
+
left: 0.1071811361rem;
|
|
683
|
+
top: 0.1071811361rem;
|
|
684
|
+
}
|
|
696
685
|
.ilo--button--small .link__label,
|
|
697
686
|
.ilo--button--small .button__label {
|
|
698
687
|
padding-bottom: 3px;
|
|
@@ -724,6 +713,14 @@ body {
|
|
|
724
713
|
right: 6px;
|
|
725
714
|
top: 1px;
|
|
726
715
|
}
|
|
716
|
+
.ilo--button--small.icon--only {
|
|
717
|
+
height: 1.3933547696rem;
|
|
718
|
+
width: 1.3933547696rem;
|
|
719
|
+
}
|
|
720
|
+
.ilo--button--small.icon--only .ilo--icon {
|
|
721
|
+
left: 0.026795284rem;
|
|
722
|
+
top: 0.026795284rem;
|
|
723
|
+
}
|
|
727
724
|
.ilo--button--primary {
|
|
728
725
|
background-color: rgb(255, 205, 45);
|
|
729
726
|
border: 2px rgb(255, 205, 45) solid;
|
|
@@ -811,9 +808,23 @@ body {
|
|
|
811
808
|
box-shadow: none;
|
|
812
809
|
}
|
|
813
810
|
|
|
811
|
+
[id*=story--components-button] div .ilo--button {
|
|
812
|
+
margin-right: 10px;
|
|
813
|
+
margin-bottom: 10px;
|
|
814
|
+
}
|
|
815
|
+
[id*=story--components-button] div .ilo--button--large.icon--only {
|
|
816
|
+
transform: translateY(-6px);
|
|
817
|
+
}
|
|
818
|
+
[id*=story--components-button] div .ilo--button--medium.icon--only {
|
|
819
|
+
transform: translateY(-5px);
|
|
820
|
+
}
|
|
821
|
+
[id*=story--components-button] div .ilo--button--small.icon--only {
|
|
822
|
+
transform: translateY(-5px);
|
|
823
|
+
}
|
|
824
|
+
|
|
814
825
|
/**
|
|
815
826
|
* Do not edit directly
|
|
816
|
-
* Generated on
|
|
827
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
817
828
|
*/
|
|
818
829
|
/**
|
|
819
830
|
* TOKENS:
|
|
@@ -826,7 +837,7 @@ body {
|
|
|
826
837
|
transition: max-height 0.2s ease-in-out;
|
|
827
838
|
}
|
|
828
839
|
.ilo--callout--collapse:not(.ilo--callout--open) {
|
|
829
|
-
max-height:
|
|
840
|
+
max-height: 78px;
|
|
830
841
|
overflow: hidden;
|
|
831
842
|
}
|
|
832
843
|
.ilo--callout--open {
|
|
@@ -884,7 +895,7 @@ body {
|
|
|
884
895
|
display: inline-block;
|
|
885
896
|
height: 24px;
|
|
886
897
|
position: absolute;
|
|
887
|
-
right:
|
|
898
|
+
right: -3px;
|
|
888
899
|
top: 50%;
|
|
889
900
|
transform: translateY(-50%) rotate(0);
|
|
890
901
|
transition: transform 0.2s ease-in-out;
|
|
@@ -943,7 +954,7 @@ body {
|
|
|
943
954
|
|
|
944
955
|
/**
|
|
945
956
|
* Do not edit directly
|
|
946
|
-
* Generated on
|
|
957
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
947
958
|
*/
|
|
948
959
|
/**
|
|
949
960
|
* TOKENS:
|
|
@@ -952,7 +963,7 @@ body {
|
|
|
952
963
|
* MAPS:
|
|
953
964
|
*/
|
|
954
965
|
.ilo--card {
|
|
955
|
-
margin:
|
|
966
|
+
margin: 0;
|
|
956
967
|
}
|
|
957
968
|
.ilo--card--action:hover, .ilo--card--action:focus {
|
|
958
969
|
background: rgb(255, 255, 255);
|
|
@@ -1488,7 +1499,7 @@ body {
|
|
|
1488
1499
|
|
|
1489
1500
|
/**
|
|
1490
1501
|
* Do not edit directly
|
|
1491
|
-
* Generated on
|
|
1502
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
1492
1503
|
*/
|
|
1493
1504
|
/**
|
|
1494
1505
|
* TOKENS:
|
|
@@ -1496,16 +1507,11 @@ body {
|
|
|
1496
1507
|
/**
|
|
1497
1508
|
* MAPS:
|
|
1498
1509
|
*/
|
|
1499
|
-
.ilo--cardgroup {
|
|
1500
|
-
background: #e5e5e5;
|
|
1501
|
-
padding: 112px 40px;
|
|
1502
|
-
}
|
|
1503
1510
|
.ilo--cardgroup--inner {
|
|
1504
1511
|
display: flex;
|
|
1505
1512
|
flex-wrap: wrap;
|
|
1506
1513
|
justify-content: space-between;
|
|
1507
1514
|
margin: auto;
|
|
1508
|
-
max-width: 1189px;
|
|
1509
1515
|
}
|
|
1510
1516
|
.ilo--cardgroup--inner .ilo--card {
|
|
1511
1517
|
width: 100%;
|
|
@@ -1528,7 +1534,7 @@ body {
|
|
|
1528
1534
|
|
|
1529
1535
|
/**
|
|
1530
1536
|
* Do not edit directly
|
|
1531
|
-
* Generated on
|
|
1537
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
1532
1538
|
*/
|
|
1533
1539
|
/**
|
|
1534
1540
|
* TOKENS:
|
|
@@ -1632,7 +1638,7 @@ body {
|
|
|
1632
1638
|
|
|
1633
1639
|
/**
|
|
1634
1640
|
* Do not edit directly
|
|
1635
|
-
* Generated on
|
|
1641
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
1636
1642
|
*/
|
|
1637
1643
|
/**
|
|
1638
1644
|
* TOKENS:
|
|
@@ -1704,7 +1710,7 @@ body {
|
|
|
1704
1710
|
|
|
1705
1711
|
/**
|
|
1706
1712
|
* Do not edit directly
|
|
1707
|
-
* Generated on
|
|
1713
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
1708
1714
|
*/
|
|
1709
1715
|
/**
|
|
1710
1716
|
* TOKENS:
|
|
@@ -1714,7 +1720,7 @@ body {
|
|
|
1714
1720
|
*/
|
|
1715
1721
|
/**
|
|
1716
1722
|
* Do not edit directly
|
|
1717
|
-
* Generated on
|
|
1723
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
1718
1724
|
*/
|
|
1719
1725
|
/**
|
|
1720
1726
|
* TOKENS:
|
|
@@ -1724,7 +1730,7 @@ body {
|
|
|
1724
1730
|
*/
|
|
1725
1731
|
/**
|
|
1726
1732
|
* Do not edit directly
|
|
1727
|
-
* Generated on
|
|
1733
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
1728
1734
|
*/
|
|
1729
1735
|
/**
|
|
1730
1736
|
* TOKENS:
|
|
@@ -1734,7 +1740,7 @@ body {
|
|
|
1734
1740
|
*/
|
|
1735
1741
|
/**
|
|
1736
1742
|
* Do not edit directly
|
|
1737
|
-
* Generated on
|
|
1743
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
1738
1744
|
*/
|
|
1739
1745
|
/**
|
|
1740
1746
|
* TOKENS:
|
|
@@ -1833,7 +1839,7 @@ body {
|
|
|
1833
1839
|
|
|
1834
1840
|
/**
|
|
1835
1841
|
* Do not edit directly
|
|
1836
|
-
* Generated on
|
|
1842
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
1837
1843
|
*/
|
|
1838
1844
|
/**
|
|
1839
1845
|
* TOKENS:
|
|
@@ -1853,7 +1859,7 @@ body {
|
|
|
1853
1859
|
|
|
1854
1860
|
/**
|
|
1855
1861
|
* Do not edit directly
|
|
1856
|
-
* Generated on
|
|
1862
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
1857
1863
|
*/
|
|
1858
1864
|
/**
|
|
1859
1865
|
* TOKENS:
|
|
@@ -1928,7 +1934,7 @@ body {
|
|
|
1928
1934
|
|
|
1929
1935
|
/**
|
|
1930
1936
|
* Do not edit directly
|
|
1931
|
-
* Generated on
|
|
1937
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
1932
1938
|
*/
|
|
1933
1939
|
/**
|
|
1934
1940
|
* TOKENS:
|
|
@@ -1938,7 +1944,7 @@ body {
|
|
|
1938
1944
|
*/
|
|
1939
1945
|
/**
|
|
1940
1946
|
* Do not edit directly
|
|
1941
|
-
* Generated on
|
|
1947
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
1942
1948
|
*/
|
|
1943
1949
|
/**
|
|
1944
1950
|
* TOKENS:
|
|
@@ -1948,7 +1954,7 @@ body {
|
|
|
1948
1954
|
*/
|
|
1949
1955
|
/**
|
|
1950
1956
|
* Do not edit directly
|
|
1951
|
-
* Generated on
|
|
1957
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
1952
1958
|
*/
|
|
1953
1959
|
/**
|
|
1954
1960
|
* TOKENS:
|
|
@@ -2001,7 +2007,7 @@ body {
|
|
|
2001
2007
|
|
|
2002
2008
|
/**
|
|
2003
2009
|
* Do not edit directly
|
|
2004
|
-
* Generated on
|
|
2010
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
2005
2011
|
*/
|
|
2006
2012
|
/**
|
|
2007
2013
|
* TOKENS:
|
|
@@ -2066,7 +2072,7 @@ body {
|
|
|
2066
2072
|
|
|
2067
2073
|
/**
|
|
2068
2074
|
* Do not edit directly
|
|
2069
|
-
* Generated on
|
|
2075
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
2070
2076
|
*/
|
|
2071
2077
|
/**
|
|
2072
2078
|
* TOKENS:
|
|
@@ -2172,7 +2178,7 @@ body {
|
|
|
2172
2178
|
|
|
2173
2179
|
/**
|
|
2174
2180
|
* Do not edit directly
|
|
2175
|
-
* Generated on
|
|
2181
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
2176
2182
|
*/
|
|
2177
2183
|
/**
|
|
2178
2184
|
* TOKENS:
|
|
@@ -2192,7 +2198,7 @@ body {
|
|
|
2192
2198
|
|
|
2193
2199
|
/**
|
|
2194
2200
|
* Do not edit directly
|
|
2195
|
-
* Generated on
|
|
2201
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
2196
2202
|
*/
|
|
2197
2203
|
/**
|
|
2198
2204
|
* TOKENS:
|
|
@@ -2468,7 +2474,7 @@ body {
|
|
|
2468
2474
|
|
|
2469
2475
|
/**
|
|
2470
2476
|
* Do not edit directly
|
|
2471
|
-
* Generated on
|
|
2477
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
2472
2478
|
*/
|
|
2473
2479
|
/**
|
|
2474
2480
|
* TOKENS:
|
|
@@ -2591,7 +2597,7 @@ body {
|
|
|
2591
2597
|
|
|
2592
2598
|
/**
|
|
2593
2599
|
* Do not edit directly
|
|
2594
|
-
* Generated on
|
|
2600
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
2595
2601
|
*/
|
|
2596
2602
|
/**
|
|
2597
2603
|
* TOKENS:
|
|
@@ -2929,7 +2935,7 @@ body {
|
|
|
2929
2935
|
|
|
2930
2936
|
/**
|
|
2931
2937
|
* Do not edit directly
|
|
2932
|
-
* Generated on
|
|
2938
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
2933
2939
|
*/
|
|
2934
2940
|
/**
|
|
2935
2941
|
* TOKENS:
|
|
@@ -2975,7 +2981,7 @@ body {
|
|
|
2975
2981
|
|
|
2976
2982
|
/**
|
|
2977
2983
|
* Do not edit directly
|
|
2978
|
-
* Generated on
|
|
2984
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
2979
2985
|
*/
|
|
2980
2986
|
/**
|
|
2981
2987
|
* TOKENS:
|
|
@@ -3125,7 +3131,7 @@ body {
|
|
|
3125
3131
|
|
|
3126
3132
|
/**
|
|
3127
3133
|
* Do not edit directly
|
|
3128
|
-
* Generated on
|
|
3134
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
3129
3135
|
*/
|
|
3130
3136
|
/**
|
|
3131
3137
|
* TOKENS:
|
|
@@ -3240,7 +3246,7 @@ body {
|
|
|
3240
3246
|
|
|
3241
3247
|
/**
|
|
3242
3248
|
* Do not edit directly
|
|
3243
|
-
* Generated on
|
|
3249
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
3244
3250
|
*/
|
|
3245
3251
|
/**
|
|
3246
3252
|
* TOKENS:
|
|
@@ -3293,7 +3299,7 @@ body {
|
|
|
3293
3299
|
font-family: Noto Sans;
|
|
3294
3300
|
margin-bottom: 1.0110920672rem;
|
|
3295
3301
|
margin-left: 1.2861736334rem;
|
|
3296
|
-
padding-left: 0.
|
|
3302
|
+
padding-left: 0.1607717042rem;
|
|
3297
3303
|
}
|
|
3298
3304
|
.ilo--list__item b,
|
|
3299
3305
|
.ilo--list__item strong {
|
|
@@ -3303,7 +3309,7 @@ body {
|
|
|
3303
3309
|
|
|
3304
3310
|
/**
|
|
3305
3311
|
* Do not edit directly
|
|
3306
|
-
* Generated on
|
|
3312
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
3307
3313
|
*/
|
|
3308
3314
|
/**
|
|
3309
3315
|
* TOKENS:
|
|
@@ -3313,7 +3319,7 @@ body {
|
|
|
3313
3319
|
*/
|
|
3314
3320
|
/**
|
|
3315
3321
|
* Do not edit directly
|
|
3316
|
-
* Generated on
|
|
3322
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
3317
3323
|
*/
|
|
3318
3324
|
/**
|
|
3319
3325
|
* TOKENS:
|
|
@@ -3323,7 +3329,7 @@ body {
|
|
|
3323
3329
|
*/
|
|
3324
3330
|
/**
|
|
3325
3331
|
* Do not edit directly
|
|
3326
|
-
* Generated on
|
|
3332
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
3327
3333
|
*/
|
|
3328
3334
|
/**
|
|
3329
3335
|
* TOKENS:
|
|
@@ -3431,7 +3437,7 @@ body {
|
|
|
3431
3437
|
|
|
3432
3438
|
/**
|
|
3433
3439
|
* Do not edit directly
|
|
3434
|
-
* Generated on
|
|
3440
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
3435
3441
|
*/
|
|
3436
3442
|
/**
|
|
3437
3443
|
* TOKENS:
|
|
@@ -3441,7 +3447,7 @@ body {
|
|
|
3441
3447
|
*/
|
|
3442
3448
|
/**
|
|
3443
3449
|
* Do not edit directly
|
|
3444
|
-
* Generated on
|
|
3450
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
3445
3451
|
*/
|
|
3446
3452
|
/**
|
|
3447
3453
|
* TOKENS:
|
|
@@ -3451,7 +3457,7 @@ body {
|
|
|
3451
3457
|
*/
|
|
3452
3458
|
/**
|
|
3453
3459
|
* Do not edit directly
|
|
3454
|
-
* Generated on
|
|
3460
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
3455
3461
|
*/
|
|
3456
3462
|
/**
|
|
3457
3463
|
* TOKENS:
|
|
@@ -3539,7 +3545,7 @@ body {
|
|
|
3539
3545
|
|
|
3540
3546
|
/**
|
|
3541
3547
|
* Do not edit directly
|
|
3542
|
-
* Generated on
|
|
3548
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
3543
3549
|
*/
|
|
3544
3550
|
/**
|
|
3545
3551
|
* TOKENS:
|
|
@@ -3549,7 +3555,7 @@ body {
|
|
|
3549
3555
|
*/
|
|
3550
3556
|
/**
|
|
3551
3557
|
* Do not edit directly
|
|
3552
|
-
* Generated on
|
|
3558
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
3553
3559
|
*/
|
|
3554
3560
|
/**
|
|
3555
3561
|
* TOKENS:
|
|
@@ -3559,7 +3565,7 @@ body {
|
|
|
3559
3565
|
*/
|
|
3560
3566
|
/**
|
|
3561
3567
|
* Do not edit directly
|
|
3562
|
-
* Generated on
|
|
3568
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
3563
3569
|
*/
|
|
3564
3570
|
/**
|
|
3565
3571
|
* TOKENS:
|
|
@@ -3723,7 +3729,7 @@ body {
|
|
|
3723
3729
|
|
|
3724
3730
|
/**
|
|
3725
3731
|
* Do not edit directly
|
|
3726
|
-
* Generated on
|
|
3732
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
3727
3733
|
*/
|
|
3728
3734
|
/**
|
|
3729
3735
|
* TOKENS:
|
|
@@ -3858,7 +3864,7 @@ body {
|
|
|
3858
3864
|
|
|
3859
3865
|
/**
|
|
3860
3866
|
* Do not edit directly
|
|
3861
|
-
* Generated on
|
|
3867
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
3862
3868
|
*/
|
|
3863
3869
|
/**
|
|
3864
3870
|
* TOKENS:
|
|
@@ -3987,7 +3993,7 @@ body {
|
|
|
3987
3993
|
|
|
3988
3994
|
/**
|
|
3989
3995
|
* Do not edit directly
|
|
3990
|
-
* Generated on
|
|
3996
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
3991
3997
|
*/
|
|
3992
3998
|
/**
|
|
3993
3999
|
* TOKENS:
|
|
@@ -4088,7 +4094,7 @@ body {
|
|
|
4088
4094
|
|
|
4089
4095
|
/**
|
|
4090
4096
|
* Do not edit directly
|
|
4091
|
-
* Generated on
|
|
4097
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
4092
4098
|
*/
|
|
4093
4099
|
/**
|
|
4094
4100
|
* TOKENS:
|
|
@@ -4147,7 +4153,7 @@ body {
|
|
|
4147
4153
|
|
|
4148
4154
|
/**
|
|
4149
4155
|
* Do not edit directly
|
|
4150
|
-
* Generated on
|
|
4156
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
4151
4157
|
*/
|
|
4152
4158
|
/**
|
|
4153
4159
|
* TOKENS:
|
|
@@ -4516,7 +4522,7 @@ body {
|
|
|
4516
4522
|
|
|
4517
4523
|
/**
|
|
4518
4524
|
* Do not edit directly
|
|
4519
|
-
* Generated on
|
|
4525
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
4520
4526
|
*/
|
|
4521
4527
|
/**
|
|
4522
4528
|
* TOKENS:
|
|
@@ -4560,7 +4566,7 @@ body {
|
|
|
4560
4566
|
|
|
4561
4567
|
/**
|
|
4562
4568
|
* Do not edit directly
|
|
4563
|
-
* Generated on
|
|
4569
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
4564
4570
|
*/
|
|
4565
4571
|
/**
|
|
4566
4572
|
* TOKENS:
|
|
@@ -4716,7 +4722,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
4716
4722
|
|
|
4717
4723
|
/**
|
|
4718
4724
|
* Do not edit directly
|
|
4719
|
-
* Generated on
|
|
4725
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
4720
4726
|
*/
|
|
4721
4727
|
/**
|
|
4722
4728
|
* TOKENS:
|
|
@@ -5035,7 +5041,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
5035
5041
|
|
|
5036
5042
|
/**
|
|
5037
5043
|
* Do not edit directly
|
|
5038
|
-
* Generated on
|
|
5044
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
5039
5045
|
*/
|
|
5040
5046
|
/**
|
|
5041
5047
|
* TOKENS:
|
|
@@ -5100,7 +5106,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
5100
5106
|
|
|
5101
5107
|
/**
|
|
5102
5108
|
* Do not edit directly
|
|
5103
|
-
* Generated on
|
|
5109
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
5104
5110
|
*/
|
|
5105
5111
|
/**
|
|
5106
5112
|
* TOKENS:
|
|
@@ -5261,7 +5267,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
5261
5267
|
|
|
5262
5268
|
/**
|
|
5263
5269
|
* Do not edit directly
|
|
5264
|
-
* Generated on
|
|
5270
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
5265
5271
|
*/
|
|
5266
5272
|
/**
|
|
5267
5273
|
* TOKENS:
|
|
@@ -5420,7 +5426,7 @@ Note that the styles for this component rely on CSS container queries, which cur
|
|
|
5420
5426
|
|
|
5421
5427
|
/**
|
|
5422
5428
|
* Do not edit directly
|
|
5423
|
-
* Generated on
|
|
5429
|
+
* Generated on Tue, 25 Oct 2022 15:49:45 GMT
|
|
5424
5430
|
*/
|
|
5425
5431
|
/**
|
|
5426
5432
|
* TOKENS:
|