@ilo-org/styles 0.1.18 → 0.2.0
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/README.md +1 -1
- package/build/css/components/index.css +159 -71
- package/build/css/components/index.css.map +1 -1
- package/build/css/index.css +159 -71
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +159 -71
- 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 +1 -1
- package/scss/components/_card.scss +35 -11
- package/scss/components/_logo.scss +78 -0
- package/scss/components/_navigation.scss +1 -0
- package/scss/components/_profile.scss +34 -2
- package/scss/components/index.scss +1 -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 Fri,
|
|
154
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
155
155
|
*/
|
|
156
156
|
/**
|
|
157
157
|
* TOKENS:
|
|
@@ -169,7 +169,7 @@ body {
|
|
|
169
169
|
|
|
170
170
|
/**
|
|
171
171
|
* Do not edit directly
|
|
172
|
-
* Generated on Fri,
|
|
172
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
173
173
|
*/
|
|
174
174
|
/**
|
|
175
175
|
* TOKENS:
|
|
@@ -282,7 +282,7 @@ body {
|
|
|
282
282
|
|
|
283
283
|
/**
|
|
284
284
|
* Do not edit directly
|
|
285
|
-
* Generated on Fri,
|
|
285
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
286
286
|
*/
|
|
287
287
|
/**
|
|
288
288
|
* TOKENS:
|
|
@@ -307,7 +307,7 @@ body {
|
|
|
307
307
|
}
|
|
308
308
|
/**
|
|
309
309
|
* Do not edit directly
|
|
310
|
-
* Generated on Fri,
|
|
310
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
311
311
|
*/
|
|
312
312
|
/**
|
|
313
313
|
* TOKENS:
|
|
@@ -561,7 +561,7 @@ body {
|
|
|
561
561
|
|
|
562
562
|
/**
|
|
563
563
|
* Do not edit directly
|
|
564
|
-
* Generated on Fri,
|
|
564
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
565
565
|
*/
|
|
566
566
|
/**
|
|
567
567
|
* TOKENS:
|
|
@@ -571,7 +571,7 @@ body {
|
|
|
571
571
|
*/
|
|
572
572
|
/**
|
|
573
573
|
* Do not edit directly
|
|
574
|
-
* Generated on Fri,
|
|
574
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
575
575
|
*/
|
|
576
576
|
/**
|
|
577
577
|
* TOKENS:
|
|
@@ -596,7 +596,7 @@ body {
|
|
|
596
596
|
}
|
|
597
597
|
/**
|
|
598
598
|
* Do not edit directly
|
|
599
|
-
* Generated on Fri,
|
|
599
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
600
600
|
*/
|
|
601
601
|
/**
|
|
602
602
|
* TOKENS:
|
|
@@ -886,7 +886,7 @@ body {
|
|
|
886
886
|
|
|
887
887
|
/**
|
|
888
888
|
* Do not edit directly
|
|
889
|
-
* Generated on Fri,
|
|
889
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
890
890
|
*/
|
|
891
891
|
/**
|
|
892
892
|
* TOKENS:
|
|
@@ -1016,7 +1016,7 @@ body {
|
|
|
1016
1016
|
|
|
1017
1017
|
/**
|
|
1018
1018
|
* Do not edit directly
|
|
1019
|
-
* Generated on Fri,
|
|
1019
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
1020
1020
|
*/
|
|
1021
1021
|
/**
|
|
1022
1022
|
* TOKENS:
|
|
@@ -1648,7 +1648,10 @@ body {
|
|
|
1648
1648
|
right: auto;
|
|
1649
1649
|
transform: rotateY(180deg);
|
|
1650
1650
|
}
|
|
1651
|
-
.ilo--card--graphic .ilo--profile--contents * {
|
|
1651
|
+
.ilo--card--graphic .ilo--profile--contents--light * {
|
|
1652
|
+
color: rgb(45, 45, 45);
|
|
1653
|
+
}
|
|
1654
|
+
.ilo--card--graphic .ilo--profile--contents--dark * {
|
|
1652
1655
|
color: rgb(255, 255, 255);
|
|
1653
1656
|
}
|
|
1654
1657
|
.ilo--card--graphic:hover, .ilo--card--graphic:focus, .ilo--card--graphic:focus-within {
|
|
@@ -2422,7 +2425,7 @@ body {
|
|
|
2422
2425
|
|
|
2423
2426
|
/**
|
|
2424
2427
|
* Do not edit directly
|
|
2425
|
-
* Generated on Fri,
|
|
2428
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2426
2429
|
*/
|
|
2427
2430
|
/**
|
|
2428
2431
|
* TOKENS:
|
|
@@ -2467,7 +2470,7 @@ body {
|
|
|
2467
2470
|
|
|
2468
2471
|
/**
|
|
2469
2472
|
* Do not edit directly
|
|
2470
|
-
* Generated on Fri,
|
|
2473
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2471
2474
|
*/
|
|
2472
2475
|
/**
|
|
2473
2476
|
* TOKENS:
|
|
@@ -2572,7 +2575,7 @@ body {
|
|
|
2572
2575
|
|
|
2573
2576
|
/**
|
|
2574
2577
|
* Do not edit directly
|
|
2575
|
-
* Generated on Fri,
|
|
2578
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2576
2579
|
*/
|
|
2577
2580
|
/**
|
|
2578
2581
|
* TOKENS:
|
|
@@ -2653,7 +2656,7 @@ body {
|
|
|
2653
2656
|
|
|
2654
2657
|
/**
|
|
2655
2658
|
* Do not edit directly
|
|
2656
|
-
* Generated on Fri,
|
|
2659
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2657
2660
|
*/
|
|
2658
2661
|
/**
|
|
2659
2662
|
* TOKENS:
|
|
@@ -2663,7 +2666,7 @@ body {
|
|
|
2663
2666
|
*/
|
|
2664
2667
|
/**
|
|
2665
2668
|
* Do not edit directly
|
|
2666
|
-
* Generated on Fri,
|
|
2669
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2667
2670
|
*/
|
|
2668
2671
|
/**
|
|
2669
2672
|
* TOKENS:
|
|
@@ -2673,7 +2676,7 @@ body {
|
|
|
2673
2676
|
*/
|
|
2674
2677
|
/**
|
|
2675
2678
|
* Do not edit directly
|
|
2676
|
-
* Generated on Fri,
|
|
2679
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2677
2680
|
*/
|
|
2678
2681
|
/**
|
|
2679
2682
|
* TOKENS:
|
|
@@ -2683,7 +2686,7 @@ body {
|
|
|
2683
2686
|
*/
|
|
2684
2687
|
/**
|
|
2685
2688
|
* Do not edit directly
|
|
2686
|
-
* Generated on Fri,
|
|
2689
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2687
2690
|
*/
|
|
2688
2691
|
/**
|
|
2689
2692
|
* TOKENS:
|
|
@@ -2809,7 +2812,7 @@ body {
|
|
|
2809
2812
|
|
|
2810
2813
|
/**
|
|
2811
2814
|
* Do not edit directly
|
|
2812
|
-
* Generated on Fri,
|
|
2815
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2813
2816
|
*/
|
|
2814
2817
|
/**
|
|
2815
2818
|
* TOKENS:
|
|
@@ -2837,7 +2840,7 @@ body {
|
|
|
2837
2840
|
|
|
2838
2841
|
/**
|
|
2839
2842
|
* Do not edit directly
|
|
2840
|
-
* Generated on Fri,
|
|
2843
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2841
2844
|
*/
|
|
2842
2845
|
/**
|
|
2843
2846
|
* TOKENS:
|
|
@@ -2925,7 +2928,7 @@ body {
|
|
|
2925
2928
|
|
|
2926
2929
|
/**
|
|
2927
2930
|
* Do not edit directly
|
|
2928
|
-
* Generated on Fri,
|
|
2931
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2929
2932
|
*/
|
|
2930
2933
|
/**
|
|
2931
2934
|
* TOKENS:
|
|
@@ -2935,7 +2938,7 @@ body {
|
|
|
2935
2938
|
*/
|
|
2936
2939
|
/**
|
|
2937
2940
|
* Do not edit directly
|
|
2938
|
-
* Generated on Fri,
|
|
2941
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2939
2942
|
*/
|
|
2940
2943
|
/**
|
|
2941
2944
|
* TOKENS:
|
|
@@ -2945,7 +2948,7 @@ body {
|
|
|
2945
2948
|
*/
|
|
2946
2949
|
/**
|
|
2947
2950
|
* Do not edit directly
|
|
2948
|
-
* Generated on Fri,
|
|
2951
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2949
2952
|
*/
|
|
2950
2953
|
/**
|
|
2951
2954
|
* TOKENS:
|
|
@@ -2998,7 +3001,7 @@ body {
|
|
|
2998
3001
|
|
|
2999
3002
|
/**
|
|
3000
3003
|
* Do not edit directly
|
|
3001
|
-
* Generated on Fri,
|
|
3004
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3002
3005
|
*/
|
|
3003
3006
|
/**
|
|
3004
3007
|
* TOKENS:
|
|
@@ -3073,7 +3076,7 @@ body {
|
|
|
3073
3076
|
|
|
3074
3077
|
/**
|
|
3075
3078
|
* Do not edit directly
|
|
3076
|
-
* Generated on Fri,
|
|
3079
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3077
3080
|
*/
|
|
3078
3081
|
/**
|
|
3079
3082
|
* TOKENS:
|
|
@@ -3179,7 +3182,7 @@ body {
|
|
|
3179
3182
|
|
|
3180
3183
|
/**
|
|
3181
3184
|
* Do not edit directly
|
|
3182
|
-
* Generated on Fri,
|
|
3185
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3183
3186
|
*/
|
|
3184
3187
|
/**
|
|
3185
3188
|
* TOKENS:
|
|
@@ -3202,7 +3205,7 @@ body {
|
|
|
3202
3205
|
|
|
3203
3206
|
/**
|
|
3204
3207
|
* Do not edit directly
|
|
3205
|
-
* Generated on Fri,
|
|
3208
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3206
3209
|
*/
|
|
3207
3210
|
/**
|
|
3208
3211
|
* TOKENS:
|
|
@@ -3216,7 +3219,7 @@ body {
|
|
|
3216
3219
|
|
|
3217
3220
|
/**
|
|
3218
3221
|
* Do not edit directly
|
|
3219
|
-
* Generated on Fri,
|
|
3222
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3220
3223
|
*/
|
|
3221
3224
|
/**
|
|
3222
3225
|
* TOKENS:
|
|
@@ -3226,7 +3229,7 @@ body {
|
|
|
3226
3229
|
*/
|
|
3227
3230
|
/**
|
|
3228
3231
|
* Do not edit directly
|
|
3229
|
-
* Generated on Fri,
|
|
3232
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3230
3233
|
*/
|
|
3231
3234
|
/**
|
|
3232
3235
|
* TOKENS:
|
|
@@ -3251,7 +3254,7 @@ body {
|
|
|
3251
3254
|
}
|
|
3252
3255
|
/**
|
|
3253
3256
|
* Do not edit directly
|
|
3254
|
-
* Generated on Fri,
|
|
3257
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3255
3258
|
*/
|
|
3256
3259
|
/**
|
|
3257
3260
|
* TOKENS:
|
|
@@ -3651,7 +3654,7 @@ body {
|
|
|
3651
3654
|
|
|
3652
3655
|
/**
|
|
3653
3656
|
* Do not edit directly
|
|
3654
|
-
* Generated on Fri,
|
|
3657
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3655
3658
|
*/
|
|
3656
3659
|
/**
|
|
3657
3660
|
* TOKENS:
|
|
@@ -3774,7 +3777,7 @@ body {
|
|
|
3774
3777
|
|
|
3775
3778
|
/**
|
|
3776
3779
|
* Do not edit directly
|
|
3777
|
-
* Generated on Fri,
|
|
3780
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3778
3781
|
*/
|
|
3779
3782
|
/**
|
|
3780
3783
|
* TOKENS:
|
|
@@ -4265,7 +4268,7 @@ body {
|
|
|
4265
4268
|
|
|
4266
4269
|
/**
|
|
4267
4270
|
* Do not edit directly
|
|
4268
|
-
* Generated on Fri,
|
|
4271
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4269
4272
|
*/
|
|
4270
4273
|
/**
|
|
4271
4274
|
* TOKENS:
|
|
@@ -4321,7 +4324,7 @@ body {
|
|
|
4321
4324
|
|
|
4322
4325
|
/**
|
|
4323
4326
|
* Do not edit directly
|
|
4324
|
-
* Generated on Fri,
|
|
4327
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4325
4328
|
*/
|
|
4326
4329
|
/**
|
|
4327
4330
|
* TOKENS:
|
|
@@ -4463,7 +4466,7 @@ body {
|
|
|
4463
4466
|
|
|
4464
4467
|
/**
|
|
4465
4468
|
* Do not edit directly
|
|
4466
|
-
* Generated on Fri,
|
|
4469
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4467
4470
|
*/
|
|
4468
4471
|
/**
|
|
4469
4472
|
* TOKENS:
|
|
@@ -4473,7 +4476,7 @@ body {
|
|
|
4473
4476
|
*/
|
|
4474
4477
|
/**
|
|
4475
4478
|
* Do not edit directly
|
|
4476
|
-
* Generated on Fri,
|
|
4479
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4477
4480
|
*/
|
|
4478
4481
|
/**
|
|
4479
4482
|
* TOKENS:
|
|
@@ -4498,7 +4501,7 @@ body {
|
|
|
4498
4501
|
}
|
|
4499
4502
|
/**
|
|
4500
4503
|
* Do not edit directly
|
|
4501
|
-
* Generated on Fri,
|
|
4504
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4502
4505
|
*/
|
|
4503
4506
|
/**
|
|
4504
4507
|
* TOKENS:
|
|
@@ -4656,7 +4659,7 @@ body {
|
|
|
4656
4659
|
|
|
4657
4660
|
/**
|
|
4658
4661
|
* Do not edit directly
|
|
4659
|
-
* Generated on Fri,
|
|
4662
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4660
4663
|
*/
|
|
4661
4664
|
/**
|
|
4662
4665
|
* TOKENS:
|
|
@@ -4751,7 +4754,7 @@ body {
|
|
|
4751
4754
|
|
|
4752
4755
|
/**
|
|
4753
4756
|
* Do not edit directly
|
|
4754
|
-
* Generated on Fri,
|
|
4757
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4755
4758
|
*/
|
|
4756
4759
|
/**
|
|
4757
4760
|
* TOKENS:
|
|
@@ -4761,7 +4764,7 @@ body {
|
|
|
4761
4764
|
*/
|
|
4762
4765
|
/**
|
|
4763
4766
|
* Do not edit directly
|
|
4764
|
-
* Generated on Fri,
|
|
4767
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4765
4768
|
*/
|
|
4766
4769
|
/**
|
|
4767
4770
|
* TOKENS:
|
|
@@ -4771,7 +4774,7 @@ body {
|
|
|
4771
4774
|
*/
|
|
4772
4775
|
/**
|
|
4773
4776
|
* Do not edit directly
|
|
4774
|
-
* Generated on Fri,
|
|
4777
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4775
4778
|
*/
|
|
4776
4779
|
/**
|
|
4777
4780
|
* TOKENS:
|
|
@@ -4877,9 +4880,71 @@ body {
|
|
|
4877
4880
|
width: 100%;
|
|
4878
4881
|
}
|
|
4879
4882
|
|
|
4883
|
+
.ilo--logo--visibility--hidden {
|
|
4884
|
+
visibility: hidden;
|
|
4885
|
+
}
|
|
4886
|
+
.ilo--logo--size--fluid {
|
|
4887
|
+
width: 100%;
|
|
4888
|
+
height: auto;
|
|
4889
|
+
}
|
|
4890
|
+
.ilo--logo--theme--light {
|
|
4891
|
+
--logo-theme-color: rgb(30, 45, 190);
|
|
4892
|
+
}
|
|
4893
|
+
.ilo--logo--theme--dark {
|
|
4894
|
+
--logo-theme-color: rgb(255, 255, 255);
|
|
4895
|
+
}
|
|
4896
|
+
.ilo--logo--link {
|
|
4897
|
+
all: unset;
|
|
4898
|
+
cursor: pointer;
|
|
4899
|
+
}
|
|
4900
|
+
.ilo--logo--image {
|
|
4901
|
+
height: 100%;
|
|
4902
|
+
width: 100%;
|
|
4903
|
+
}
|
|
4904
|
+
.ilo--logo--sub-brand {
|
|
4905
|
+
--lockup-height: calc(var(--logo-image-height) * 0.703);
|
|
4906
|
+
--lockup-bottom-offset: calc(var(--lockup-height) * 0.05);
|
|
4907
|
+
color: var(--logo-theme-color);
|
|
4908
|
+
font-size: var(--logo-font-size);
|
|
4909
|
+
line-height: var(--logo-font-size);
|
|
4910
|
+
font-family: Overpass;
|
|
4911
|
+
font-weight: 700;
|
|
4912
|
+
display: inline-flex;
|
|
4913
|
+
justify-content: flex-start;
|
|
4914
|
+
align-items: center;
|
|
4915
|
+
}
|
|
4916
|
+
.ilo--logo--sub-brand--image {
|
|
4917
|
+
height: 100%;
|
|
4918
|
+
width: 50%;
|
|
4919
|
+
}
|
|
4920
|
+
.ilo--logo--sub-brand--lock-up {
|
|
4921
|
+
position: relative;
|
|
4922
|
+
display: flex;
|
|
4923
|
+
height: var(--lockup-height);
|
|
4924
|
+
flex-flow: row nowrap;
|
|
4925
|
+
align-items: center;
|
|
4926
|
+
justify-content: flex-start;
|
|
4927
|
+
width: 50%;
|
|
4928
|
+
bottom: var(--lockup-bottom-offset);
|
|
4929
|
+
}
|
|
4930
|
+
.ilo--logo--sub-brand--lock-up--separator {
|
|
4931
|
+
padding: 0 0.4em;
|
|
4932
|
+
height: 100%;
|
|
4933
|
+
display: inline-block;
|
|
4934
|
+
line-height: 0px;
|
|
4935
|
+
}
|
|
4936
|
+
.ilo--logo--sub-brand--lock-up--separator::before {
|
|
4937
|
+
content: "";
|
|
4938
|
+
position: relative;
|
|
4939
|
+
display: inline-block;
|
|
4940
|
+
height: 100%;
|
|
4941
|
+
width: calc(var(--logo-image-height) * 0.02);
|
|
4942
|
+
background-color: var(--logo-theme-color);
|
|
4943
|
+
}
|
|
4944
|
+
|
|
4880
4945
|
/**
|
|
4881
4946
|
* Do not edit directly
|
|
4882
|
-
* Generated on Fri,
|
|
4947
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4883
4948
|
*/
|
|
4884
4949
|
/**
|
|
4885
4950
|
* TOKENS:
|
|
@@ -4889,7 +4954,7 @@ body {
|
|
|
4889
4954
|
*/
|
|
4890
4955
|
/**
|
|
4891
4956
|
* Do not edit directly
|
|
4892
|
-
* Generated on Fri,
|
|
4957
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4893
4958
|
*/
|
|
4894
4959
|
/**
|
|
4895
4960
|
* TOKENS:
|
|
@@ -4899,7 +4964,7 @@ body {
|
|
|
4899
4964
|
*/
|
|
4900
4965
|
/**
|
|
4901
4966
|
* Do not edit directly
|
|
4902
|
-
* Generated on Fri,
|
|
4967
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4903
4968
|
*/
|
|
4904
4969
|
/**
|
|
4905
4970
|
* TOKENS:
|
|
@@ -4996,7 +5061,7 @@ body {
|
|
|
4996
5061
|
|
|
4997
5062
|
/**
|
|
4998
5063
|
* Do not edit directly
|
|
4999
|
-
* Generated on Fri,
|
|
5064
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
5000
5065
|
*/
|
|
5001
5066
|
/**
|
|
5002
5067
|
* TOKENS:
|
|
@@ -5083,6 +5148,7 @@ body {
|
|
|
5083
5148
|
.ilo--header--logo {
|
|
5084
5149
|
display: block;
|
|
5085
5150
|
max-width: 150px;
|
|
5151
|
+
width: 100%;
|
|
5086
5152
|
}
|
|
5087
5153
|
@media screen and (min-width: 1024px) {
|
|
5088
5154
|
.ilo--header--logo {
|
|
@@ -5873,7 +5939,7 @@ body {
|
|
|
5873
5939
|
|
|
5874
5940
|
/**
|
|
5875
5941
|
* Do not edit directly
|
|
5876
|
-
* Generated on Fri,
|
|
5942
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
5877
5943
|
*/
|
|
5878
5944
|
/**
|
|
5879
5945
|
* TOKENS:
|
|
@@ -5883,7 +5949,7 @@ body {
|
|
|
5883
5949
|
*/
|
|
5884
5950
|
/**
|
|
5885
5951
|
* Do not edit directly
|
|
5886
|
-
* Generated on Fri,
|
|
5952
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
5887
5953
|
*/
|
|
5888
5954
|
/**
|
|
5889
5955
|
* TOKENS:
|
|
@@ -5893,7 +5959,7 @@ body {
|
|
|
5893
5959
|
*/
|
|
5894
5960
|
/**
|
|
5895
5961
|
* Do not edit directly
|
|
5896
|
-
* Generated on Fri,
|
|
5962
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
5897
5963
|
*/
|
|
5898
5964
|
/**
|
|
5899
5965
|
* TOKENS:
|
|
@@ -6085,7 +6151,7 @@ body {
|
|
|
6085
6151
|
|
|
6086
6152
|
/**
|
|
6087
6153
|
* Do not edit directly
|
|
6088
|
-
* Generated on Fri,
|
|
6154
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6089
6155
|
*/
|
|
6090
6156
|
/**
|
|
6091
6157
|
* TOKENS:
|
|
@@ -6225,7 +6291,7 @@ body {
|
|
|
6225
6291
|
|
|
6226
6292
|
/**
|
|
6227
6293
|
* Do not edit directly
|
|
6228
|
-
* Generated on Fri,
|
|
6294
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6229
6295
|
*/
|
|
6230
6296
|
/**
|
|
6231
6297
|
* TOKENS:
|
|
@@ -6235,7 +6301,7 @@ body {
|
|
|
6235
6301
|
*/
|
|
6236
6302
|
/**
|
|
6237
6303
|
* Do not edit directly
|
|
6238
|
-
* Generated on Fri,
|
|
6304
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6239
6305
|
*/
|
|
6240
6306
|
/**
|
|
6241
6307
|
* TOKENS:
|
|
@@ -6260,7 +6326,7 @@ body {
|
|
|
6260
6326
|
}
|
|
6261
6327
|
/**
|
|
6262
6328
|
* Do not edit directly
|
|
6263
|
-
* Generated on Fri,
|
|
6329
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6264
6330
|
*/
|
|
6265
6331
|
/**
|
|
6266
6332
|
* TOKENS:
|
|
@@ -6277,22 +6343,40 @@ body {
|
|
|
6277
6343
|
float: left;
|
|
6278
6344
|
width: 3.4297963558rem;
|
|
6279
6345
|
}
|
|
6280
|
-
.ilo--profile--contents .id {
|
|
6346
|
+
.ilo--profile--contents--light .id {
|
|
6281
6347
|
margin-left: 4.0192926045rem;
|
|
6282
6348
|
padding-top: 5px;
|
|
6283
6349
|
}
|
|
6284
|
-
.ilo--profile--contents .id:first-of-type {
|
|
6350
|
+
.ilo--profile--contents--light .id:first-of-type {
|
|
6285
6351
|
padding-bottom: 1px;
|
|
6286
6352
|
}
|
|
6287
|
-
.ilo--profile--contents .id:nth-of-type(2):last-of-type {
|
|
6353
|
+
.ilo--profile--contents--light .id:nth-of-type(2):last-of-type {
|
|
6288
6354
|
padding-top: 0;
|
|
6289
6355
|
}
|
|
6290
|
-
.ilo--profile--contents .id:first-of-type:last-of-type,
|
|
6291
|
-
.ilo--profile--contents .id:nth-of-type(2):last-of-type {
|
|
6356
|
+
.ilo--profile--contents--light .id:first-of-type:last-of-type,
|
|
6357
|
+
.ilo--profile--contents--light .id:nth-of-type(2):last-of-type {
|
|
6292
6358
|
border-bottom: 2px solid rgb(237, 240, 242);
|
|
6293
6359
|
padding-bottom: 11px;
|
|
6294
6360
|
}
|
|
6295
|
-
.ilo--profile--contents .id:first-of-type:last-of-type {
|
|
6361
|
+
.ilo--profile--contents--light .id:first-of-type:last-of-type {
|
|
6362
|
+
padding-top: 14px;
|
|
6363
|
+
}
|
|
6364
|
+
.ilo--profile--contents--dark .id {
|
|
6365
|
+
margin-left: 4.0192926045rem;
|
|
6366
|
+
padding-top: 5px;
|
|
6367
|
+
}
|
|
6368
|
+
.ilo--profile--contents--dark .id:first-of-type {
|
|
6369
|
+
padding-bottom: 1px;
|
|
6370
|
+
}
|
|
6371
|
+
.ilo--profile--contents--dark .id:nth-of-type(2):last-of-type {
|
|
6372
|
+
padding-top: 0;
|
|
6373
|
+
}
|
|
6374
|
+
.ilo--profile--contents--dark .id:first-of-type:last-of-type,
|
|
6375
|
+
.ilo--profile--contents--dark .id:nth-of-type(2):last-of-type {
|
|
6376
|
+
border-bottom: 2px solid rgb(237, 240, 242);
|
|
6377
|
+
padding-bottom: 11px;
|
|
6378
|
+
}
|
|
6379
|
+
.ilo--profile--contents--dark .id:first-of-type:last-of-type {
|
|
6296
6380
|
padding-top: 14px;
|
|
6297
6381
|
}
|
|
6298
6382
|
.ilo--profile--name {
|
|
@@ -6383,7 +6467,11 @@ body {
|
|
|
6383
6467
|
.right-to-left .ilo--profile .ilo--profile--avatar {
|
|
6384
6468
|
float: right;
|
|
6385
6469
|
}
|
|
6386
|
-
.right-to-left .ilo--profile .ilo--profile--contents .id {
|
|
6470
|
+
.right-to-left .ilo--profile .ilo--profile--contents--light .id {
|
|
6471
|
+
margin-left: auto;
|
|
6472
|
+
margin-right: 4.0192926045rem;
|
|
6473
|
+
}
|
|
6474
|
+
.right-to-left .ilo--profile .ilo--profile--contents--dark .id {
|
|
6387
6475
|
margin-left: auto;
|
|
6388
6476
|
margin-right: 4.0192926045rem;
|
|
6389
6477
|
}
|
|
@@ -6405,7 +6493,7 @@ body {
|
|
|
6405
6493
|
|
|
6406
6494
|
/**
|
|
6407
6495
|
* Do not edit directly
|
|
6408
|
-
* Generated on Fri,
|
|
6496
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6409
6497
|
*/
|
|
6410
6498
|
/**
|
|
6411
6499
|
* TOKENS:
|
|
@@ -6512,7 +6600,7 @@ body {
|
|
|
6512
6600
|
|
|
6513
6601
|
/**
|
|
6514
6602
|
* Do not edit directly
|
|
6515
|
-
* Generated on Fri,
|
|
6603
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6516
6604
|
*/
|
|
6517
6605
|
/**
|
|
6518
6606
|
* TOKENS:
|
|
@@ -6522,7 +6610,7 @@ body {
|
|
|
6522
6610
|
*/
|
|
6523
6611
|
/**
|
|
6524
6612
|
* Do not edit directly
|
|
6525
|
-
* Generated on Fri,
|
|
6613
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6526
6614
|
*/
|
|
6527
6615
|
/**
|
|
6528
6616
|
* TOKENS:
|
|
@@ -6547,7 +6635,7 @@ body {
|
|
|
6547
6635
|
}
|
|
6548
6636
|
/**
|
|
6549
6637
|
* Do not edit directly
|
|
6550
|
-
* Generated on Fri,
|
|
6638
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6551
6639
|
*/
|
|
6552
6640
|
/**
|
|
6553
6641
|
* TOKENS:
|
|
@@ -6608,7 +6696,7 @@ body {
|
|
|
6608
6696
|
|
|
6609
6697
|
/**
|
|
6610
6698
|
* Do not edit directly
|
|
6611
|
-
* Generated on Fri,
|
|
6699
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6612
6700
|
*/
|
|
6613
6701
|
/**
|
|
6614
6702
|
* TOKENS:
|
|
@@ -7023,7 +7111,7 @@ body {
|
|
|
7023
7111
|
|
|
7024
7112
|
/**
|
|
7025
7113
|
* Do not edit directly
|
|
7026
|
-
* Generated on Fri,
|
|
7114
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7027
7115
|
*/
|
|
7028
7116
|
/**
|
|
7029
7117
|
* TOKENS:
|
|
@@ -7077,7 +7165,7 @@ body {
|
|
|
7077
7165
|
|
|
7078
7166
|
/**
|
|
7079
7167
|
* Do not edit directly
|
|
7080
|
-
* Generated on Fri,
|
|
7168
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7081
7169
|
*/
|
|
7082
7170
|
/**
|
|
7083
7171
|
* TOKENS:
|
|
@@ -7234,7 +7322,7 @@ body {
|
|
|
7234
7322
|
|
|
7235
7323
|
/**
|
|
7236
7324
|
* Do not edit directly
|
|
7237
|
-
* Generated on Fri,
|
|
7325
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7238
7326
|
*/
|
|
7239
7327
|
/**
|
|
7240
7328
|
* TOKENS:
|
|
@@ -7585,7 +7673,7 @@ body {
|
|
|
7585
7673
|
|
|
7586
7674
|
/**
|
|
7587
7675
|
* Do not edit directly
|
|
7588
|
-
* Generated on Fri,
|
|
7676
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7589
7677
|
*/
|
|
7590
7678
|
/**
|
|
7591
7679
|
* TOKENS:
|
|
@@ -7771,7 +7859,7 @@ body {
|
|
|
7771
7859
|
|
|
7772
7860
|
/**
|
|
7773
7861
|
* Do not edit directly
|
|
7774
|
-
* Generated on Fri,
|
|
7862
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7775
7863
|
*/
|
|
7776
7864
|
/**
|
|
7777
7865
|
* TOKENS:
|
|
@@ -7829,7 +7917,7 @@ body {
|
|
|
7829
7917
|
|
|
7830
7918
|
/**
|
|
7831
7919
|
* Do not edit directly
|
|
7832
|
-
* Generated on Fri,
|
|
7920
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7833
7921
|
*/
|
|
7834
7922
|
/**
|
|
7835
7923
|
* TOKENS:
|
|
@@ -8003,7 +8091,7 @@ body {
|
|
|
8003
8091
|
|
|
8004
8092
|
/**
|
|
8005
8093
|
* Do not edit directly
|
|
8006
|
-
* Generated on Fri,
|
|
8094
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
8007
8095
|
*/
|
|
8008
8096
|
/**
|
|
8009
8097
|
* TOKENS:
|
|
@@ -8174,7 +8262,7 @@ body {
|
|
|
8174
8262
|
|
|
8175
8263
|
/**
|
|
8176
8264
|
* Do not edit directly
|
|
8177
|
-
* Generated on Fri,
|
|
8265
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
8178
8266
|
*/
|
|
8179
8267
|
/**
|
|
8180
8268
|
* TOKENS:
|