@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/monorepo.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:
|
|
@@ -250,7 +250,7 @@ body {
|
|
|
250
250
|
|
|
251
251
|
/**
|
|
252
252
|
* Do not edit directly
|
|
253
|
-
* Generated on Fri,
|
|
253
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
254
254
|
*/
|
|
255
255
|
/**
|
|
256
256
|
* TOKENS:
|
|
@@ -363,7 +363,7 @@ body {
|
|
|
363
363
|
|
|
364
364
|
/**
|
|
365
365
|
* Do not edit directly
|
|
366
|
-
* Generated on Fri,
|
|
366
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
367
367
|
*/
|
|
368
368
|
/**
|
|
369
369
|
* TOKENS:
|
|
@@ -388,7 +388,7 @@ body {
|
|
|
388
388
|
}
|
|
389
389
|
/**
|
|
390
390
|
* Do not edit directly
|
|
391
|
-
* Generated on Fri,
|
|
391
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
392
392
|
*/
|
|
393
393
|
/**
|
|
394
394
|
* TOKENS:
|
|
@@ -642,7 +642,7 @@ body {
|
|
|
642
642
|
|
|
643
643
|
/**
|
|
644
644
|
* Do not edit directly
|
|
645
|
-
* Generated on Fri,
|
|
645
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
646
646
|
*/
|
|
647
647
|
/**
|
|
648
648
|
* TOKENS:
|
|
@@ -652,7 +652,7 @@ body {
|
|
|
652
652
|
*/
|
|
653
653
|
/**
|
|
654
654
|
* Do not edit directly
|
|
655
|
-
* Generated on Fri,
|
|
655
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
656
656
|
*/
|
|
657
657
|
/**
|
|
658
658
|
* TOKENS:
|
|
@@ -677,7 +677,7 @@ body {
|
|
|
677
677
|
}
|
|
678
678
|
/**
|
|
679
679
|
* Do not edit directly
|
|
680
|
-
* Generated on Fri,
|
|
680
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
681
681
|
*/
|
|
682
682
|
/**
|
|
683
683
|
* TOKENS:
|
|
@@ -967,7 +967,7 @@ body {
|
|
|
967
967
|
|
|
968
968
|
/**
|
|
969
969
|
* Do not edit directly
|
|
970
|
-
* Generated on Fri,
|
|
970
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
971
971
|
*/
|
|
972
972
|
/**
|
|
973
973
|
* TOKENS:
|
|
@@ -1097,7 +1097,7 @@ body {
|
|
|
1097
1097
|
|
|
1098
1098
|
/**
|
|
1099
1099
|
* Do not edit directly
|
|
1100
|
-
* Generated on Fri,
|
|
1100
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
1101
1101
|
*/
|
|
1102
1102
|
/**
|
|
1103
1103
|
* TOKENS:
|
|
@@ -1729,7 +1729,10 @@ body {
|
|
|
1729
1729
|
right: auto;
|
|
1730
1730
|
transform: rotateY(180deg);
|
|
1731
1731
|
}
|
|
1732
|
-
.ilo--card--graphic .ilo--profile--contents * {
|
|
1732
|
+
.ilo--card--graphic .ilo--profile--contents--light * {
|
|
1733
|
+
color: rgb(45, 45, 45);
|
|
1734
|
+
}
|
|
1735
|
+
.ilo--card--graphic .ilo--profile--contents--dark * {
|
|
1733
1736
|
color: rgb(255, 255, 255);
|
|
1734
1737
|
}
|
|
1735
1738
|
.ilo--card--graphic:hover, .ilo--card--graphic:focus, .ilo--card--graphic:focus-within {
|
|
@@ -2503,7 +2506,7 @@ body {
|
|
|
2503
2506
|
|
|
2504
2507
|
/**
|
|
2505
2508
|
* Do not edit directly
|
|
2506
|
-
* Generated on Fri,
|
|
2509
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2507
2510
|
*/
|
|
2508
2511
|
/**
|
|
2509
2512
|
* TOKENS:
|
|
@@ -2548,7 +2551,7 @@ body {
|
|
|
2548
2551
|
|
|
2549
2552
|
/**
|
|
2550
2553
|
* Do not edit directly
|
|
2551
|
-
* Generated on Fri,
|
|
2554
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2552
2555
|
*/
|
|
2553
2556
|
/**
|
|
2554
2557
|
* 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:
|
|
@@ -2734,7 +2737,7 @@ body {
|
|
|
2734
2737
|
|
|
2735
2738
|
/**
|
|
2736
2739
|
* Do not edit directly
|
|
2737
|
-
* Generated on Fri,
|
|
2740
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2738
2741
|
*/
|
|
2739
2742
|
/**
|
|
2740
2743
|
* TOKENS:
|
|
@@ -2744,7 +2747,7 @@ body {
|
|
|
2744
2747
|
*/
|
|
2745
2748
|
/**
|
|
2746
2749
|
* Do not edit directly
|
|
2747
|
-
* Generated on Fri,
|
|
2750
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2748
2751
|
*/
|
|
2749
2752
|
/**
|
|
2750
2753
|
* TOKENS:
|
|
@@ -2754,7 +2757,7 @@ body {
|
|
|
2754
2757
|
*/
|
|
2755
2758
|
/**
|
|
2756
2759
|
* Do not edit directly
|
|
2757
|
-
* Generated on Fri,
|
|
2760
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2758
2761
|
*/
|
|
2759
2762
|
/**
|
|
2760
2763
|
* TOKENS:
|
|
@@ -2764,7 +2767,7 @@ body {
|
|
|
2764
2767
|
*/
|
|
2765
2768
|
/**
|
|
2766
2769
|
* Do not edit directly
|
|
2767
|
-
* Generated on Fri,
|
|
2770
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2768
2771
|
*/
|
|
2769
2772
|
/**
|
|
2770
2773
|
* TOKENS:
|
|
@@ -2890,7 +2893,7 @@ body {
|
|
|
2890
2893
|
|
|
2891
2894
|
/**
|
|
2892
2895
|
* Do not edit directly
|
|
2893
|
-
* Generated on Fri,
|
|
2896
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2894
2897
|
*/
|
|
2895
2898
|
/**
|
|
2896
2899
|
* TOKENS:
|
|
@@ -2918,7 +2921,7 @@ body {
|
|
|
2918
2921
|
|
|
2919
2922
|
/**
|
|
2920
2923
|
* Do not edit directly
|
|
2921
|
-
* Generated on Fri,
|
|
2924
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
2922
2925
|
*/
|
|
2923
2926
|
/**
|
|
2924
2927
|
* TOKENS:
|
|
@@ -3006,7 +3009,7 @@ body {
|
|
|
3006
3009
|
|
|
3007
3010
|
/**
|
|
3008
3011
|
* Do not edit directly
|
|
3009
|
-
* Generated on Fri,
|
|
3012
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3010
3013
|
*/
|
|
3011
3014
|
/**
|
|
3012
3015
|
* TOKENS:
|
|
@@ -3016,7 +3019,7 @@ body {
|
|
|
3016
3019
|
*/
|
|
3017
3020
|
/**
|
|
3018
3021
|
* Do not edit directly
|
|
3019
|
-
* Generated on Fri,
|
|
3022
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3020
3023
|
*/
|
|
3021
3024
|
/**
|
|
3022
3025
|
* TOKENS:
|
|
@@ -3026,7 +3029,7 @@ body {
|
|
|
3026
3029
|
*/
|
|
3027
3030
|
/**
|
|
3028
3031
|
* Do not edit directly
|
|
3029
|
-
* Generated on Fri,
|
|
3032
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3030
3033
|
*/
|
|
3031
3034
|
/**
|
|
3032
3035
|
* TOKENS:
|
|
@@ -3079,7 +3082,7 @@ body {
|
|
|
3079
3082
|
|
|
3080
3083
|
/**
|
|
3081
3084
|
* Do not edit directly
|
|
3082
|
-
* Generated on Fri,
|
|
3085
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3083
3086
|
*/
|
|
3084
3087
|
/**
|
|
3085
3088
|
* TOKENS:
|
|
@@ -3154,7 +3157,7 @@ body {
|
|
|
3154
3157
|
|
|
3155
3158
|
/**
|
|
3156
3159
|
* Do not edit directly
|
|
3157
|
-
* Generated on Fri,
|
|
3160
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3158
3161
|
*/
|
|
3159
3162
|
/**
|
|
3160
3163
|
* TOKENS:
|
|
@@ -3260,7 +3263,7 @@ body {
|
|
|
3260
3263
|
|
|
3261
3264
|
/**
|
|
3262
3265
|
* Do not edit directly
|
|
3263
|
-
* Generated on Fri,
|
|
3266
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3264
3267
|
*/
|
|
3265
3268
|
/**
|
|
3266
3269
|
* TOKENS:
|
|
@@ -3283,7 +3286,7 @@ body {
|
|
|
3283
3286
|
|
|
3284
3287
|
/**
|
|
3285
3288
|
* Do not edit directly
|
|
3286
|
-
* Generated on Fri,
|
|
3289
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3287
3290
|
*/
|
|
3288
3291
|
/**
|
|
3289
3292
|
* TOKENS:
|
|
@@ -3297,7 +3300,7 @@ body {
|
|
|
3297
3300
|
|
|
3298
3301
|
/**
|
|
3299
3302
|
* Do not edit directly
|
|
3300
|
-
* Generated on Fri,
|
|
3303
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3301
3304
|
*/
|
|
3302
3305
|
/**
|
|
3303
3306
|
* TOKENS:
|
|
@@ -3307,7 +3310,7 @@ body {
|
|
|
3307
3310
|
*/
|
|
3308
3311
|
/**
|
|
3309
3312
|
* Do not edit directly
|
|
3310
|
-
* Generated on Fri,
|
|
3313
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3311
3314
|
*/
|
|
3312
3315
|
/**
|
|
3313
3316
|
* TOKENS:
|
|
@@ -3332,7 +3335,7 @@ body {
|
|
|
3332
3335
|
}
|
|
3333
3336
|
/**
|
|
3334
3337
|
* Do not edit directly
|
|
3335
|
-
* Generated on Fri,
|
|
3338
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3336
3339
|
*/
|
|
3337
3340
|
/**
|
|
3338
3341
|
* TOKENS:
|
|
@@ -3732,7 +3735,7 @@ body {
|
|
|
3732
3735
|
|
|
3733
3736
|
/**
|
|
3734
3737
|
* Do not edit directly
|
|
3735
|
-
* Generated on Fri,
|
|
3738
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3736
3739
|
*/
|
|
3737
3740
|
/**
|
|
3738
3741
|
* TOKENS:
|
|
@@ -3855,7 +3858,7 @@ body {
|
|
|
3855
3858
|
|
|
3856
3859
|
/**
|
|
3857
3860
|
* Do not edit directly
|
|
3858
|
-
* Generated on Fri,
|
|
3861
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
3859
3862
|
*/
|
|
3860
3863
|
/**
|
|
3861
3864
|
* TOKENS:
|
|
@@ -4346,7 +4349,7 @@ body {
|
|
|
4346
4349
|
|
|
4347
4350
|
/**
|
|
4348
4351
|
* Do not edit directly
|
|
4349
|
-
* Generated on Fri,
|
|
4352
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4350
4353
|
*/
|
|
4351
4354
|
/**
|
|
4352
4355
|
* TOKENS:
|
|
@@ -4402,7 +4405,7 @@ body {
|
|
|
4402
4405
|
|
|
4403
4406
|
/**
|
|
4404
4407
|
* Do not edit directly
|
|
4405
|
-
* Generated on Fri,
|
|
4408
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4406
4409
|
*/
|
|
4407
4410
|
/**
|
|
4408
4411
|
* TOKENS:
|
|
@@ -4544,7 +4547,7 @@ body {
|
|
|
4544
4547
|
|
|
4545
4548
|
/**
|
|
4546
4549
|
* Do not edit directly
|
|
4547
|
-
* Generated on Fri,
|
|
4550
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4548
4551
|
*/
|
|
4549
4552
|
/**
|
|
4550
4553
|
* TOKENS:
|
|
@@ -4554,7 +4557,7 @@ body {
|
|
|
4554
4557
|
*/
|
|
4555
4558
|
/**
|
|
4556
4559
|
* Do not edit directly
|
|
4557
|
-
* Generated on Fri,
|
|
4560
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4558
4561
|
*/
|
|
4559
4562
|
/**
|
|
4560
4563
|
* TOKENS:
|
|
@@ -4579,7 +4582,7 @@ body {
|
|
|
4579
4582
|
}
|
|
4580
4583
|
/**
|
|
4581
4584
|
* Do not edit directly
|
|
4582
|
-
* Generated on Fri,
|
|
4585
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4583
4586
|
*/
|
|
4584
4587
|
/**
|
|
4585
4588
|
* TOKENS:
|
|
@@ -4737,7 +4740,7 @@ body {
|
|
|
4737
4740
|
|
|
4738
4741
|
/**
|
|
4739
4742
|
* Do not edit directly
|
|
4740
|
-
* Generated on Fri,
|
|
4743
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4741
4744
|
*/
|
|
4742
4745
|
/**
|
|
4743
4746
|
* TOKENS:
|
|
@@ -4832,7 +4835,7 @@ body {
|
|
|
4832
4835
|
|
|
4833
4836
|
/**
|
|
4834
4837
|
* Do not edit directly
|
|
4835
|
-
* Generated on Fri,
|
|
4838
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4836
4839
|
*/
|
|
4837
4840
|
/**
|
|
4838
4841
|
* TOKENS:
|
|
@@ -4842,7 +4845,7 @@ body {
|
|
|
4842
4845
|
*/
|
|
4843
4846
|
/**
|
|
4844
4847
|
* Do not edit directly
|
|
4845
|
-
* Generated on Fri,
|
|
4848
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4846
4849
|
*/
|
|
4847
4850
|
/**
|
|
4848
4851
|
* TOKENS:
|
|
@@ -4852,7 +4855,7 @@ body {
|
|
|
4852
4855
|
*/
|
|
4853
4856
|
/**
|
|
4854
4857
|
* Do not edit directly
|
|
4855
|
-
* Generated on Fri,
|
|
4858
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4856
4859
|
*/
|
|
4857
4860
|
/**
|
|
4858
4861
|
* TOKENS:
|
|
@@ -4958,9 +4961,71 @@ body {
|
|
|
4958
4961
|
width: 100%;
|
|
4959
4962
|
}
|
|
4960
4963
|
|
|
4964
|
+
.ilo--logo--visibility--hidden {
|
|
4965
|
+
visibility: hidden;
|
|
4966
|
+
}
|
|
4967
|
+
.ilo--logo--size--fluid {
|
|
4968
|
+
width: 100%;
|
|
4969
|
+
height: auto;
|
|
4970
|
+
}
|
|
4971
|
+
.ilo--logo--theme--light {
|
|
4972
|
+
--logo-theme-color: rgb(30, 45, 190);
|
|
4973
|
+
}
|
|
4974
|
+
.ilo--logo--theme--dark {
|
|
4975
|
+
--logo-theme-color: rgb(255, 255, 255);
|
|
4976
|
+
}
|
|
4977
|
+
.ilo--logo--link {
|
|
4978
|
+
all: unset;
|
|
4979
|
+
cursor: pointer;
|
|
4980
|
+
}
|
|
4981
|
+
.ilo--logo--image {
|
|
4982
|
+
height: 100%;
|
|
4983
|
+
width: 100%;
|
|
4984
|
+
}
|
|
4985
|
+
.ilo--logo--sub-brand {
|
|
4986
|
+
--lockup-height: calc(var(--logo-image-height) * 0.703);
|
|
4987
|
+
--lockup-bottom-offset: calc(var(--lockup-height) * 0.05);
|
|
4988
|
+
color: var(--logo-theme-color);
|
|
4989
|
+
font-size: var(--logo-font-size);
|
|
4990
|
+
line-height: var(--logo-font-size);
|
|
4991
|
+
font-family: Overpass;
|
|
4992
|
+
font-weight: 700;
|
|
4993
|
+
display: inline-flex;
|
|
4994
|
+
justify-content: flex-start;
|
|
4995
|
+
align-items: center;
|
|
4996
|
+
}
|
|
4997
|
+
.ilo--logo--sub-brand--image {
|
|
4998
|
+
height: 100%;
|
|
4999
|
+
width: 50%;
|
|
5000
|
+
}
|
|
5001
|
+
.ilo--logo--sub-brand--lock-up {
|
|
5002
|
+
position: relative;
|
|
5003
|
+
display: flex;
|
|
5004
|
+
height: var(--lockup-height);
|
|
5005
|
+
flex-flow: row nowrap;
|
|
5006
|
+
align-items: center;
|
|
5007
|
+
justify-content: flex-start;
|
|
5008
|
+
width: 50%;
|
|
5009
|
+
bottom: var(--lockup-bottom-offset);
|
|
5010
|
+
}
|
|
5011
|
+
.ilo--logo--sub-brand--lock-up--separator {
|
|
5012
|
+
padding: 0 0.4em;
|
|
5013
|
+
height: 100%;
|
|
5014
|
+
display: inline-block;
|
|
5015
|
+
line-height: 0px;
|
|
5016
|
+
}
|
|
5017
|
+
.ilo--logo--sub-brand--lock-up--separator::before {
|
|
5018
|
+
content: "";
|
|
5019
|
+
position: relative;
|
|
5020
|
+
display: inline-block;
|
|
5021
|
+
height: 100%;
|
|
5022
|
+
width: calc(var(--logo-image-height) * 0.02);
|
|
5023
|
+
background-color: var(--logo-theme-color);
|
|
5024
|
+
}
|
|
5025
|
+
|
|
4961
5026
|
/**
|
|
4962
5027
|
* Do not edit directly
|
|
4963
|
-
* Generated on Fri,
|
|
5028
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4964
5029
|
*/
|
|
4965
5030
|
/**
|
|
4966
5031
|
* TOKENS:
|
|
@@ -4970,7 +5035,7 @@ body {
|
|
|
4970
5035
|
*/
|
|
4971
5036
|
/**
|
|
4972
5037
|
* Do not edit directly
|
|
4973
|
-
* Generated on Fri,
|
|
5038
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4974
5039
|
*/
|
|
4975
5040
|
/**
|
|
4976
5041
|
* TOKENS:
|
|
@@ -4980,7 +5045,7 @@ body {
|
|
|
4980
5045
|
*/
|
|
4981
5046
|
/**
|
|
4982
5047
|
* Do not edit directly
|
|
4983
|
-
* Generated on Fri,
|
|
5048
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
4984
5049
|
*/
|
|
4985
5050
|
/**
|
|
4986
5051
|
* TOKENS:
|
|
@@ -5077,7 +5142,7 @@ body {
|
|
|
5077
5142
|
|
|
5078
5143
|
/**
|
|
5079
5144
|
* Do not edit directly
|
|
5080
|
-
* Generated on Fri,
|
|
5145
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
5081
5146
|
*/
|
|
5082
5147
|
/**
|
|
5083
5148
|
* TOKENS:
|
|
@@ -5164,6 +5229,7 @@ body {
|
|
|
5164
5229
|
.ilo--header--logo {
|
|
5165
5230
|
display: block;
|
|
5166
5231
|
max-width: 150px;
|
|
5232
|
+
width: 100%;
|
|
5167
5233
|
}
|
|
5168
5234
|
@media screen and (min-width: 1024px) {
|
|
5169
5235
|
.ilo--header--logo {
|
|
@@ -5954,7 +6020,7 @@ body {
|
|
|
5954
6020
|
|
|
5955
6021
|
/**
|
|
5956
6022
|
* Do not edit directly
|
|
5957
|
-
* Generated on Fri,
|
|
6023
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
5958
6024
|
*/
|
|
5959
6025
|
/**
|
|
5960
6026
|
* TOKENS:
|
|
@@ -5964,7 +6030,7 @@ body {
|
|
|
5964
6030
|
*/
|
|
5965
6031
|
/**
|
|
5966
6032
|
* Do not edit directly
|
|
5967
|
-
* Generated on Fri,
|
|
6033
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
5968
6034
|
*/
|
|
5969
6035
|
/**
|
|
5970
6036
|
* TOKENS:
|
|
@@ -5974,7 +6040,7 @@ body {
|
|
|
5974
6040
|
*/
|
|
5975
6041
|
/**
|
|
5976
6042
|
* Do not edit directly
|
|
5977
|
-
* Generated on Fri,
|
|
6043
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
5978
6044
|
*/
|
|
5979
6045
|
/**
|
|
5980
6046
|
* TOKENS:
|
|
@@ -6166,7 +6232,7 @@ body {
|
|
|
6166
6232
|
|
|
6167
6233
|
/**
|
|
6168
6234
|
* Do not edit directly
|
|
6169
|
-
* Generated on Fri,
|
|
6235
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6170
6236
|
*/
|
|
6171
6237
|
/**
|
|
6172
6238
|
* TOKENS:
|
|
@@ -6306,7 +6372,7 @@ body {
|
|
|
6306
6372
|
|
|
6307
6373
|
/**
|
|
6308
6374
|
* Do not edit directly
|
|
6309
|
-
* Generated on Fri,
|
|
6375
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6310
6376
|
*/
|
|
6311
6377
|
/**
|
|
6312
6378
|
* TOKENS:
|
|
@@ -6316,7 +6382,7 @@ body {
|
|
|
6316
6382
|
*/
|
|
6317
6383
|
/**
|
|
6318
6384
|
* Do not edit directly
|
|
6319
|
-
* Generated on Fri,
|
|
6385
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6320
6386
|
*/
|
|
6321
6387
|
/**
|
|
6322
6388
|
* TOKENS:
|
|
@@ -6341,7 +6407,7 @@ body {
|
|
|
6341
6407
|
}
|
|
6342
6408
|
/**
|
|
6343
6409
|
* Do not edit directly
|
|
6344
|
-
* Generated on Fri,
|
|
6410
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6345
6411
|
*/
|
|
6346
6412
|
/**
|
|
6347
6413
|
* TOKENS:
|
|
@@ -6358,22 +6424,40 @@ body {
|
|
|
6358
6424
|
float: left;
|
|
6359
6425
|
width: 3.4297963558rem;
|
|
6360
6426
|
}
|
|
6361
|
-
.ilo--profile--contents .id {
|
|
6427
|
+
.ilo--profile--contents--light .id {
|
|
6362
6428
|
margin-left: 4.0192926045rem;
|
|
6363
6429
|
padding-top: 5px;
|
|
6364
6430
|
}
|
|
6365
|
-
.ilo--profile--contents .id:first-of-type {
|
|
6431
|
+
.ilo--profile--contents--light .id:first-of-type {
|
|
6366
6432
|
padding-bottom: 1px;
|
|
6367
6433
|
}
|
|
6368
|
-
.ilo--profile--contents .id:nth-of-type(2):last-of-type {
|
|
6434
|
+
.ilo--profile--contents--light .id:nth-of-type(2):last-of-type {
|
|
6369
6435
|
padding-top: 0;
|
|
6370
6436
|
}
|
|
6371
|
-
.ilo--profile--contents .id:first-of-type:last-of-type,
|
|
6372
|
-
.ilo--profile--contents .id:nth-of-type(2):last-of-type {
|
|
6437
|
+
.ilo--profile--contents--light .id:first-of-type:last-of-type,
|
|
6438
|
+
.ilo--profile--contents--light .id:nth-of-type(2):last-of-type {
|
|
6373
6439
|
border-bottom: 2px solid rgb(237, 240, 242);
|
|
6374
6440
|
padding-bottom: 11px;
|
|
6375
6441
|
}
|
|
6376
|
-
.ilo--profile--contents .id:first-of-type:last-of-type {
|
|
6442
|
+
.ilo--profile--contents--light .id:first-of-type:last-of-type {
|
|
6443
|
+
padding-top: 14px;
|
|
6444
|
+
}
|
|
6445
|
+
.ilo--profile--contents--dark .id {
|
|
6446
|
+
margin-left: 4.0192926045rem;
|
|
6447
|
+
padding-top: 5px;
|
|
6448
|
+
}
|
|
6449
|
+
.ilo--profile--contents--dark .id:first-of-type {
|
|
6450
|
+
padding-bottom: 1px;
|
|
6451
|
+
}
|
|
6452
|
+
.ilo--profile--contents--dark .id:nth-of-type(2):last-of-type {
|
|
6453
|
+
padding-top: 0;
|
|
6454
|
+
}
|
|
6455
|
+
.ilo--profile--contents--dark .id:first-of-type:last-of-type,
|
|
6456
|
+
.ilo--profile--contents--dark .id:nth-of-type(2):last-of-type {
|
|
6457
|
+
border-bottom: 2px solid rgb(237, 240, 242);
|
|
6458
|
+
padding-bottom: 11px;
|
|
6459
|
+
}
|
|
6460
|
+
.ilo--profile--contents--dark .id:first-of-type:last-of-type {
|
|
6377
6461
|
padding-top: 14px;
|
|
6378
6462
|
}
|
|
6379
6463
|
.ilo--profile--name {
|
|
@@ -6464,7 +6548,11 @@ body {
|
|
|
6464
6548
|
.right-to-left .ilo--profile .ilo--profile--avatar {
|
|
6465
6549
|
float: right;
|
|
6466
6550
|
}
|
|
6467
|
-
.right-to-left .ilo--profile .ilo--profile--contents .id {
|
|
6551
|
+
.right-to-left .ilo--profile .ilo--profile--contents--light .id {
|
|
6552
|
+
margin-left: auto;
|
|
6553
|
+
margin-right: 4.0192926045rem;
|
|
6554
|
+
}
|
|
6555
|
+
.right-to-left .ilo--profile .ilo--profile--contents--dark .id {
|
|
6468
6556
|
margin-left: auto;
|
|
6469
6557
|
margin-right: 4.0192926045rem;
|
|
6470
6558
|
}
|
|
@@ -6486,7 +6574,7 @@ body {
|
|
|
6486
6574
|
|
|
6487
6575
|
/**
|
|
6488
6576
|
* Do not edit directly
|
|
6489
|
-
* Generated on Fri,
|
|
6577
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6490
6578
|
*/
|
|
6491
6579
|
/**
|
|
6492
6580
|
* TOKENS:
|
|
@@ -6593,7 +6681,7 @@ body {
|
|
|
6593
6681
|
|
|
6594
6682
|
/**
|
|
6595
6683
|
* Do not edit directly
|
|
6596
|
-
* Generated on Fri,
|
|
6684
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6597
6685
|
*/
|
|
6598
6686
|
/**
|
|
6599
6687
|
* TOKENS:
|
|
@@ -6603,7 +6691,7 @@ body {
|
|
|
6603
6691
|
*/
|
|
6604
6692
|
/**
|
|
6605
6693
|
* Do not edit directly
|
|
6606
|
-
* Generated on Fri,
|
|
6694
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6607
6695
|
*/
|
|
6608
6696
|
/**
|
|
6609
6697
|
* TOKENS:
|
|
@@ -6628,7 +6716,7 @@ body {
|
|
|
6628
6716
|
}
|
|
6629
6717
|
/**
|
|
6630
6718
|
* Do not edit directly
|
|
6631
|
-
* Generated on Fri,
|
|
6719
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6632
6720
|
*/
|
|
6633
6721
|
/**
|
|
6634
6722
|
* TOKENS:
|
|
@@ -6689,7 +6777,7 @@ body {
|
|
|
6689
6777
|
|
|
6690
6778
|
/**
|
|
6691
6779
|
* Do not edit directly
|
|
6692
|
-
* Generated on Fri,
|
|
6780
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6693
6781
|
*/
|
|
6694
6782
|
/**
|
|
6695
6783
|
* TOKENS:
|
|
@@ -7104,7 +7192,7 @@ body {
|
|
|
7104
7192
|
|
|
7105
7193
|
/**
|
|
7106
7194
|
* Do not edit directly
|
|
7107
|
-
* Generated on Fri,
|
|
7195
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7108
7196
|
*/
|
|
7109
7197
|
/**
|
|
7110
7198
|
* TOKENS:
|
|
@@ -7158,7 +7246,7 @@ body {
|
|
|
7158
7246
|
|
|
7159
7247
|
/**
|
|
7160
7248
|
* Do not edit directly
|
|
7161
|
-
* Generated on Fri,
|
|
7249
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7162
7250
|
*/
|
|
7163
7251
|
/**
|
|
7164
7252
|
* TOKENS:
|
|
@@ -7315,7 +7403,7 @@ body {
|
|
|
7315
7403
|
|
|
7316
7404
|
/**
|
|
7317
7405
|
* Do not edit directly
|
|
7318
|
-
* Generated on Fri,
|
|
7406
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7319
7407
|
*/
|
|
7320
7408
|
/**
|
|
7321
7409
|
* TOKENS:
|
|
@@ -7666,7 +7754,7 @@ body {
|
|
|
7666
7754
|
|
|
7667
7755
|
/**
|
|
7668
7756
|
* Do not edit directly
|
|
7669
|
-
* Generated on Fri,
|
|
7757
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7670
7758
|
*/
|
|
7671
7759
|
/**
|
|
7672
7760
|
* TOKENS:
|
|
@@ -7852,7 +7940,7 @@ body {
|
|
|
7852
7940
|
|
|
7853
7941
|
/**
|
|
7854
7942
|
* Do not edit directly
|
|
7855
|
-
* Generated on Fri,
|
|
7943
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7856
7944
|
*/
|
|
7857
7945
|
/**
|
|
7858
7946
|
* TOKENS:
|
|
@@ -7910,7 +7998,7 @@ body {
|
|
|
7910
7998
|
|
|
7911
7999
|
/**
|
|
7912
8000
|
* Do not edit directly
|
|
7913
|
-
* Generated on Fri,
|
|
8001
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7914
8002
|
*/
|
|
7915
8003
|
/**
|
|
7916
8004
|
* TOKENS:
|
|
@@ -8084,7 +8172,7 @@ body {
|
|
|
8084
8172
|
|
|
8085
8173
|
/**
|
|
8086
8174
|
* Do not edit directly
|
|
8087
|
-
* Generated on Fri,
|
|
8175
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
8088
8176
|
*/
|
|
8089
8177
|
/**
|
|
8090
8178
|
* TOKENS:
|
|
@@ -8255,7 +8343,7 @@ body {
|
|
|
8255
8343
|
|
|
8256
8344
|
/**
|
|
8257
8345
|
* Do not edit directly
|
|
8258
|
-
* Generated on Fri,
|
|
8346
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
8259
8347
|
*/
|
|
8260
8348
|
/**
|
|
8261
8349
|
* TOKENS:
|