@ilo-org/styles 0.1.19 → 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 +158 -71
- package/build/css/components/index.css.map +1 -1
- package/build/css/index.css +158 -71
- package/build/css/index.css.map +1 -1
- package/build/css/monorepo.css +158 -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/_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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
5064
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
5000
5065
|
*/
|
|
5001
5066
|
/**
|
|
5002
5067
|
* TOKENS:
|
|
@@ -5874,7 +5939,7 @@ body {
|
|
|
5874
5939
|
|
|
5875
5940
|
/**
|
|
5876
5941
|
* Do not edit directly
|
|
5877
|
-
* Generated on
|
|
5942
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
5878
5943
|
*/
|
|
5879
5944
|
/**
|
|
5880
5945
|
* TOKENS:
|
|
@@ -5884,7 +5949,7 @@ body {
|
|
|
5884
5949
|
*/
|
|
5885
5950
|
/**
|
|
5886
5951
|
* Do not edit directly
|
|
5887
|
-
* Generated on
|
|
5952
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
5888
5953
|
*/
|
|
5889
5954
|
/**
|
|
5890
5955
|
* TOKENS:
|
|
@@ -5894,7 +5959,7 @@ body {
|
|
|
5894
5959
|
*/
|
|
5895
5960
|
/**
|
|
5896
5961
|
* Do not edit directly
|
|
5897
|
-
* Generated on
|
|
5962
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
5898
5963
|
*/
|
|
5899
5964
|
/**
|
|
5900
5965
|
* TOKENS:
|
|
@@ -6086,7 +6151,7 @@ body {
|
|
|
6086
6151
|
|
|
6087
6152
|
/**
|
|
6088
6153
|
* Do not edit directly
|
|
6089
|
-
* Generated on
|
|
6154
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6090
6155
|
*/
|
|
6091
6156
|
/**
|
|
6092
6157
|
* TOKENS:
|
|
@@ -6226,7 +6291,7 @@ body {
|
|
|
6226
6291
|
|
|
6227
6292
|
/**
|
|
6228
6293
|
* Do not edit directly
|
|
6229
|
-
* Generated on
|
|
6294
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6230
6295
|
*/
|
|
6231
6296
|
/**
|
|
6232
6297
|
* TOKENS:
|
|
@@ -6236,7 +6301,7 @@ body {
|
|
|
6236
6301
|
*/
|
|
6237
6302
|
/**
|
|
6238
6303
|
* Do not edit directly
|
|
6239
|
-
* Generated on
|
|
6304
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6240
6305
|
*/
|
|
6241
6306
|
/**
|
|
6242
6307
|
* TOKENS:
|
|
@@ -6261,7 +6326,7 @@ body {
|
|
|
6261
6326
|
}
|
|
6262
6327
|
/**
|
|
6263
6328
|
* Do not edit directly
|
|
6264
|
-
* Generated on
|
|
6329
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6265
6330
|
*/
|
|
6266
6331
|
/**
|
|
6267
6332
|
* TOKENS:
|
|
@@ -6278,22 +6343,40 @@ body {
|
|
|
6278
6343
|
float: left;
|
|
6279
6344
|
width: 3.4297963558rem;
|
|
6280
6345
|
}
|
|
6281
|
-
.ilo--profile--contents .id {
|
|
6346
|
+
.ilo--profile--contents--light .id {
|
|
6347
|
+
margin-left: 4.0192926045rem;
|
|
6348
|
+
padding-top: 5px;
|
|
6349
|
+
}
|
|
6350
|
+
.ilo--profile--contents--light .id:first-of-type {
|
|
6351
|
+
padding-bottom: 1px;
|
|
6352
|
+
}
|
|
6353
|
+
.ilo--profile--contents--light .id:nth-of-type(2):last-of-type {
|
|
6354
|
+
padding-top: 0;
|
|
6355
|
+
}
|
|
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 {
|
|
6358
|
+
border-bottom: 2px solid rgb(237, 240, 242);
|
|
6359
|
+
padding-bottom: 11px;
|
|
6360
|
+
}
|
|
6361
|
+
.ilo--profile--contents--light .id:first-of-type:last-of-type {
|
|
6362
|
+
padding-top: 14px;
|
|
6363
|
+
}
|
|
6364
|
+
.ilo--profile--contents--dark .id {
|
|
6282
6365
|
margin-left: 4.0192926045rem;
|
|
6283
6366
|
padding-top: 5px;
|
|
6284
6367
|
}
|
|
6285
|
-
.ilo--profile--contents .id:first-of-type {
|
|
6368
|
+
.ilo--profile--contents--dark .id:first-of-type {
|
|
6286
6369
|
padding-bottom: 1px;
|
|
6287
6370
|
}
|
|
6288
|
-
.ilo--profile--contents .id:nth-of-type(2):last-of-type {
|
|
6371
|
+
.ilo--profile--contents--dark .id:nth-of-type(2):last-of-type {
|
|
6289
6372
|
padding-top: 0;
|
|
6290
6373
|
}
|
|
6291
|
-
.ilo--profile--contents .id:first-of-type:last-of-type,
|
|
6292
|
-
.ilo--profile--contents .id:nth-of-type(2):last-of-type {
|
|
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 {
|
|
6293
6376
|
border-bottom: 2px solid rgb(237, 240, 242);
|
|
6294
6377
|
padding-bottom: 11px;
|
|
6295
6378
|
}
|
|
6296
|
-
.ilo--profile--contents .id:first-of-type:last-of-type {
|
|
6379
|
+
.ilo--profile--contents--dark .id:first-of-type:last-of-type {
|
|
6297
6380
|
padding-top: 14px;
|
|
6298
6381
|
}
|
|
6299
6382
|
.ilo--profile--name {
|
|
@@ -6384,7 +6467,11 @@ body {
|
|
|
6384
6467
|
.right-to-left .ilo--profile .ilo--profile--avatar {
|
|
6385
6468
|
float: right;
|
|
6386
6469
|
}
|
|
6387
|
-
.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 {
|
|
6388
6475
|
margin-left: auto;
|
|
6389
6476
|
margin-right: 4.0192926045rem;
|
|
6390
6477
|
}
|
|
@@ -6406,7 +6493,7 @@ body {
|
|
|
6406
6493
|
|
|
6407
6494
|
/**
|
|
6408
6495
|
* Do not edit directly
|
|
6409
|
-
* Generated on
|
|
6496
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6410
6497
|
*/
|
|
6411
6498
|
/**
|
|
6412
6499
|
* TOKENS:
|
|
@@ -6513,7 +6600,7 @@ body {
|
|
|
6513
6600
|
|
|
6514
6601
|
/**
|
|
6515
6602
|
* Do not edit directly
|
|
6516
|
-
* Generated on
|
|
6603
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6517
6604
|
*/
|
|
6518
6605
|
/**
|
|
6519
6606
|
* TOKENS:
|
|
@@ -6523,7 +6610,7 @@ body {
|
|
|
6523
6610
|
*/
|
|
6524
6611
|
/**
|
|
6525
6612
|
* Do not edit directly
|
|
6526
|
-
* Generated on
|
|
6613
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6527
6614
|
*/
|
|
6528
6615
|
/**
|
|
6529
6616
|
* TOKENS:
|
|
@@ -6548,7 +6635,7 @@ body {
|
|
|
6548
6635
|
}
|
|
6549
6636
|
/**
|
|
6550
6637
|
* Do not edit directly
|
|
6551
|
-
* Generated on
|
|
6638
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6552
6639
|
*/
|
|
6553
6640
|
/**
|
|
6554
6641
|
* TOKENS:
|
|
@@ -6609,7 +6696,7 @@ body {
|
|
|
6609
6696
|
|
|
6610
6697
|
/**
|
|
6611
6698
|
* Do not edit directly
|
|
6612
|
-
* Generated on
|
|
6699
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6613
6700
|
*/
|
|
6614
6701
|
/**
|
|
6615
6702
|
* TOKENS:
|
|
@@ -7024,7 +7111,7 @@ body {
|
|
|
7024
7111
|
|
|
7025
7112
|
/**
|
|
7026
7113
|
* Do not edit directly
|
|
7027
|
-
* Generated on
|
|
7114
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7028
7115
|
*/
|
|
7029
7116
|
/**
|
|
7030
7117
|
* TOKENS:
|
|
@@ -7078,7 +7165,7 @@ body {
|
|
|
7078
7165
|
|
|
7079
7166
|
/**
|
|
7080
7167
|
* Do not edit directly
|
|
7081
|
-
* Generated on
|
|
7168
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7082
7169
|
*/
|
|
7083
7170
|
/**
|
|
7084
7171
|
* TOKENS:
|
|
@@ -7235,7 +7322,7 @@ body {
|
|
|
7235
7322
|
|
|
7236
7323
|
/**
|
|
7237
7324
|
* Do not edit directly
|
|
7238
|
-
* Generated on
|
|
7325
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7239
7326
|
*/
|
|
7240
7327
|
/**
|
|
7241
7328
|
* TOKENS:
|
|
@@ -7586,7 +7673,7 @@ body {
|
|
|
7586
7673
|
|
|
7587
7674
|
/**
|
|
7588
7675
|
* Do not edit directly
|
|
7589
|
-
* Generated on
|
|
7676
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7590
7677
|
*/
|
|
7591
7678
|
/**
|
|
7592
7679
|
* TOKENS:
|
|
@@ -7772,7 +7859,7 @@ body {
|
|
|
7772
7859
|
|
|
7773
7860
|
/**
|
|
7774
7861
|
* Do not edit directly
|
|
7775
|
-
* Generated on
|
|
7862
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7776
7863
|
*/
|
|
7777
7864
|
/**
|
|
7778
7865
|
* TOKENS:
|
|
@@ -7830,7 +7917,7 @@ body {
|
|
|
7830
7917
|
|
|
7831
7918
|
/**
|
|
7832
7919
|
* Do not edit directly
|
|
7833
|
-
* Generated on
|
|
7920
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7834
7921
|
*/
|
|
7835
7922
|
/**
|
|
7836
7923
|
* TOKENS:
|
|
@@ -8004,7 +8091,7 @@ body {
|
|
|
8004
8091
|
|
|
8005
8092
|
/**
|
|
8006
8093
|
* Do not edit directly
|
|
8007
|
-
* Generated on
|
|
8094
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
8008
8095
|
*/
|
|
8009
8096
|
/**
|
|
8010
8097
|
* TOKENS:
|
|
@@ -8175,7 +8262,7 @@ body {
|
|
|
8175
8262
|
|
|
8176
8263
|
/**
|
|
8177
8264
|
* Do not edit directly
|
|
8178
|
-
* Generated on
|
|
8265
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
8179
8266
|
*/
|
|
8180
8267
|
/**
|
|
8181
8268
|
* TOKENS:
|