@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/monorepo.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:
|
|
@@ -250,7 +250,7 @@ body {
|
|
|
250
250
|
|
|
251
251
|
/**
|
|
252
252
|
* Do not edit directly
|
|
253
|
-
* Generated on
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
5145
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
5081
5146
|
*/
|
|
5082
5147
|
/**
|
|
5083
5148
|
* TOKENS:
|
|
@@ -5955,7 +6020,7 @@ body {
|
|
|
5955
6020
|
|
|
5956
6021
|
/**
|
|
5957
6022
|
* Do not edit directly
|
|
5958
|
-
* Generated on
|
|
6023
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
5959
6024
|
*/
|
|
5960
6025
|
/**
|
|
5961
6026
|
* TOKENS:
|
|
@@ -5965,7 +6030,7 @@ body {
|
|
|
5965
6030
|
*/
|
|
5966
6031
|
/**
|
|
5967
6032
|
* Do not edit directly
|
|
5968
|
-
* Generated on
|
|
6033
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
5969
6034
|
*/
|
|
5970
6035
|
/**
|
|
5971
6036
|
* TOKENS:
|
|
@@ -5975,7 +6040,7 @@ body {
|
|
|
5975
6040
|
*/
|
|
5976
6041
|
/**
|
|
5977
6042
|
* Do not edit directly
|
|
5978
|
-
* Generated on
|
|
6043
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
5979
6044
|
*/
|
|
5980
6045
|
/**
|
|
5981
6046
|
* TOKENS:
|
|
@@ -6167,7 +6232,7 @@ body {
|
|
|
6167
6232
|
|
|
6168
6233
|
/**
|
|
6169
6234
|
* Do not edit directly
|
|
6170
|
-
* Generated on
|
|
6235
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6171
6236
|
*/
|
|
6172
6237
|
/**
|
|
6173
6238
|
* TOKENS:
|
|
@@ -6307,7 +6372,7 @@ body {
|
|
|
6307
6372
|
|
|
6308
6373
|
/**
|
|
6309
6374
|
* Do not edit directly
|
|
6310
|
-
* Generated on
|
|
6375
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6311
6376
|
*/
|
|
6312
6377
|
/**
|
|
6313
6378
|
* TOKENS:
|
|
@@ -6317,7 +6382,7 @@ body {
|
|
|
6317
6382
|
*/
|
|
6318
6383
|
/**
|
|
6319
6384
|
* Do not edit directly
|
|
6320
|
-
* Generated on
|
|
6385
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6321
6386
|
*/
|
|
6322
6387
|
/**
|
|
6323
6388
|
* TOKENS:
|
|
@@ -6342,7 +6407,7 @@ body {
|
|
|
6342
6407
|
}
|
|
6343
6408
|
/**
|
|
6344
6409
|
* Do not edit directly
|
|
6345
|
-
* Generated on
|
|
6410
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6346
6411
|
*/
|
|
6347
6412
|
/**
|
|
6348
6413
|
* TOKENS:
|
|
@@ -6359,22 +6424,40 @@ body {
|
|
|
6359
6424
|
float: left;
|
|
6360
6425
|
width: 3.4297963558rem;
|
|
6361
6426
|
}
|
|
6362
|
-
.ilo--profile--contents .id {
|
|
6427
|
+
.ilo--profile--contents--light .id {
|
|
6428
|
+
margin-left: 4.0192926045rem;
|
|
6429
|
+
padding-top: 5px;
|
|
6430
|
+
}
|
|
6431
|
+
.ilo--profile--contents--light .id:first-of-type {
|
|
6432
|
+
padding-bottom: 1px;
|
|
6433
|
+
}
|
|
6434
|
+
.ilo--profile--contents--light .id:nth-of-type(2):last-of-type {
|
|
6435
|
+
padding-top: 0;
|
|
6436
|
+
}
|
|
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 {
|
|
6439
|
+
border-bottom: 2px solid rgb(237, 240, 242);
|
|
6440
|
+
padding-bottom: 11px;
|
|
6441
|
+
}
|
|
6442
|
+
.ilo--profile--contents--light .id:first-of-type:last-of-type {
|
|
6443
|
+
padding-top: 14px;
|
|
6444
|
+
}
|
|
6445
|
+
.ilo--profile--contents--dark .id {
|
|
6363
6446
|
margin-left: 4.0192926045rem;
|
|
6364
6447
|
padding-top: 5px;
|
|
6365
6448
|
}
|
|
6366
|
-
.ilo--profile--contents .id:first-of-type {
|
|
6449
|
+
.ilo--profile--contents--dark .id:first-of-type {
|
|
6367
6450
|
padding-bottom: 1px;
|
|
6368
6451
|
}
|
|
6369
|
-
.ilo--profile--contents .id:nth-of-type(2):last-of-type {
|
|
6452
|
+
.ilo--profile--contents--dark .id:nth-of-type(2):last-of-type {
|
|
6370
6453
|
padding-top: 0;
|
|
6371
6454
|
}
|
|
6372
|
-
.ilo--profile--contents .id:first-of-type:last-of-type,
|
|
6373
|
-
.ilo--profile--contents .id:nth-of-type(2):last-of-type {
|
|
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 {
|
|
6374
6457
|
border-bottom: 2px solid rgb(237, 240, 242);
|
|
6375
6458
|
padding-bottom: 11px;
|
|
6376
6459
|
}
|
|
6377
|
-
.ilo--profile--contents .id:first-of-type:last-of-type {
|
|
6460
|
+
.ilo--profile--contents--dark .id:first-of-type:last-of-type {
|
|
6378
6461
|
padding-top: 14px;
|
|
6379
6462
|
}
|
|
6380
6463
|
.ilo--profile--name {
|
|
@@ -6465,7 +6548,11 @@ body {
|
|
|
6465
6548
|
.right-to-left .ilo--profile .ilo--profile--avatar {
|
|
6466
6549
|
float: right;
|
|
6467
6550
|
}
|
|
6468
|
-
.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 {
|
|
6469
6556
|
margin-left: auto;
|
|
6470
6557
|
margin-right: 4.0192926045rem;
|
|
6471
6558
|
}
|
|
@@ -6487,7 +6574,7 @@ body {
|
|
|
6487
6574
|
|
|
6488
6575
|
/**
|
|
6489
6576
|
* Do not edit directly
|
|
6490
|
-
* Generated on
|
|
6577
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6491
6578
|
*/
|
|
6492
6579
|
/**
|
|
6493
6580
|
* TOKENS:
|
|
@@ -6594,7 +6681,7 @@ body {
|
|
|
6594
6681
|
|
|
6595
6682
|
/**
|
|
6596
6683
|
* Do not edit directly
|
|
6597
|
-
* Generated on
|
|
6684
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6598
6685
|
*/
|
|
6599
6686
|
/**
|
|
6600
6687
|
* TOKENS:
|
|
@@ -6604,7 +6691,7 @@ body {
|
|
|
6604
6691
|
*/
|
|
6605
6692
|
/**
|
|
6606
6693
|
* Do not edit directly
|
|
6607
|
-
* Generated on
|
|
6694
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6608
6695
|
*/
|
|
6609
6696
|
/**
|
|
6610
6697
|
* TOKENS:
|
|
@@ -6629,7 +6716,7 @@ body {
|
|
|
6629
6716
|
}
|
|
6630
6717
|
/**
|
|
6631
6718
|
* Do not edit directly
|
|
6632
|
-
* Generated on
|
|
6719
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6633
6720
|
*/
|
|
6634
6721
|
/**
|
|
6635
6722
|
* TOKENS:
|
|
@@ -6690,7 +6777,7 @@ body {
|
|
|
6690
6777
|
|
|
6691
6778
|
/**
|
|
6692
6779
|
* Do not edit directly
|
|
6693
|
-
* Generated on
|
|
6780
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
6694
6781
|
*/
|
|
6695
6782
|
/**
|
|
6696
6783
|
* TOKENS:
|
|
@@ -7105,7 +7192,7 @@ body {
|
|
|
7105
7192
|
|
|
7106
7193
|
/**
|
|
7107
7194
|
* Do not edit directly
|
|
7108
|
-
* Generated on
|
|
7195
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7109
7196
|
*/
|
|
7110
7197
|
/**
|
|
7111
7198
|
* TOKENS:
|
|
@@ -7159,7 +7246,7 @@ body {
|
|
|
7159
7246
|
|
|
7160
7247
|
/**
|
|
7161
7248
|
* Do not edit directly
|
|
7162
|
-
* Generated on
|
|
7249
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7163
7250
|
*/
|
|
7164
7251
|
/**
|
|
7165
7252
|
* TOKENS:
|
|
@@ -7316,7 +7403,7 @@ body {
|
|
|
7316
7403
|
|
|
7317
7404
|
/**
|
|
7318
7405
|
* Do not edit directly
|
|
7319
|
-
* Generated on
|
|
7406
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7320
7407
|
*/
|
|
7321
7408
|
/**
|
|
7322
7409
|
* TOKENS:
|
|
@@ -7667,7 +7754,7 @@ body {
|
|
|
7667
7754
|
|
|
7668
7755
|
/**
|
|
7669
7756
|
* Do not edit directly
|
|
7670
|
-
* Generated on
|
|
7757
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7671
7758
|
*/
|
|
7672
7759
|
/**
|
|
7673
7760
|
* TOKENS:
|
|
@@ -7853,7 +7940,7 @@ body {
|
|
|
7853
7940
|
|
|
7854
7941
|
/**
|
|
7855
7942
|
* Do not edit directly
|
|
7856
|
-
* Generated on
|
|
7943
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7857
7944
|
*/
|
|
7858
7945
|
/**
|
|
7859
7946
|
* TOKENS:
|
|
@@ -7911,7 +7998,7 @@ body {
|
|
|
7911
7998
|
|
|
7912
7999
|
/**
|
|
7913
8000
|
* Do not edit directly
|
|
7914
|
-
* Generated on
|
|
8001
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
7915
8002
|
*/
|
|
7916
8003
|
/**
|
|
7917
8004
|
* TOKENS:
|
|
@@ -8085,7 +8172,7 @@ body {
|
|
|
8085
8172
|
|
|
8086
8173
|
/**
|
|
8087
8174
|
* Do not edit directly
|
|
8088
|
-
* Generated on
|
|
8175
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
8089
8176
|
*/
|
|
8090
8177
|
/**
|
|
8091
8178
|
* TOKENS:
|
|
@@ -8256,7 +8343,7 @@ body {
|
|
|
8256
8343
|
|
|
8257
8344
|
/**
|
|
8258
8345
|
* Do not edit directly
|
|
8259
|
-
* Generated on
|
|
8346
|
+
* Generated on Fri, 21 Apr 2023 13:22:10 GMT
|
|
8260
8347
|
*/
|
|
8261
8348
|
/**
|
|
8262
8349
|
* TOKENS:
|