@ilo-org/styles 0.1.19 → 0.2.1
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 +80 -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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 GMT
|
|
4775
4778
|
*/
|
|
4776
4779
|
/**
|
|
4777
4780
|
* TOKENS:
|
|
@@ -4877,9 +4880,72 @@ 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 calc(var(--logo-image-height) * 0.25);
|
|
4932
|
+
height: 100%;
|
|
4933
|
+
display: inline-block;
|
|
4934
|
+
line-height: 0px;
|
|
4935
|
+
overflow-y: hidden;
|
|
4936
|
+
}
|
|
4937
|
+
.ilo--logo--sub-brand--lock-up--separator::before {
|
|
4938
|
+
content: "";
|
|
4939
|
+
position: relative;
|
|
4940
|
+
display: inline-block;
|
|
4941
|
+
height: 100%;
|
|
4942
|
+
border-right: calc(var(--logo-image-height) * 0.033) solid var(--logo-theme-color);
|
|
4943
|
+
width: 0;
|
|
4944
|
+
}
|
|
4945
|
+
|
|
4880
4946
|
/**
|
|
4881
4947
|
* Do not edit directly
|
|
4882
|
-
* Generated on
|
|
4948
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
4883
4949
|
*/
|
|
4884
4950
|
/**
|
|
4885
4951
|
* TOKENS:
|
|
@@ -4889,7 +4955,7 @@ body {
|
|
|
4889
4955
|
*/
|
|
4890
4956
|
/**
|
|
4891
4957
|
* Do not edit directly
|
|
4892
|
-
* Generated on
|
|
4958
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
4893
4959
|
*/
|
|
4894
4960
|
/**
|
|
4895
4961
|
* TOKENS:
|
|
@@ -4899,7 +4965,7 @@ body {
|
|
|
4899
4965
|
*/
|
|
4900
4966
|
/**
|
|
4901
4967
|
* Do not edit directly
|
|
4902
|
-
* Generated on
|
|
4968
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
4903
4969
|
*/
|
|
4904
4970
|
/**
|
|
4905
4971
|
* TOKENS:
|
|
@@ -4996,7 +5062,7 @@ body {
|
|
|
4996
5062
|
|
|
4997
5063
|
/**
|
|
4998
5064
|
* Do not edit directly
|
|
4999
|
-
* Generated on
|
|
5065
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
5000
5066
|
*/
|
|
5001
5067
|
/**
|
|
5002
5068
|
* TOKENS:
|
|
@@ -5874,7 +5940,7 @@ body {
|
|
|
5874
5940
|
|
|
5875
5941
|
/**
|
|
5876
5942
|
* Do not edit directly
|
|
5877
|
-
* Generated on
|
|
5943
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
5878
5944
|
*/
|
|
5879
5945
|
/**
|
|
5880
5946
|
* TOKENS:
|
|
@@ -5884,7 +5950,7 @@ body {
|
|
|
5884
5950
|
*/
|
|
5885
5951
|
/**
|
|
5886
5952
|
* Do not edit directly
|
|
5887
|
-
* Generated on
|
|
5953
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
5888
5954
|
*/
|
|
5889
5955
|
/**
|
|
5890
5956
|
* TOKENS:
|
|
@@ -5894,7 +5960,7 @@ body {
|
|
|
5894
5960
|
*/
|
|
5895
5961
|
/**
|
|
5896
5962
|
* Do not edit directly
|
|
5897
|
-
* Generated on
|
|
5963
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
5898
5964
|
*/
|
|
5899
5965
|
/**
|
|
5900
5966
|
* TOKENS:
|
|
@@ -6086,7 +6152,7 @@ body {
|
|
|
6086
6152
|
|
|
6087
6153
|
/**
|
|
6088
6154
|
* Do not edit directly
|
|
6089
|
-
* Generated on
|
|
6155
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6090
6156
|
*/
|
|
6091
6157
|
/**
|
|
6092
6158
|
* TOKENS:
|
|
@@ -6226,7 +6292,7 @@ body {
|
|
|
6226
6292
|
|
|
6227
6293
|
/**
|
|
6228
6294
|
* Do not edit directly
|
|
6229
|
-
* Generated on
|
|
6295
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6230
6296
|
*/
|
|
6231
6297
|
/**
|
|
6232
6298
|
* TOKENS:
|
|
@@ -6236,7 +6302,7 @@ body {
|
|
|
6236
6302
|
*/
|
|
6237
6303
|
/**
|
|
6238
6304
|
* Do not edit directly
|
|
6239
|
-
* Generated on
|
|
6305
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6240
6306
|
*/
|
|
6241
6307
|
/**
|
|
6242
6308
|
* TOKENS:
|
|
@@ -6261,7 +6327,7 @@ body {
|
|
|
6261
6327
|
}
|
|
6262
6328
|
/**
|
|
6263
6329
|
* Do not edit directly
|
|
6264
|
-
* Generated on
|
|
6330
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6265
6331
|
*/
|
|
6266
6332
|
/**
|
|
6267
6333
|
* TOKENS:
|
|
@@ -6278,22 +6344,40 @@ body {
|
|
|
6278
6344
|
float: left;
|
|
6279
6345
|
width: 3.4297963558rem;
|
|
6280
6346
|
}
|
|
6281
|
-
.ilo--profile--contents .id {
|
|
6347
|
+
.ilo--profile--contents--light .id {
|
|
6282
6348
|
margin-left: 4.0192926045rem;
|
|
6283
6349
|
padding-top: 5px;
|
|
6284
6350
|
}
|
|
6285
|
-
.ilo--profile--contents .id:first-of-type {
|
|
6351
|
+
.ilo--profile--contents--light .id:first-of-type {
|
|
6286
6352
|
padding-bottom: 1px;
|
|
6287
6353
|
}
|
|
6288
|
-
.ilo--profile--contents .id:nth-of-type(2):last-of-type {
|
|
6354
|
+
.ilo--profile--contents--light .id:nth-of-type(2):last-of-type {
|
|
6289
6355
|
padding-top: 0;
|
|
6290
6356
|
}
|
|
6291
|
-
.ilo--profile--contents .id:first-of-type:last-of-type,
|
|
6292
|
-
.ilo--profile--contents .id:nth-of-type(2):last-of-type {
|
|
6357
|
+
.ilo--profile--contents--light .id:first-of-type:last-of-type,
|
|
6358
|
+
.ilo--profile--contents--light .id:nth-of-type(2):last-of-type {
|
|
6293
6359
|
border-bottom: 2px solid rgb(237, 240, 242);
|
|
6294
6360
|
padding-bottom: 11px;
|
|
6295
6361
|
}
|
|
6296
|
-
.ilo--profile--contents .id:first-of-type:last-of-type {
|
|
6362
|
+
.ilo--profile--contents--light .id:first-of-type:last-of-type {
|
|
6363
|
+
padding-top: 14px;
|
|
6364
|
+
}
|
|
6365
|
+
.ilo--profile--contents--dark .id {
|
|
6366
|
+
margin-left: 4.0192926045rem;
|
|
6367
|
+
padding-top: 5px;
|
|
6368
|
+
}
|
|
6369
|
+
.ilo--profile--contents--dark .id:first-of-type {
|
|
6370
|
+
padding-bottom: 1px;
|
|
6371
|
+
}
|
|
6372
|
+
.ilo--profile--contents--dark .id:nth-of-type(2):last-of-type {
|
|
6373
|
+
padding-top: 0;
|
|
6374
|
+
}
|
|
6375
|
+
.ilo--profile--contents--dark .id:first-of-type:last-of-type,
|
|
6376
|
+
.ilo--profile--contents--dark .id:nth-of-type(2):last-of-type {
|
|
6377
|
+
border-bottom: 2px solid rgb(237, 240, 242);
|
|
6378
|
+
padding-bottom: 11px;
|
|
6379
|
+
}
|
|
6380
|
+
.ilo--profile--contents--dark .id:first-of-type:last-of-type {
|
|
6297
6381
|
padding-top: 14px;
|
|
6298
6382
|
}
|
|
6299
6383
|
.ilo--profile--name {
|
|
@@ -6384,7 +6468,11 @@ body {
|
|
|
6384
6468
|
.right-to-left .ilo--profile .ilo--profile--avatar {
|
|
6385
6469
|
float: right;
|
|
6386
6470
|
}
|
|
6387
|
-
.right-to-left .ilo--profile .ilo--profile--contents .id {
|
|
6471
|
+
.right-to-left .ilo--profile .ilo--profile--contents--light .id {
|
|
6472
|
+
margin-left: auto;
|
|
6473
|
+
margin-right: 4.0192926045rem;
|
|
6474
|
+
}
|
|
6475
|
+
.right-to-left .ilo--profile .ilo--profile--contents--dark .id {
|
|
6388
6476
|
margin-left: auto;
|
|
6389
6477
|
margin-right: 4.0192926045rem;
|
|
6390
6478
|
}
|
|
@@ -6406,7 +6494,7 @@ body {
|
|
|
6406
6494
|
|
|
6407
6495
|
/**
|
|
6408
6496
|
* Do not edit directly
|
|
6409
|
-
* Generated on
|
|
6497
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6410
6498
|
*/
|
|
6411
6499
|
/**
|
|
6412
6500
|
* TOKENS:
|
|
@@ -6513,7 +6601,7 @@ body {
|
|
|
6513
6601
|
|
|
6514
6602
|
/**
|
|
6515
6603
|
* Do not edit directly
|
|
6516
|
-
* Generated on
|
|
6604
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6517
6605
|
*/
|
|
6518
6606
|
/**
|
|
6519
6607
|
* TOKENS:
|
|
@@ -6523,7 +6611,7 @@ body {
|
|
|
6523
6611
|
*/
|
|
6524
6612
|
/**
|
|
6525
6613
|
* Do not edit directly
|
|
6526
|
-
* Generated on
|
|
6614
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6527
6615
|
*/
|
|
6528
6616
|
/**
|
|
6529
6617
|
* TOKENS:
|
|
@@ -6548,7 +6636,7 @@ body {
|
|
|
6548
6636
|
}
|
|
6549
6637
|
/**
|
|
6550
6638
|
* Do not edit directly
|
|
6551
|
-
* Generated on
|
|
6639
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6552
6640
|
*/
|
|
6553
6641
|
/**
|
|
6554
6642
|
* TOKENS:
|
|
@@ -6609,7 +6697,7 @@ body {
|
|
|
6609
6697
|
|
|
6610
6698
|
/**
|
|
6611
6699
|
* Do not edit directly
|
|
6612
|
-
* Generated on
|
|
6700
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6613
6701
|
*/
|
|
6614
6702
|
/**
|
|
6615
6703
|
* TOKENS:
|
|
@@ -7024,7 +7112,7 @@ body {
|
|
|
7024
7112
|
|
|
7025
7113
|
/**
|
|
7026
7114
|
* Do not edit directly
|
|
7027
|
-
* Generated on
|
|
7115
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
7028
7116
|
*/
|
|
7029
7117
|
/**
|
|
7030
7118
|
* TOKENS:
|
|
@@ -7078,7 +7166,7 @@ body {
|
|
|
7078
7166
|
|
|
7079
7167
|
/**
|
|
7080
7168
|
* Do not edit directly
|
|
7081
|
-
* Generated on
|
|
7169
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
7082
7170
|
*/
|
|
7083
7171
|
/**
|
|
7084
7172
|
* TOKENS:
|
|
@@ -7235,7 +7323,7 @@ body {
|
|
|
7235
7323
|
|
|
7236
7324
|
/**
|
|
7237
7325
|
* Do not edit directly
|
|
7238
|
-
* Generated on
|
|
7326
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
7239
7327
|
*/
|
|
7240
7328
|
/**
|
|
7241
7329
|
* TOKENS:
|
|
@@ -7586,7 +7674,7 @@ body {
|
|
|
7586
7674
|
|
|
7587
7675
|
/**
|
|
7588
7676
|
* Do not edit directly
|
|
7589
|
-
* Generated on
|
|
7677
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
7590
7678
|
*/
|
|
7591
7679
|
/**
|
|
7592
7680
|
* TOKENS:
|
|
@@ -7772,7 +7860,7 @@ body {
|
|
|
7772
7860
|
|
|
7773
7861
|
/**
|
|
7774
7862
|
* Do not edit directly
|
|
7775
|
-
* Generated on
|
|
7863
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
7776
7864
|
*/
|
|
7777
7865
|
/**
|
|
7778
7866
|
* TOKENS:
|
|
@@ -7830,7 +7918,7 @@ body {
|
|
|
7830
7918
|
|
|
7831
7919
|
/**
|
|
7832
7920
|
* Do not edit directly
|
|
7833
|
-
* Generated on
|
|
7921
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
7834
7922
|
*/
|
|
7835
7923
|
/**
|
|
7836
7924
|
* TOKENS:
|
|
@@ -8004,7 +8092,7 @@ body {
|
|
|
8004
8092
|
|
|
8005
8093
|
/**
|
|
8006
8094
|
* Do not edit directly
|
|
8007
|
-
* Generated on
|
|
8095
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
8008
8096
|
*/
|
|
8009
8097
|
/**
|
|
8010
8098
|
* TOKENS:
|
|
@@ -8175,7 +8263,7 @@ body {
|
|
|
8175
8263
|
|
|
8176
8264
|
/**
|
|
8177
8265
|
* Do not edit directly
|
|
8178
|
-
* Generated on
|
|
8266
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
8179
8267
|
*/
|
|
8180
8268
|
/**
|
|
8181
8269
|
* TOKENS:
|