@ilo-org/styles 0.11.0 → 0.11.2
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 +220 -259
- package/build/css/components/index.css.map +1 -1
- package/build/css/global.css +6 -1
- package/build/css/global.css.map +1 -1
- package/build/css/index.css +225 -259
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +240 -277
- 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/css/components/accordion.css +1 -1
- package/css/components/callout.css +1 -1
- package/css/components/card.css +1 -1
- package/css/components/navigation.css +1 -1
- package/css/components/profile.css +1 -1
- package/css/components/statcard.css +1 -1
- package/css/components/tabs.css +1 -1
- package/css/global.css +1 -1
- package/css/global.css.map +1 -1
- package/css/index.css +2 -2
- package/css/index.css.map +1 -1
- package/css/monorepo.css +2 -2
- package/css/monorepo.css.map +1 -1
- package/package.json +2 -2
- package/scss/_reset.scss +6 -0
- package/scss/components/_accordion.scss +27 -49
- package/scss/components/_callout.scss +11 -13
- package/scss/components/_card.scss +4 -0
- package/scss/components/_navigation.scss +3 -5
- package/scss/components/_profile.scss +116 -138
- package/scss/components/_statcard.scss +11 -2
- package/scss/components/_tabs.scss +1 -1
package/build/css/monorepo.css
CHANGED
|
@@ -139,6 +139,11 @@ select {
|
|
|
139
139
|
-moz-appearance: none;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
|
+
input,
|
|
143
|
+
textarea {
|
|
144
|
+
border-radius: 0;
|
|
145
|
+
}
|
|
146
|
+
|
|
142
147
|
*,
|
|
143
148
|
*::before,
|
|
144
149
|
*::after {
|
|
@@ -152,7 +157,7 @@ select {
|
|
|
152
157
|
}
|
|
153
158
|
/**
|
|
154
159
|
* Do not edit directly
|
|
155
|
-
* Generated on
|
|
160
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
156
161
|
*/
|
|
157
162
|
/**
|
|
158
163
|
* TOKENS:
|
|
@@ -165,44 +170,41 @@ select {
|
|
|
165
170
|
/* -------------------------- */
|
|
166
171
|
/* --- Overpass Medium --- */
|
|
167
172
|
@font-face {
|
|
173
|
+
font-display: swap;
|
|
168
174
|
font-family: "Overpass";
|
|
169
|
-
src: url("../assets/Overpass-Medium.ttf") format("truetype");
|
|
170
|
-
font-weight: 500;
|
|
171
175
|
font-style: normal;
|
|
172
|
-
font-
|
|
176
|
+
font-weight: 500;
|
|
177
|
+
src: url("../assets/overpass-v13-cyrillic-ext_latin-ext_vietnamese-500.woff2") format("woff2");
|
|
173
178
|
}
|
|
174
179
|
@font-face {
|
|
180
|
+
font-display: swap;
|
|
175
181
|
font-family: "Overpass";
|
|
176
|
-
src: url("../assets/Overpass-Medium.ttf") format("truetype");
|
|
177
|
-
font-weight: 500;
|
|
178
182
|
font-style: italic;
|
|
179
|
-
font-
|
|
183
|
+
font-weight: 500;
|
|
184
|
+
src: url("../assets/overpass-v13-cyrillic-ext_latin-ext_vietnamese-500italic.woff2") format("woff2");
|
|
180
185
|
}
|
|
181
186
|
/* --- Overpass Light --- */
|
|
182
187
|
@font-face {
|
|
188
|
+
font-display: swap;
|
|
183
189
|
font-family: "Overpass";
|
|
184
|
-
src: url("../assets/Overpass-Light.eot");
|
|
185
|
-
src: url("../assets/Overpass-Light.eot?#iefix") format("embedded-opentype"), url("../assets/Overpass-Light.woff2") format("woff2"), url("../assets/Overpass-Light.woff") format("woff"), url("../assets/Overpass-Light.ttf") format("truetype");
|
|
186
|
-
font-weight: 300;
|
|
187
190
|
font-style: normal;
|
|
188
|
-
font-
|
|
191
|
+
font-weight: 300;
|
|
192
|
+
src: url("../assets/overpass-v13-cyrillic-ext_latin-ext_vietnamese-300.woff2") format("woff2");
|
|
189
193
|
}
|
|
190
194
|
/* --- Overpass Bold --- */
|
|
191
195
|
@font-face {
|
|
196
|
+
font-display: swap;
|
|
192
197
|
font-family: "Overpass";
|
|
193
|
-
src: url("../assets/Overpass-Bold.eot");
|
|
194
|
-
src: url("../assets/Overpass-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/Overpass-Bold.woff2") format("woff2"), url("../assets/Overpass-Bold.woff") format("woff"), url("../assets/Overpass-Bold.ttf") format("truetype");
|
|
195
|
-
font-weight: 700;
|
|
196
198
|
font-style: normal;
|
|
197
|
-
font-
|
|
199
|
+
font-weight: 700;
|
|
200
|
+
src: url("../assets/overpass-v13-cyrillic-ext_latin-ext_vietnamese-700.woff2") format("woff2");
|
|
198
201
|
}
|
|
199
202
|
@font-face {
|
|
203
|
+
font-display: swap;
|
|
200
204
|
font-family: "Overpass";
|
|
201
|
-
src: url("../assets/Overpass-BoldItalic.eot");
|
|
202
|
-
src: url("../assets/Overpass-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/Overpass-BoldItalic.woff2") format("woff2"), url("../assets/Overpass-BoldItalic.woff") format("woff"), url("../assets/Overpass-BoldItalic.ttf") format("truetype");
|
|
203
|
-
font-weight: 700;
|
|
204
205
|
font-style: italic;
|
|
205
|
-
font-
|
|
206
|
+
font-weight: 700;
|
|
207
|
+
src: url("../assets/overpass-v13-cyrillic-ext_latin-ext_vietnamese-700italic.woff2") format("woff2");
|
|
206
208
|
}
|
|
207
209
|
/* --------------------------- */
|
|
208
210
|
/* -------- Noto Sans -------- */
|
|
@@ -251,7 +253,7 @@ body {
|
|
|
251
253
|
|
|
252
254
|
/**
|
|
253
255
|
* Do not edit directly
|
|
254
|
-
* Generated on
|
|
256
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
255
257
|
*/
|
|
256
258
|
/**
|
|
257
259
|
* TOKENS:
|
|
@@ -260,28 +262,27 @@ body {
|
|
|
260
262
|
* MAPS:
|
|
261
263
|
*/
|
|
262
264
|
.ilo--accordion--button {
|
|
265
|
+
display: flex;
|
|
263
266
|
align-items: center;
|
|
267
|
+
flex-direction: row;
|
|
268
|
+
justify-content: space-between;
|
|
269
|
+
width: 100%;
|
|
270
|
+
margin: 0;
|
|
271
|
+
padding: 0.9646302251rem 1.9292604502rem 0.9646302251rem 0;
|
|
264
272
|
background-color: rgb(255, 255, 255);
|
|
265
273
|
background-position: calc(100% - 0.3215434084rem) center;
|
|
266
274
|
background-repeat: no-repeat;
|
|
267
275
|
background-size: 1.2861736334rem 1.2861736334rem;
|
|
268
276
|
border: none;
|
|
269
277
|
border-top: 2px solid rgb(237, 240, 242);
|
|
270
|
-
color: rgb(35, 0, 80);
|
|
271
|
-
display: flex;
|
|
272
278
|
fill: rgb(35, 0, 80);
|
|
273
|
-
flex-direction: row;
|
|
274
279
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
280
|
+
color: rgb(35, 0, 80);
|
|
275
281
|
font-weight: 500;
|
|
276
282
|
font-size: 16px;
|
|
277
283
|
letter-spacing: -0.02em;
|
|
278
284
|
line-height: 21.6px;
|
|
279
|
-
|
|
280
|
-
margin: 0;
|
|
281
|
-
padding: 0.9646302251rem 1.9292604502rem 0.9646302251rem 0;
|
|
282
|
-
text-align: left;
|
|
283
|
-
transition: border 150ms ease-out, background 150ms ease-out, color 150ms ease-out;
|
|
284
|
-
width: 100%;
|
|
285
|
+
transition: all 500ms ease-in-out;
|
|
285
286
|
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='M18 11H13V6H11V11H6V13H11V18H13V13H18V11Z'/%3e%3c/svg%3e");
|
|
286
287
|
}
|
|
287
288
|
.ilo--accordion--button--large {
|
|
@@ -324,53 +325,27 @@ body {
|
|
|
324
325
|
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='M18 11H13V6H11V11H6V13H11V18H13V13H18V11Z'/%3e%3c/svg%3e");
|
|
325
326
|
}
|
|
326
327
|
.ilo--accordion--panel {
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
330
|
-
position: relative;
|
|
331
|
-
height: 0px;
|
|
328
|
+
max-height: 0;
|
|
329
|
+
transition: all 500ms cubic-bezier(0, 1, 0, 1);
|
|
332
330
|
overflow: hidden;
|
|
333
|
-
transition: height 225ms ease-out, padding 225ms ease-out;
|
|
334
|
-
font-size: 16px;
|
|
335
|
-
letter-spacing: -0.02em;
|
|
336
|
-
line-height: 21.6px;
|
|
337
331
|
}
|
|
338
332
|
.ilo--accordion--panel .ilo--accordion--innerpanel {
|
|
339
333
|
padding-bottom: 2.1436227224rem;
|
|
340
334
|
padding-top: 0.4287245445rem;
|
|
341
335
|
}
|
|
342
336
|
.ilo--accordion--panel--open {
|
|
343
|
-
height:
|
|
344
|
-
transition:
|
|
337
|
+
max-height: 100vh;
|
|
338
|
+
transition: all 500ms ease-in-out;
|
|
345
339
|
}
|
|
346
|
-
.ilo--accordion--panel__scroll {
|
|
347
|
-
max-height:
|
|
340
|
+
.ilo--accordion--panel--open.ilo--accordion--panel__scroll {
|
|
341
|
+
max-height: 300px;
|
|
348
342
|
overflow-y: auto;
|
|
349
343
|
padding-right: 1.7148981779rem;
|
|
350
344
|
}
|
|
351
|
-
.ilo--accordion--panel.collapsing, .ilo--accordion--panel.expanding {
|
|
352
|
-
height: 0;
|
|
353
|
-
position: relative;
|
|
354
|
-
overflow: hidden;
|
|
355
|
-
visibility: visible;
|
|
356
|
-
-webkit-transition-property: height, padding, visibility;
|
|
357
|
-
transition-property: height, padding, visibility;
|
|
358
|
-
transition-duration: attr(data-transition);
|
|
359
|
-
-webkit-transition-duration: attr(data-transition);
|
|
360
|
-
transition-timing-function: ease;
|
|
361
|
-
-webkit-transition-timing-function: ease;
|
|
362
|
-
}
|
|
363
|
-
@media screen and (min-width: 610px) {
|
|
364
|
-
.ilo--accordion--panel {
|
|
365
|
-
font-size: 18.66px;
|
|
366
|
-
letter-spacing: -0.02em;
|
|
367
|
-
line-height: 24.26px;
|
|
368
|
-
}
|
|
369
|
-
}
|
|
370
345
|
|
|
371
346
|
/**
|
|
372
347
|
* Do not edit directly
|
|
373
|
-
* Generated on
|
|
348
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
374
349
|
*/
|
|
375
350
|
/**
|
|
376
351
|
* TOKENS:
|
|
@@ -395,7 +370,7 @@ body {
|
|
|
395
370
|
}
|
|
396
371
|
/**
|
|
397
372
|
* Do not edit directly
|
|
398
|
-
* Generated on
|
|
373
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
399
374
|
*/
|
|
400
375
|
/**
|
|
401
376
|
* TOKENS:
|
|
@@ -651,7 +626,7 @@ body {
|
|
|
651
626
|
|
|
652
627
|
/**
|
|
653
628
|
* Do not edit directly
|
|
654
|
-
* Generated on
|
|
629
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
655
630
|
*/
|
|
656
631
|
/**
|
|
657
632
|
* TOKENS:
|
|
@@ -661,7 +636,7 @@ body {
|
|
|
661
636
|
*/
|
|
662
637
|
/**
|
|
663
638
|
* Do not edit directly
|
|
664
|
-
* Generated on
|
|
639
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
665
640
|
*/
|
|
666
641
|
/**
|
|
667
642
|
* TOKENS:
|
|
@@ -686,7 +661,7 @@ body {
|
|
|
686
661
|
}
|
|
687
662
|
/**
|
|
688
663
|
* Do not edit directly
|
|
689
|
-
* Generated on
|
|
664
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
690
665
|
*/
|
|
691
666
|
/**
|
|
692
667
|
* TOKENS:
|
|
@@ -976,7 +951,7 @@ body {
|
|
|
976
951
|
|
|
977
952
|
/**
|
|
978
953
|
* Do not edit directly
|
|
979
|
-
* Generated on
|
|
954
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
980
955
|
*/
|
|
981
956
|
/**
|
|
982
957
|
* TOKENS:
|
|
@@ -1003,24 +978,21 @@ body {
|
|
|
1003
978
|
padding: 1.3933547696rem 0.6430868167rem;
|
|
1004
979
|
width: 2.1436227224rem;
|
|
1005
980
|
}
|
|
981
|
+
.ilo--callout--sidebar .ilo--callout--icon {
|
|
982
|
+
position: relative;
|
|
983
|
+
top: 0.0803858521rem;
|
|
984
|
+
}
|
|
1006
985
|
.ilo--callout--content {
|
|
1007
986
|
padding: 1.3933547696rem 1.1789924973rem 1.2861736334rem;
|
|
1008
987
|
width: 100%;
|
|
1009
|
-
|
|
1010
|
-
.ilo--callout--copy {
|
|
1011
|
-
font-size: 14.93px;
|
|
1012
|
-
letter-spacing: normal;
|
|
1013
|
-
line-height: 20.3px;
|
|
1014
|
-
}
|
|
1015
|
-
.ilo--callout--copy:not(:last-child) {
|
|
1016
|
-
margin-bottom: 1.2861736334rem;
|
|
988
|
+
font-size: 0.8001071811rem;
|
|
1017
989
|
}
|
|
1018
990
|
.ilo--callout--header {
|
|
1019
991
|
display: flex;
|
|
1020
992
|
justify-content: space-between;
|
|
1021
993
|
padding: 0 0 1.2861736334rem;
|
|
1022
994
|
}
|
|
1023
|
-
.ilo--callout--
|
|
995
|
+
.ilo--callout--title {
|
|
1024
996
|
font-size: 16px;
|
|
1025
997
|
letter-spacing: -0.02em;
|
|
1026
998
|
line-height: 21.6px;
|
|
@@ -1037,7 +1009,7 @@ body {
|
|
|
1037
1009
|
cursor: pointer;
|
|
1038
1010
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
1039
1011
|
font-weight: 500;
|
|
1040
|
-
padding-right:
|
|
1012
|
+
padding-right: 32px;
|
|
1041
1013
|
position: relative;
|
|
1042
1014
|
}
|
|
1043
1015
|
.ilo--callout--toggle--icon {
|
|
@@ -1047,11 +1019,11 @@ body {
|
|
|
1047
1019
|
display: inline-block;
|
|
1048
1020
|
height: 24px;
|
|
1049
1021
|
position: absolute;
|
|
1050
|
-
right:
|
|
1051
|
-
top:
|
|
1022
|
+
right: 0;
|
|
1023
|
+
top: 11px;
|
|
1052
1024
|
transform: translateY(-50%) rotate(0);
|
|
1053
1025
|
transition: transform 225ms ease-out;
|
|
1054
|
-
width:
|
|
1026
|
+
width: 24px;
|
|
1055
1027
|
}
|
|
1056
1028
|
.ilo--callout--footer {
|
|
1057
1029
|
padding: 1.2861736334rem 0 0 0;
|
|
@@ -1106,7 +1078,7 @@ body {
|
|
|
1106
1078
|
|
|
1107
1079
|
/**
|
|
1108
1080
|
* Do not edit directly
|
|
1109
|
-
* Generated on
|
|
1081
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
1110
1082
|
*/
|
|
1111
1083
|
/**
|
|
1112
1084
|
* TOKENS:
|
|
@@ -1116,7 +1088,7 @@ body {
|
|
|
1116
1088
|
*/
|
|
1117
1089
|
/**
|
|
1118
1090
|
* Do not edit directly
|
|
1119
|
-
* Generated on
|
|
1091
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
1120
1092
|
*/
|
|
1121
1093
|
/**
|
|
1122
1094
|
* TOKENS:
|
|
@@ -1141,7 +1113,7 @@ body {
|
|
|
1141
1113
|
}
|
|
1142
1114
|
/**
|
|
1143
1115
|
* Do not edit directly
|
|
1144
|
-
* Generated on
|
|
1116
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
1145
1117
|
*/
|
|
1146
1118
|
/**
|
|
1147
1119
|
* TOKENS:
|
|
@@ -1159,7 +1131,7 @@ body {
|
|
|
1159
1131
|
|
|
1160
1132
|
/**
|
|
1161
1133
|
* Do not edit directly
|
|
1162
|
-
* Generated on
|
|
1134
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
1163
1135
|
*/
|
|
1164
1136
|
/**
|
|
1165
1137
|
* TOKENS:
|
|
@@ -1236,6 +1208,9 @@ body {
|
|
|
1236
1208
|
width: 40px;
|
|
1237
1209
|
z-index: 1;
|
|
1238
1210
|
}
|
|
1211
|
+
.ilo--card--wrap {
|
|
1212
|
+
height: 100%;
|
|
1213
|
+
}
|
|
1239
1214
|
.ilo--card--wrapper {
|
|
1240
1215
|
max-width: var(--max-width);
|
|
1241
1216
|
}
|
|
@@ -1370,7 +1345,7 @@ body {
|
|
|
1370
1345
|
|
|
1371
1346
|
/**
|
|
1372
1347
|
* Do not edit directly
|
|
1373
|
-
* Generated on
|
|
1348
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
1374
1349
|
*/
|
|
1375
1350
|
/**
|
|
1376
1351
|
* TOKENS:
|
|
@@ -1538,7 +1513,7 @@ body {
|
|
|
1538
1513
|
|
|
1539
1514
|
/**
|
|
1540
1515
|
* Do not edit directly
|
|
1541
|
-
* Generated on
|
|
1516
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
1542
1517
|
*/
|
|
1543
1518
|
/**
|
|
1544
1519
|
* TOKENS:
|
|
@@ -1632,7 +1607,7 @@ body {
|
|
|
1632
1607
|
|
|
1633
1608
|
/**
|
|
1634
1609
|
* Do not edit directly
|
|
1635
|
-
* Generated on
|
|
1610
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
1636
1611
|
*/
|
|
1637
1612
|
/**
|
|
1638
1613
|
* TOKENS:
|
|
@@ -1769,7 +1744,7 @@ body {
|
|
|
1769
1744
|
|
|
1770
1745
|
/**
|
|
1771
1746
|
* Do not edit directly
|
|
1772
|
-
* Generated on
|
|
1747
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
1773
1748
|
*/
|
|
1774
1749
|
/**
|
|
1775
1750
|
* TOKENS:
|
|
@@ -1911,7 +1886,7 @@ body {
|
|
|
1911
1886
|
|
|
1912
1887
|
/**
|
|
1913
1888
|
* Do not edit directly
|
|
1914
|
-
* Generated on
|
|
1889
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
1915
1890
|
*/
|
|
1916
1891
|
/**
|
|
1917
1892
|
* TOKENS:
|
|
@@ -2060,7 +2035,7 @@ body {
|
|
|
2060
2035
|
|
|
2061
2036
|
/**
|
|
2062
2037
|
* Do not edit directly
|
|
2063
|
-
* Generated on
|
|
2038
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2064
2039
|
*/
|
|
2065
2040
|
/**
|
|
2066
2041
|
* TOKENS:
|
|
@@ -2175,7 +2150,7 @@ body {
|
|
|
2175
2150
|
|
|
2176
2151
|
/**
|
|
2177
2152
|
* Do not edit directly
|
|
2178
|
-
* Generated on
|
|
2153
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2179
2154
|
*/
|
|
2180
2155
|
/**
|
|
2181
2156
|
* TOKENS:
|
|
@@ -2205,7 +2180,9 @@ body {
|
|
|
2205
2180
|
}
|
|
2206
2181
|
.ilo--card__type__stat .ilo--card--content {
|
|
2207
2182
|
display: flex;
|
|
2208
|
-
flex-
|
|
2183
|
+
flex-flow: column;
|
|
2184
|
+
align-items: flex-start;
|
|
2185
|
+
justify-content: flex-start;
|
|
2209
2186
|
height: 100%;
|
|
2210
2187
|
}
|
|
2211
2188
|
.right-to-left .ilo--card__type__stat .ilo--card--content {
|
|
@@ -2228,16 +2205,22 @@ body {
|
|
|
2228
2205
|
margin-bottom: 1.6734954235rem;
|
|
2229
2206
|
width: 100%;
|
|
2230
2207
|
}
|
|
2208
|
+
.ilo--card__type__stat .ilo--card--source {
|
|
2209
|
+
display: flex;
|
|
2210
|
+
flex: auto;
|
|
2211
|
+
flex-flow: column;
|
|
2212
|
+
justify-content: flex-end;
|
|
2213
|
+
align-items: flex-start;
|
|
2214
|
+
}
|
|
2231
2215
|
.ilo--card__type__stat .ilo--link {
|
|
2232
2216
|
font-size: 11.94px;
|
|
2233
2217
|
letter-spacing: -0.02em;
|
|
2234
2218
|
line-height: 16.24px;
|
|
2235
|
-
align-self: flex-end;
|
|
2236
2219
|
}
|
|
2237
2220
|
|
|
2238
2221
|
/**
|
|
2239
2222
|
* Do not edit directly
|
|
2240
|
-
* Generated on
|
|
2223
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2241
2224
|
*/
|
|
2242
2225
|
/**
|
|
2243
2226
|
* TOKENS:
|
|
@@ -2312,7 +2295,7 @@ body {
|
|
|
2312
2295
|
|
|
2313
2296
|
/**
|
|
2314
2297
|
* Do not edit directly
|
|
2315
|
-
* Generated on
|
|
2298
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2316
2299
|
*/
|
|
2317
2300
|
/**
|
|
2318
2301
|
* TOKENS:
|
|
@@ -2364,7 +2347,7 @@ body {
|
|
|
2364
2347
|
|
|
2365
2348
|
/**
|
|
2366
2349
|
* Do not edit directly
|
|
2367
|
-
* Generated on
|
|
2350
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2368
2351
|
*/
|
|
2369
2352
|
/**
|
|
2370
2353
|
* TOKENS:
|
|
@@ -2441,7 +2424,7 @@ body {
|
|
|
2441
2424
|
|
|
2442
2425
|
/**
|
|
2443
2426
|
* Do not edit directly
|
|
2444
|
-
* Generated on
|
|
2427
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2445
2428
|
*/
|
|
2446
2429
|
/**
|
|
2447
2430
|
* TOKENS:
|
|
@@ -2522,7 +2505,7 @@ body {
|
|
|
2522
2505
|
|
|
2523
2506
|
/**
|
|
2524
2507
|
* Do not edit directly
|
|
2525
|
-
* Generated on
|
|
2508
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2526
2509
|
*/
|
|
2527
2510
|
/**
|
|
2528
2511
|
* TOKENS:
|
|
@@ -2532,7 +2515,7 @@ body {
|
|
|
2532
2515
|
*/
|
|
2533
2516
|
/**
|
|
2534
2517
|
* Do not edit directly
|
|
2535
|
-
* Generated on
|
|
2518
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2536
2519
|
*/
|
|
2537
2520
|
/**
|
|
2538
2521
|
* TOKENS:
|
|
@@ -2542,7 +2525,7 @@ body {
|
|
|
2542
2525
|
*/
|
|
2543
2526
|
/**
|
|
2544
2527
|
* Do not edit directly
|
|
2545
|
-
* Generated on
|
|
2528
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2546
2529
|
*/
|
|
2547
2530
|
/**
|
|
2548
2531
|
* TOKENS:
|
|
@@ -2552,7 +2535,7 @@ body {
|
|
|
2552
2535
|
*/
|
|
2553
2536
|
/**
|
|
2554
2537
|
* Do not edit directly
|
|
2555
|
-
* Generated on
|
|
2538
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2556
2539
|
*/
|
|
2557
2540
|
/**
|
|
2558
2541
|
* TOKENS:
|
|
@@ -2678,7 +2661,7 @@ body {
|
|
|
2678
2661
|
|
|
2679
2662
|
/**
|
|
2680
2663
|
* Do not edit directly
|
|
2681
|
-
* Generated on
|
|
2664
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2682
2665
|
*/
|
|
2683
2666
|
/**
|
|
2684
2667
|
* TOKENS:
|
|
@@ -2695,7 +2678,7 @@ body {
|
|
|
2695
2678
|
|
|
2696
2679
|
/**
|
|
2697
2680
|
* Do not edit directly
|
|
2698
|
-
* Generated on
|
|
2681
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2699
2682
|
*/
|
|
2700
2683
|
/**
|
|
2701
2684
|
* TOKENS:
|
|
@@ -2783,7 +2766,7 @@ body {
|
|
|
2783
2766
|
|
|
2784
2767
|
/**
|
|
2785
2768
|
* Do not edit directly
|
|
2786
|
-
* Generated on
|
|
2769
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2787
2770
|
*/
|
|
2788
2771
|
/**
|
|
2789
2772
|
* TOKENS:
|
|
@@ -2793,7 +2776,7 @@ body {
|
|
|
2793
2776
|
*/
|
|
2794
2777
|
/**
|
|
2795
2778
|
* Do not edit directly
|
|
2796
|
-
* Generated on
|
|
2779
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2797
2780
|
*/
|
|
2798
2781
|
/**
|
|
2799
2782
|
* TOKENS:
|
|
@@ -2803,7 +2786,7 @@ body {
|
|
|
2803
2786
|
*/
|
|
2804
2787
|
/**
|
|
2805
2788
|
* Do not edit directly
|
|
2806
|
-
* Generated on
|
|
2789
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2807
2790
|
*/
|
|
2808
2791
|
/**
|
|
2809
2792
|
* TOKENS:
|
|
@@ -2856,7 +2839,7 @@ body {
|
|
|
2856
2839
|
|
|
2857
2840
|
/**
|
|
2858
2841
|
* Do not edit directly
|
|
2859
|
-
* Generated on
|
|
2842
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2860
2843
|
*/
|
|
2861
2844
|
/**
|
|
2862
2845
|
* TOKENS:
|
|
@@ -2941,7 +2924,7 @@ body {
|
|
|
2941
2924
|
|
|
2942
2925
|
/**
|
|
2943
2926
|
* Do not edit directly
|
|
2944
|
-
* Generated on
|
|
2927
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
2945
2928
|
*/
|
|
2946
2929
|
/**
|
|
2947
2930
|
* TOKENS:
|
|
@@ -3038,7 +3021,7 @@ body {
|
|
|
3038
3021
|
|
|
3039
3022
|
/**
|
|
3040
3023
|
* Do not edit directly
|
|
3041
|
-
* Generated on
|
|
3024
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
3042
3025
|
*/
|
|
3043
3026
|
/**
|
|
3044
3027
|
* TOKENS:
|
|
@@ -3079,7 +3062,7 @@ body {
|
|
|
3079
3062
|
|
|
3080
3063
|
/**
|
|
3081
3064
|
* Do not edit directly
|
|
3082
|
-
* Generated on
|
|
3065
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
3083
3066
|
*/
|
|
3084
3067
|
/**
|
|
3085
3068
|
* TOKENS:
|
|
@@ -3200,7 +3183,7 @@ body {
|
|
|
3200
3183
|
|
|
3201
3184
|
/**
|
|
3202
3185
|
* Do not edit directly
|
|
3203
|
-
* Generated on
|
|
3186
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
3204
3187
|
*/
|
|
3205
3188
|
/**
|
|
3206
3189
|
* TOKENS:
|
|
@@ -3210,7 +3193,7 @@ body {
|
|
|
3210
3193
|
*/
|
|
3211
3194
|
/**
|
|
3212
3195
|
* Do not edit directly
|
|
3213
|
-
* Generated on
|
|
3196
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
3214
3197
|
*/
|
|
3215
3198
|
/**
|
|
3216
3199
|
* TOKENS:
|
|
@@ -3235,7 +3218,7 @@ body {
|
|
|
3235
3218
|
}
|
|
3236
3219
|
/**
|
|
3237
3220
|
* Do not edit directly
|
|
3238
|
-
* Generated on
|
|
3221
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
3239
3222
|
*/
|
|
3240
3223
|
/**
|
|
3241
3224
|
* TOKENS:
|
|
@@ -3602,7 +3585,7 @@ body {
|
|
|
3602
3585
|
|
|
3603
3586
|
/**
|
|
3604
3587
|
* Do not edit directly
|
|
3605
|
-
* Generated on
|
|
3588
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
3606
3589
|
*/
|
|
3607
3590
|
/**
|
|
3608
3591
|
* TOKENS:
|
|
@@ -3725,7 +3708,7 @@ body {
|
|
|
3725
3708
|
|
|
3726
3709
|
/**
|
|
3727
3710
|
* Do not edit directly
|
|
3728
|
-
* Generated on
|
|
3711
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
3729
3712
|
*/
|
|
3730
3713
|
/**
|
|
3731
3714
|
* TOKENS:
|
|
@@ -4102,7 +4085,7 @@ body {
|
|
|
4102
4085
|
|
|
4103
4086
|
/**
|
|
4104
4087
|
* Do not edit directly
|
|
4105
|
-
* Generated on
|
|
4088
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
4106
4089
|
*/
|
|
4107
4090
|
/**
|
|
4108
4091
|
* TOKENS:
|
|
@@ -4238,7 +4221,7 @@ body {
|
|
|
4238
4221
|
|
|
4239
4222
|
/**
|
|
4240
4223
|
* Do not edit directly
|
|
4241
|
-
* Generated on
|
|
4224
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
4242
4225
|
*/
|
|
4243
4226
|
/**
|
|
4244
4227
|
* TOKENS:
|
|
@@ -4294,7 +4277,7 @@ body {
|
|
|
4294
4277
|
|
|
4295
4278
|
/**
|
|
4296
4279
|
* Do not edit directly
|
|
4297
|
-
* Generated on
|
|
4280
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
4298
4281
|
*/
|
|
4299
4282
|
/**
|
|
4300
4283
|
* TOKENS:
|
|
@@ -4436,7 +4419,7 @@ body {
|
|
|
4436
4419
|
|
|
4437
4420
|
/**
|
|
4438
4421
|
* Do not edit directly
|
|
4439
|
-
* Generated on
|
|
4422
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
4440
4423
|
*/
|
|
4441
4424
|
/**
|
|
4442
4425
|
* TOKENS:
|
|
@@ -4446,7 +4429,7 @@ body {
|
|
|
4446
4429
|
*/
|
|
4447
4430
|
/**
|
|
4448
4431
|
* Do not edit directly
|
|
4449
|
-
* Generated on
|
|
4432
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
4450
4433
|
*/
|
|
4451
4434
|
/**
|
|
4452
4435
|
* TOKENS:
|
|
@@ -4471,7 +4454,7 @@ body {
|
|
|
4471
4454
|
}
|
|
4472
4455
|
/**
|
|
4473
4456
|
* Do not edit directly
|
|
4474
|
-
* Generated on
|
|
4457
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
4475
4458
|
*/
|
|
4476
4459
|
/**
|
|
4477
4460
|
* TOKENS:
|
|
@@ -4629,7 +4612,7 @@ body {
|
|
|
4629
4612
|
|
|
4630
4613
|
/**
|
|
4631
4614
|
* Do not edit directly
|
|
4632
|
-
* Generated on
|
|
4615
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
4633
4616
|
*/
|
|
4634
4617
|
/**
|
|
4635
4618
|
* TOKENS:
|
|
@@ -4724,7 +4707,7 @@ body {
|
|
|
4724
4707
|
|
|
4725
4708
|
/**
|
|
4726
4709
|
* Do not edit directly
|
|
4727
|
-
* Generated on
|
|
4710
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
4728
4711
|
*/
|
|
4729
4712
|
/**
|
|
4730
4713
|
* TOKENS:
|
|
@@ -4734,7 +4717,7 @@ body {
|
|
|
4734
4717
|
*/
|
|
4735
4718
|
/**
|
|
4736
4719
|
* Do not edit directly
|
|
4737
|
-
* Generated on
|
|
4720
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
4738
4721
|
*/
|
|
4739
4722
|
/**
|
|
4740
4723
|
* TOKENS:
|
|
@@ -4744,7 +4727,7 @@ body {
|
|
|
4744
4727
|
*/
|
|
4745
4728
|
/**
|
|
4746
4729
|
* Do not edit directly
|
|
4747
|
-
* Generated on
|
|
4730
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
4748
4731
|
*/
|
|
4749
4732
|
/**
|
|
4750
4733
|
* TOKENS:
|
|
@@ -4915,7 +4898,7 @@ body {
|
|
|
4915
4898
|
|
|
4916
4899
|
/**
|
|
4917
4900
|
* Do not edit directly
|
|
4918
|
-
* Generated on
|
|
4901
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
4919
4902
|
*/
|
|
4920
4903
|
/**
|
|
4921
4904
|
* TOKENS:
|
|
@@ -4962,7 +4945,7 @@ body {
|
|
|
4962
4945
|
|
|
4963
4946
|
/**
|
|
4964
4947
|
* Do not edit directly
|
|
4965
|
-
* Generated on
|
|
4948
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
4966
4949
|
*/
|
|
4967
4950
|
/**
|
|
4968
4951
|
* TOKENS:
|
|
@@ -4972,7 +4955,7 @@ body {
|
|
|
4972
4955
|
*/
|
|
4973
4956
|
/**
|
|
4974
4957
|
* Do not edit directly
|
|
4975
|
-
* Generated on
|
|
4958
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
4976
4959
|
*/
|
|
4977
4960
|
/**
|
|
4978
4961
|
* TOKENS:
|
|
@@ -4982,7 +4965,7 @@ body {
|
|
|
4982
4965
|
*/
|
|
4983
4966
|
/**
|
|
4984
4967
|
* Do not edit directly
|
|
4985
|
-
* Generated on
|
|
4968
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
4986
4969
|
*/
|
|
4987
4970
|
/**
|
|
4988
4971
|
* TOKENS:
|
|
@@ -5079,7 +5062,7 @@ body {
|
|
|
5079
5062
|
|
|
5080
5063
|
/**
|
|
5081
5064
|
* Do not edit directly
|
|
5082
|
-
* Generated on
|
|
5065
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
5083
5066
|
*/
|
|
5084
5067
|
/**
|
|
5085
5068
|
* TOKENS:
|
|
@@ -5165,21 +5148,18 @@ body {
|
|
|
5165
5148
|
}
|
|
5166
5149
|
.ilo--header--logo {
|
|
5167
5150
|
display: block;
|
|
5168
|
-
max-width: 150px;
|
|
5169
5151
|
width: 100%;
|
|
5170
5152
|
}
|
|
5171
|
-
@media screen and (min-width: 1024px) {
|
|
5172
|
-
.ilo--header--logo {
|
|
5173
|
-
max-width: 200px;
|
|
5174
|
-
}
|
|
5175
|
-
}
|
|
5176
5153
|
.ilo--header--logo-link {
|
|
5177
5154
|
display: block;
|
|
5178
5155
|
padding: 16px 0;
|
|
5156
|
+
max-width: 150px;
|
|
5157
|
+
width: 100%;
|
|
5179
5158
|
}
|
|
5180
5159
|
@media screen and (min-width: 1024px) {
|
|
5181
5160
|
.ilo--header--logo-link {
|
|
5182
5161
|
padding: 0 0 24px;
|
|
5162
|
+
max-width: 200px;
|
|
5183
5163
|
}
|
|
5184
5164
|
}
|
|
5185
5165
|
.ilo--header--logo-bar {
|
|
@@ -5969,7 +5949,7 @@ body {
|
|
|
5969
5949
|
|
|
5970
5950
|
/**
|
|
5971
5951
|
* Do not edit directly
|
|
5972
|
-
* Generated on
|
|
5952
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
5973
5953
|
*/
|
|
5974
5954
|
/**
|
|
5975
5955
|
* TOKENS:
|
|
@@ -5979,7 +5959,7 @@ body {
|
|
|
5979
5959
|
*/
|
|
5980
5960
|
/**
|
|
5981
5961
|
* Do not edit directly
|
|
5982
|
-
* Generated on
|
|
5962
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
5983
5963
|
*/
|
|
5984
5964
|
/**
|
|
5985
5965
|
* TOKENS:
|
|
@@ -5989,7 +5969,7 @@ body {
|
|
|
5989
5969
|
*/
|
|
5990
5970
|
/**
|
|
5991
5971
|
* Do not edit directly
|
|
5992
|
-
* Generated on
|
|
5972
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
5993
5973
|
*/
|
|
5994
5974
|
/**
|
|
5995
5975
|
* TOKENS:
|
|
@@ -6181,7 +6161,7 @@ body {
|
|
|
6181
6161
|
|
|
6182
6162
|
/**
|
|
6183
6163
|
* Do not edit directly
|
|
6184
|
-
* Generated on
|
|
6164
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
6185
6165
|
*/
|
|
6186
6166
|
/**
|
|
6187
6167
|
* TOKENS:
|
|
@@ -6322,7 +6302,7 @@ body {
|
|
|
6322
6302
|
|
|
6323
6303
|
/**
|
|
6324
6304
|
* Do not edit directly
|
|
6325
|
-
* Generated on
|
|
6305
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
6326
6306
|
*/
|
|
6327
6307
|
/**
|
|
6328
6308
|
* TOKENS:
|
|
@@ -6332,7 +6312,7 @@ body {
|
|
|
6332
6312
|
*/
|
|
6333
6313
|
/**
|
|
6334
6314
|
* Do not edit directly
|
|
6335
|
-
* Generated on
|
|
6315
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
6336
6316
|
*/
|
|
6337
6317
|
/**
|
|
6338
6318
|
* TOKENS:
|
|
@@ -6357,7 +6337,7 @@ body {
|
|
|
6357
6337
|
}
|
|
6358
6338
|
/**
|
|
6359
6339
|
* Do not edit directly
|
|
6360
|
-
* Generated on
|
|
6340
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
6361
6341
|
*/
|
|
6362
6342
|
/**
|
|
6363
6343
|
* TOKENS:
|
|
@@ -6366,165 +6346,148 @@ body {
|
|
|
6366
6346
|
* MAPS:
|
|
6367
6347
|
*/
|
|
6368
6348
|
.ilo--profile {
|
|
6369
|
-
|
|
6370
|
-
|
|
6349
|
+
display: grid;
|
|
6350
|
+
grid-template-columns: min-content 1fr;
|
|
6351
|
+
grid-template-rows: minmax(64px, auto) auto;
|
|
6352
|
+
max-width: 18.3815648446rem;
|
|
6353
|
+
width: 100%;
|
|
6371
6354
|
}
|
|
6372
6355
|
.ilo--profile--avatar {
|
|
6356
|
+
grid-row: 1;
|
|
6373
6357
|
border-radius: 50%;
|
|
6374
|
-
float: left;
|
|
6375
|
-
width: 3.4297963558rem;
|
|
6376
|
-
}
|
|
6377
|
-
.ilo--profile--contents--light .id {
|
|
6378
|
-
margin-left: 4.0192926045rem;
|
|
6379
|
-
padding-top: 5px;
|
|
6380
|
-
}
|
|
6381
|
-
.ilo--profile--contents--light .id:first-of-type {
|
|
6382
|
-
padding-bottom: 1px;
|
|
6383
6358
|
}
|
|
6384
|
-
.ilo--profile
|
|
6385
|
-
|
|
6386
|
-
|
|
6387
|
-
|
|
6388
|
-
|
|
6389
|
-
|
|
6390
|
-
|
|
6391
|
-
|
|
6392
|
-
.ilo--profile--contents--light .id:first-of-type:last-of-type {
|
|
6393
|
-
padding-top: 14px;
|
|
6394
|
-
}
|
|
6395
|
-
.ilo--profile--contents--dark .id {
|
|
6396
|
-
margin-left: 4.0192926045rem;
|
|
6397
|
-
padding-top: 5px;
|
|
6398
|
-
}
|
|
6399
|
-
.ilo--profile--contents--dark .id:first-of-type {
|
|
6400
|
-
padding-bottom: 1px;
|
|
6359
|
+
.ilo--profile figcaption {
|
|
6360
|
+
box-sizing: border-box;
|
|
6361
|
+
grid-row: 1;
|
|
6362
|
+
grid-column-end: -1;
|
|
6363
|
+
display: flex;
|
|
6364
|
+
flex-flow: column;
|
|
6365
|
+
justify-content: center;
|
|
6366
|
+
align-items: start;
|
|
6401
6367
|
}
|
|
6402
|
-
.ilo--profile--
|
|
6403
|
-
|
|
6368
|
+
.ilo--profile--figcaption--content {
|
|
6369
|
+
box-sizing: border-box;
|
|
6370
|
+
width: 100%;
|
|
6371
|
+
display: flex;
|
|
6372
|
+
flex-flow: column;
|
|
6373
|
+
justify-content: center;
|
|
6374
|
+
align-items: start;
|
|
6375
|
+
position: relative;
|
|
6404
6376
|
}
|
|
6405
|
-
.ilo--profile--
|
|
6406
|
-
|
|
6377
|
+
.ilo--profile--figcaption--content:after {
|
|
6378
|
+
content: "";
|
|
6379
|
+
position: absolute;
|
|
6380
|
+
bottom: -12px;
|
|
6381
|
+
width: 100%;
|
|
6407
6382
|
border-bottom: 2px solid rgb(237, 240, 242);
|
|
6408
|
-
padding-bottom: 11px;
|
|
6409
|
-
}
|
|
6410
|
-
.ilo--profile--contents--dark .id:first-of-type:last-of-type {
|
|
6411
|
-
padding-top: 14px;
|
|
6412
6383
|
}
|
|
6413
6384
|
.ilo--profile--name {
|
|
6414
|
-
display: block;
|
|
6415
6385
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6416
|
-
font-weight: 700;
|
|
6417
|
-
margin-left: 11px;
|
|
6418
|
-
font-size: 16px;
|
|
6419
|
-
letter-spacing: normal;
|
|
6420
|
-
line-height: 23.36px;
|
|
6421
6386
|
}
|
|
6422
6387
|
.ilo--profile--role {
|
|
6423
|
-
display: block;
|
|
6424
6388
|
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6425
|
-
margin-left: 11px;
|
|
6426
|
-
font-size: 14.93px;
|
|
6427
|
-
letter-spacing: normal;
|
|
6428
|
-
line-height: 20.3px;
|
|
6429
6389
|
}
|
|
6430
6390
|
.ilo--profile--description {
|
|
6431
|
-
clear: both;
|
|
6432
6391
|
font-family: Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6433
|
-
|
|
6434
|
-
|
|
6435
|
-
letter-spacing: normal;
|
|
6436
|
-
line-height: 20.3px;
|
|
6392
|
+
grid-row: 2;
|
|
6393
|
+
grid-column: 1/-1;
|
|
6437
6394
|
}
|
|
6438
6395
|
.ilo--profile--link {
|
|
6439
|
-
align-items: center;
|
|
6440
|
-
clear: both;
|
|
6441
|
-
color: rgb(35, 0, 80);
|
|
6442
|
-
display: inline-flex;
|
|
6443
6396
|
font-family: Overpass, Noto Sans, Noto Sans CJK JP, TakaoPGothic, PingFang SC, Microsoft YaHei, 微软雅黑, sans-serif;
|
|
6444
|
-
|
|
6445
|
-
|
|
6397
|
+
grid-column: 1/-1;
|
|
6398
|
+
}
|
|
6399
|
+
.ilo--profile--link a {
|
|
6446
6400
|
text-decoration: none;
|
|
6447
|
-
|
|
6448
|
-
|
|
6449
|
-
line-height: 23.36px;
|
|
6401
|
+
color: rgb(35, 0, 80);
|
|
6402
|
+
display: inline-block;
|
|
6450
6403
|
}
|
|
6451
|
-
.ilo--profile--link
|
|
6404
|
+
.ilo--profile--link--label {
|
|
6405
|
+
display: flex;
|
|
6406
|
+
flex-flow: row nowrap;
|
|
6452
6407
|
align-items: center;
|
|
6453
|
-
background-position: calc(100% - 10px) center;
|
|
6454
|
-
background-repeat: no-repeat;
|
|
6455
|
-
background-size: 24px 24px;
|
|
6456
|
-
display: inline-flex;
|
|
6457
|
-
height: 24px;
|
|
6458
|
-
padding-right: 32px;
|
|
6459
|
-
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");
|
|
6460
|
-
}
|
|
6461
|
-
.ilo--profile--link:visited {
|
|
6462
|
-
color: rgb(150, 10, 85);
|
|
6463
|
-
}
|
|
6464
|
-
.ilo--profile--link:visited span {
|
|
6465
|
-
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(150, 10, 85)' 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");
|
|
6466
|
-
}
|
|
6467
|
-
.ilo--profile--link:active {
|
|
6468
|
-
color: rgb(35, 0, 80);
|
|
6469
|
-
outline: none;
|
|
6470
6408
|
}
|
|
6471
|
-
.ilo--profile--link:
|
|
6409
|
+
.ilo--profile--link--label:after {
|
|
6410
|
+
position: relative;
|
|
6411
|
+
bottom: 0.0535905681rem;
|
|
6412
|
+
height: 1.2861736334rem;
|
|
6413
|
+
width: 1.2861736334rem;
|
|
6414
|
+
margin-inline-start: 0.4287245445rem;
|
|
6415
|
+
content: "";
|
|
6472
6416
|
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");
|
|
6473
|
-
background-color: rgb(255, 205, 45);
|
|
6474
6417
|
}
|
|
6475
|
-
.ilo--profile--link
|
|
6476
|
-
background-
|
|
6418
|
+
[dir=rtl] .ilo--profile--link--label:after {
|
|
6419
|
+
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='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");
|
|
6420
|
+
}
|
|
6421
|
+
.ilo--profile--link a:hover .ilo--profile--link--label,
|
|
6422
|
+
.ilo--profile--link a:focus .ilo--profile--link--label {
|
|
6477
6423
|
color: rgb(30, 45, 190);
|
|
6478
6424
|
outline: none;
|
|
6479
|
-
transition-property: color, background-color;
|
|
6480
|
-
transition-duration: 150ms;
|
|
6481
|
-
transition-timing-function: ease-out;
|
|
6482
6425
|
}
|
|
6483
|
-
.ilo--profile--link:hover
|
|
6426
|
+
.ilo--profile--link a:hover .ilo--profile--link--label:after,
|
|
6427
|
+
.ilo--profile--link a:focus .ilo--profile--link--label:after {
|
|
6484
6428
|
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");
|
|
6485
6429
|
}
|
|
6486
|
-
|
|
6487
|
-
|
|
6430
|
+
[dir=rtl] .ilo--profile--link a:hover .ilo--profile--link--label:after,
|
|
6431
|
+
[dir=rtl] .ilo--profile--link a:focus .ilo--profile--link--label:after {
|
|
6432
|
+
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");
|
|
6488
6433
|
}
|
|
6489
|
-
.ilo--
|
|
6490
|
-
|
|
6434
|
+
.ilo--profile__theme__dark {
|
|
6435
|
+
color: rgb(237, 240, 242);
|
|
6491
6436
|
}
|
|
6492
|
-
.ilo--
|
|
6493
|
-
|
|
6437
|
+
.ilo--profile__theme__dark .ilo--profile--link--label:after {
|
|
6438
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(237, 240, 242)' 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");
|
|
6494
6439
|
}
|
|
6495
|
-
.
|
|
6496
|
-
|
|
6440
|
+
[dir=rtl] .ilo--profile__theme__dark .ilo--profile--link--label:after {
|
|
6441
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(237, 240, 242)' 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");
|
|
6497
6442
|
}
|
|
6498
|
-
.
|
|
6499
|
-
|
|
6443
|
+
.ilo--profile__theme__dark .ilo--profile--link a {
|
|
6444
|
+
color: rgb(237, 240, 242);
|
|
6500
6445
|
}
|
|
6501
|
-
.
|
|
6502
|
-
|
|
6503
|
-
|
|
6446
|
+
.ilo--profile__theme__dark .ilo--profile--link a:hover .ilo--profile--link--label,
|
|
6447
|
+
.ilo--profile__theme__dark .ilo--profile--link a:focus .ilo--profile--link--label {
|
|
6448
|
+
color: rgb(5, 210, 210);
|
|
6449
|
+
outline: none;
|
|
6504
6450
|
}
|
|
6505
|
-
.
|
|
6506
|
-
|
|
6507
|
-
|
|
6451
|
+
.ilo--profile__theme__dark .ilo--profile--link a:hover .ilo--profile--link--label:after,
|
|
6452
|
+
.ilo--profile__theme__dark .ilo--profile--link a:focus .ilo--profile--link--label:after {
|
|
6453
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(5, 210, 210)' 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");
|
|
6508
6454
|
}
|
|
6509
|
-
.
|
|
6510
|
-
|
|
6511
|
-
|
|
6512
|
-
padding-right: 0;
|
|
6513
|
-
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='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");
|
|
6455
|
+
[dir=rtl] .ilo--profile__theme__dark .ilo--profile--link a:hover .ilo--profile--link--label:after,
|
|
6456
|
+
[dir=rtl] .ilo--profile__theme__dark .ilo--profile--link a:focus .ilo--profile--link--label:after {
|
|
6457
|
+
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath fill='rgb(5, 210, 210)' 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");
|
|
6514
6458
|
}
|
|
6515
|
-
.
|
|
6516
|
-
|
|
6459
|
+
.ilo--profile__size__large .ilo--profile--avatar {
|
|
6460
|
+
width: 3.4297963558rem;
|
|
6461
|
+
height: 3.4297963558rem;
|
|
6462
|
+
margin-inline-end: 0.8038585209rem;
|
|
6517
6463
|
}
|
|
6518
|
-
.
|
|
6519
|
-
|
|
6464
|
+
.ilo--profile__size__large .ilo--profile--name {
|
|
6465
|
+
font-weight: 700;
|
|
6466
|
+
font-size: 16px;
|
|
6467
|
+
letter-spacing: normal;
|
|
6468
|
+
line-height: 23.36px;
|
|
6520
6469
|
}
|
|
6521
|
-
.
|
|
6522
|
-
|
|
6470
|
+
.ilo--profile__size__large .ilo--profile--role {
|
|
6471
|
+
font-size: 14.93px;
|
|
6472
|
+
letter-spacing: normal;
|
|
6473
|
+
line-height: 20.3px;
|
|
6474
|
+
}
|
|
6475
|
+
.ilo--profile__size__large .ilo--profile--description {
|
|
6476
|
+
font-size: 14.93px;
|
|
6477
|
+
letter-spacing: normal;
|
|
6478
|
+
line-height: 20.3px;
|
|
6479
|
+
padding-block-start: 1.1254019293rem;
|
|
6480
|
+
}
|
|
6481
|
+
.ilo--profile__size__large .ilo--profile--link {
|
|
6482
|
+
font-size: 16px;
|
|
6483
|
+
letter-spacing: normal;
|
|
6484
|
+
line-height: 23.36px;
|
|
6485
|
+
padding-block-start: 1.1254019293rem;
|
|
6523
6486
|
}
|
|
6524
6487
|
|
|
6525
6488
|
/**
|
|
6526
6489
|
* Do not edit directly
|
|
6527
|
-
* Generated on
|
|
6490
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
6528
6491
|
*/
|
|
6529
6492
|
/**
|
|
6530
6493
|
* TOKENS:
|
|
@@ -6593,7 +6556,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6593
6556
|
|
|
6594
6557
|
/**
|
|
6595
6558
|
* Do not edit directly
|
|
6596
|
-
* Generated on
|
|
6559
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
6597
6560
|
*/
|
|
6598
6561
|
/**
|
|
6599
6562
|
* TOKENS:
|
|
@@ -6603,7 +6566,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6603
6566
|
*/
|
|
6604
6567
|
/**
|
|
6605
6568
|
* Do not edit directly
|
|
6606
|
-
* Generated on
|
|
6569
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
6607
6570
|
*/
|
|
6608
6571
|
/**
|
|
6609
6572
|
* TOKENS:
|
|
@@ -6628,7 +6591,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6628
6591
|
}
|
|
6629
6592
|
/**
|
|
6630
6593
|
* Do not edit directly
|
|
6631
|
-
* Generated on
|
|
6594
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
6632
6595
|
*/
|
|
6633
6596
|
/**
|
|
6634
6597
|
* TOKENS:
|
|
@@ -6689,7 +6652,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
6689
6652
|
|
|
6690
6653
|
/**
|
|
6691
6654
|
* Do not edit directly
|
|
6692
|
-
* Generated on
|
|
6655
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
6693
6656
|
*/
|
|
6694
6657
|
/**
|
|
6695
6658
|
* TOKENS:
|
|
@@ -7104,7 +7067,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7104
7067
|
|
|
7105
7068
|
/**
|
|
7106
7069
|
* Do not edit directly
|
|
7107
|
-
* Generated on
|
|
7070
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
7108
7071
|
*/
|
|
7109
7072
|
/**
|
|
7110
7073
|
* TOKENS:
|
|
@@ -7158,7 +7121,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7158
7121
|
|
|
7159
7122
|
/**
|
|
7160
7123
|
* Do not edit directly
|
|
7161
|
-
* Generated on
|
|
7124
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
7162
7125
|
*/
|
|
7163
7126
|
/**
|
|
7164
7127
|
* TOKENS:
|
|
@@ -7294,7 +7257,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7294
7257
|
.ilo--tabs.tabs--js .ilo--tabs--selection {
|
|
7295
7258
|
display: flex;
|
|
7296
7259
|
max-width: 100%;
|
|
7297
|
-
overflow-x:
|
|
7260
|
+
overflow-x: hidden;
|
|
7298
7261
|
overflow-y: hidden;
|
|
7299
7262
|
}
|
|
7300
7263
|
.ilo--tabs.tabs--js .ilo--tabs--selection--button {
|
|
@@ -7316,7 +7279,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7316
7279
|
|
|
7317
7280
|
/**
|
|
7318
7281
|
* Do not edit directly
|
|
7319
|
-
* Generated on
|
|
7282
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
7320
7283
|
*/
|
|
7321
7284
|
/**
|
|
7322
7285
|
* TOKENS:
|
|
@@ -7667,7 +7630,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7667
7630
|
|
|
7668
7631
|
/**
|
|
7669
7632
|
* Do not edit directly
|
|
7670
|
-
* Generated on
|
|
7633
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
7671
7634
|
*/
|
|
7672
7635
|
/**
|
|
7673
7636
|
* TOKENS:
|
|
@@ -7853,7 +7816,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7853
7816
|
|
|
7854
7817
|
/**
|
|
7855
7818
|
* Do not edit directly
|
|
7856
|
-
* Generated on
|
|
7819
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
7857
7820
|
*/
|
|
7858
7821
|
/**
|
|
7859
7822
|
* TOKENS:
|
|
@@ -7911,7 +7874,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
7911
7874
|
|
|
7912
7875
|
/**
|
|
7913
7876
|
* Do not edit directly
|
|
7914
|
-
* Generated on
|
|
7877
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
7915
7878
|
*/
|
|
7916
7879
|
/**
|
|
7917
7880
|
* TOKENS:
|
|
@@ -8085,7 +8048,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
8085
8048
|
|
|
8086
8049
|
/**
|
|
8087
8050
|
* Do not edit directly
|
|
8088
|
-
* Generated on
|
|
8051
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
8089
8052
|
*/
|
|
8090
8053
|
/**
|
|
8091
8054
|
* TOKENS:
|
|
@@ -8145,7 +8108,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
8145
8108
|
|
|
8146
8109
|
/**
|
|
8147
8110
|
* Do not edit directly
|
|
8148
|
-
* Generated on
|
|
8111
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
8149
8112
|
*/
|
|
8150
8113
|
/**
|
|
8151
8114
|
* TOKENS:
|
|
@@ -8155,7 +8118,7 @@ input:invalid + .ilo--radio--control:after, .ilo--radio__error .ilo--radio--cont
|
|
|
8155
8118
|
*/
|
|
8156
8119
|
/**
|
|
8157
8120
|
* Do not edit directly
|
|
8158
|
-
* Generated on
|
|
8121
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
8159
8122
|
*/
|
|
8160
8123
|
/**
|
|
8161
8124
|
* TOKENS:
|
|
@@ -8257,7 +8220,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8257
8220
|
|
|
8258
8221
|
/**
|
|
8259
8222
|
* Do not edit directly
|
|
8260
|
-
* Generated on
|
|
8223
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
8261
8224
|
*/
|
|
8262
8225
|
/**
|
|
8263
8226
|
* TOKENS:
|
|
@@ -8432,7 +8395,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
8432
8395
|
|
|
8433
8396
|
/**
|
|
8434
8397
|
* Do not edit directly
|
|
8435
|
-
* Generated on
|
|
8398
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
8436
8399
|
*/
|
|
8437
8400
|
/**
|
|
8438
8401
|
* TOKENS:
|
|
@@ -9342,7 +9305,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9342
9305
|
|
|
9343
9306
|
/**
|
|
9344
9307
|
* Do not edit directly
|
|
9345
|
-
* Generated on
|
|
9308
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
9346
9309
|
*/
|
|
9347
9310
|
/**
|
|
9348
9311
|
* TOKENS:
|
|
@@ -9352,7 +9315,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9352
9315
|
*/
|
|
9353
9316
|
/**
|
|
9354
9317
|
* Do not edit directly
|
|
9355
|
-
* Generated on
|
|
9318
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
9356
9319
|
*/
|
|
9357
9320
|
/**
|
|
9358
9321
|
* TOKENS:
|
|
@@ -9377,7 +9340,7 @@ input:checked + .ilo--input--toggle--slider:before {
|
|
|
9377
9340
|
}
|
|
9378
9341
|
/**
|
|
9379
9342
|
* Do not edit directly
|
|
9380
|
-
* Generated on
|
|
9343
|
+
* Generated on Wed, 08 Nov 2023 08:40:57 GMT
|
|
9381
9344
|
*/
|
|
9382
9345
|
/**
|
|
9383
9346
|
* TOKENS:
|