@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/monorepo.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:
|
|
@@ -250,7 +250,7 @@ body {
|
|
|
250
250
|
|
|
251
251
|
/**
|
|
252
252
|
* Do not edit directly
|
|
253
|
-
* Generated on
|
|
253
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 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 Mon, 24 Apr 2023 09:40:54 GMT
|
|
4856
4859
|
*/
|
|
4857
4860
|
/**
|
|
4858
4861
|
* TOKENS:
|
|
@@ -4958,9 +4961,72 @@ 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 calc(var(--logo-image-height) * 0.25);
|
|
5013
|
+
height: 100%;
|
|
5014
|
+
display: inline-block;
|
|
5015
|
+
line-height: 0px;
|
|
5016
|
+
overflow-y: hidden;
|
|
5017
|
+
}
|
|
5018
|
+
.ilo--logo--sub-brand--lock-up--separator::before {
|
|
5019
|
+
content: "";
|
|
5020
|
+
position: relative;
|
|
5021
|
+
display: inline-block;
|
|
5022
|
+
height: 100%;
|
|
5023
|
+
border-right: calc(var(--logo-image-height) * 0.033) solid var(--logo-theme-color);
|
|
5024
|
+
width: 0;
|
|
5025
|
+
}
|
|
5026
|
+
|
|
4961
5027
|
/**
|
|
4962
5028
|
* Do not edit directly
|
|
4963
|
-
* Generated on
|
|
5029
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
4964
5030
|
*/
|
|
4965
5031
|
/**
|
|
4966
5032
|
* TOKENS:
|
|
@@ -4970,7 +5036,7 @@ body {
|
|
|
4970
5036
|
*/
|
|
4971
5037
|
/**
|
|
4972
5038
|
* Do not edit directly
|
|
4973
|
-
* Generated on
|
|
5039
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
4974
5040
|
*/
|
|
4975
5041
|
/**
|
|
4976
5042
|
* TOKENS:
|
|
@@ -4980,7 +5046,7 @@ body {
|
|
|
4980
5046
|
*/
|
|
4981
5047
|
/**
|
|
4982
5048
|
* Do not edit directly
|
|
4983
|
-
* Generated on
|
|
5049
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
4984
5050
|
*/
|
|
4985
5051
|
/**
|
|
4986
5052
|
* TOKENS:
|
|
@@ -5077,7 +5143,7 @@ body {
|
|
|
5077
5143
|
|
|
5078
5144
|
/**
|
|
5079
5145
|
* Do not edit directly
|
|
5080
|
-
* Generated on
|
|
5146
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
5081
5147
|
*/
|
|
5082
5148
|
/**
|
|
5083
5149
|
* TOKENS:
|
|
@@ -5955,7 +6021,7 @@ body {
|
|
|
5955
6021
|
|
|
5956
6022
|
/**
|
|
5957
6023
|
* Do not edit directly
|
|
5958
|
-
* Generated on
|
|
6024
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
5959
6025
|
*/
|
|
5960
6026
|
/**
|
|
5961
6027
|
* TOKENS:
|
|
@@ -5965,7 +6031,7 @@ body {
|
|
|
5965
6031
|
*/
|
|
5966
6032
|
/**
|
|
5967
6033
|
* Do not edit directly
|
|
5968
|
-
* Generated on
|
|
6034
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
5969
6035
|
*/
|
|
5970
6036
|
/**
|
|
5971
6037
|
* TOKENS:
|
|
@@ -5975,7 +6041,7 @@ body {
|
|
|
5975
6041
|
*/
|
|
5976
6042
|
/**
|
|
5977
6043
|
* Do not edit directly
|
|
5978
|
-
* Generated on
|
|
6044
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
5979
6045
|
*/
|
|
5980
6046
|
/**
|
|
5981
6047
|
* TOKENS:
|
|
@@ -6167,7 +6233,7 @@ body {
|
|
|
6167
6233
|
|
|
6168
6234
|
/**
|
|
6169
6235
|
* Do not edit directly
|
|
6170
|
-
* Generated on
|
|
6236
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6171
6237
|
*/
|
|
6172
6238
|
/**
|
|
6173
6239
|
* TOKENS:
|
|
@@ -6307,7 +6373,7 @@ body {
|
|
|
6307
6373
|
|
|
6308
6374
|
/**
|
|
6309
6375
|
* Do not edit directly
|
|
6310
|
-
* Generated on
|
|
6376
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6311
6377
|
*/
|
|
6312
6378
|
/**
|
|
6313
6379
|
* TOKENS:
|
|
@@ -6317,7 +6383,7 @@ body {
|
|
|
6317
6383
|
*/
|
|
6318
6384
|
/**
|
|
6319
6385
|
* Do not edit directly
|
|
6320
|
-
* Generated on
|
|
6386
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6321
6387
|
*/
|
|
6322
6388
|
/**
|
|
6323
6389
|
* TOKENS:
|
|
@@ -6342,7 +6408,7 @@ body {
|
|
|
6342
6408
|
}
|
|
6343
6409
|
/**
|
|
6344
6410
|
* Do not edit directly
|
|
6345
|
-
* Generated on
|
|
6411
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6346
6412
|
*/
|
|
6347
6413
|
/**
|
|
6348
6414
|
* TOKENS:
|
|
@@ -6359,22 +6425,40 @@ body {
|
|
|
6359
6425
|
float: left;
|
|
6360
6426
|
width: 3.4297963558rem;
|
|
6361
6427
|
}
|
|
6362
|
-
.ilo--profile--contents .id {
|
|
6428
|
+
.ilo--profile--contents--light .id {
|
|
6363
6429
|
margin-left: 4.0192926045rem;
|
|
6364
6430
|
padding-top: 5px;
|
|
6365
6431
|
}
|
|
6366
|
-
.ilo--profile--contents .id:first-of-type {
|
|
6432
|
+
.ilo--profile--contents--light .id:first-of-type {
|
|
6367
6433
|
padding-bottom: 1px;
|
|
6368
6434
|
}
|
|
6369
|
-
.ilo--profile--contents .id:nth-of-type(2):last-of-type {
|
|
6435
|
+
.ilo--profile--contents--light .id:nth-of-type(2):last-of-type {
|
|
6370
6436
|
padding-top: 0;
|
|
6371
6437
|
}
|
|
6372
|
-
.ilo--profile--contents .id:first-of-type:last-of-type,
|
|
6373
|
-
.ilo--profile--contents .id:nth-of-type(2):last-of-type {
|
|
6438
|
+
.ilo--profile--contents--light .id:first-of-type:last-of-type,
|
|
6439
|
+
.ilo--profile--contents--light .id:nth-of-type(2):last-of-type {
|
|
6374
6440
|
border-bottom: 2px solid rgb(237, 240, 242);
|
|
6375
6441
|
padding-bottom: 11px;
|
|
6376
6442
|
}
|
|
6377
|
-
.ilo--profile--contents .id:first-of-type:last-of-type {
|
|
6443
|
+
.ilo--profile--contents--light .id:first-of-type:last-of-type {
|
|
6444
|
+
padding-top: 14px;
|
|
6445
|
+
}
|
|
6446
|
+
.ilo--profile--contents--dark .id {
|
|
6447
|
+
margin-left: 4.0192926045rem;
|
|
6448
|
+
padding-top: 5px;
|
|
6449
|
+
}
|
|
6450
|
+
.ilo--profile--contents--dark .id:first-of-type {
|
|
6451
|
+
padding-bottom: 1px;
|
|
6452
|
+
}
|
|
6453
|
+
.ilo--profile--contents--dark .id:nth-of-type(2):last-of-type {
|
|
6454
|
+
padding-top: 0;
|
|
6455
|
+
}
|
|
6456
|
+
.ilo--profile--contents--dark .id:first-of-type:last-of-type,
|
|
6457
|
+
.ilo--profile--contents--dark .id:nth-of-type(2):last-of-type {
|
|
6458
|
+
border-bottom: 2px solid rgb(237, 240, 242);
|
|
6459
|
+
padding-bottom: 11px;
|
|
6460
|
+
}
|
|
6461
|
+
.ilo--profile--contents--dark .id:first-of-type:last-of-type {
|
|
6378
6462
|
padding-top: 14px;
|
|
6379
6463
|
}
|
|
6380
6464
|
.ilo--profile--name {
|
|
@@ -6465,7 +6549,11 @@ body {
|
|
|
6465
6549
|
.right-to-left .ilo--profile .ilo--profile--avatar {
|
|
6466
6550
|
float: right;
|
|
6467
6551
|
}
|
|
6468
|
-
.right-to-left .ilo--profile .ilo--profile--contents .id {
|
|
6552
|
+
.right-to-left .ilo--profile .ilo--profile--contents--light .id {
|
|
6553
|
+
margin-left: auto;
|
|
6554
|
+
margin-right: 4.0192926045rem;
|
|
6555
|
+
}
|
|
6556
|
+
.right-to-left .ilo--profile .ilo--profile--contents--dark .id {
|
|
6469
6557
|
margin-left: auto;
|
|
6470
6558
|
margin-right: 4.0192926045rem;
|
|
6471
6559
|
}
|
|
@@ -6487,7 +6575,7 @@ body {
|
|
|
6487
6575
|
|
|
6488
6576
|
/**
|
|
6489
6577
|
* Do not edit directly
|
|
6490
|
-
* Generated on
|
|
6578
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6491
6579
|
*/
|
|
6492
6580
|
/**
|
|
6493
6581
|
* TOKENS:
|
|
@@ -6594,7 +6682,7 @@ body {
|
|
|
6594
6682
|
|
|
6595
6683
|
/**
|
|
6596
6684
|
* Do not edit directly
|
|
6597
|
-
* Generated on
|
|
6685
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6598
6686
|
*/
|
|
6599
6687
|
/**
|
|
6600
6688
|
* TOKENS:
|
|
@@ -6604,7 +6692,7 @@ body {
|
|
|
6604
6692
|
*/
|
|
6605
6693
|
/**
|
|
6606
6694
|
* Do not edit directly
|
|
6607
|
-
* Generated on
|
|
6695
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6608
6696
|
*/
|
|
6609
6697
|
/**
|
|
6610
6698
|
* TOKENS:
|
|
@@ -6629,7 +6717,7 @@ body {
|
|
|
6629
6717
|
}
|
|
6630
6718
|
/**
|
|
6631
6719
|
* Do not edit directly
|
|
6632
|
-
* Generated on
|
|
6720
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6633
6721
|
*/
|
|
6634
6722
|
/**
|
|
6635
6723
|
* TOKENS:
|
|
@@ -6690,7 +6778,7 @@ body {
|
|
|
6690
6778
|
|
|
6691
6779
|
/**
|
|
6692
6780
|
* Do not edit directly
|
|
6693
|
-
* Generated on
|
|
6781
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
6694
6782
|
*/
|
|
6695
6783
|
/**
|
|
6696
6784
|
* TOKENS:
|
|
@@ -7105,7 +7193,7 @@ body {
|
|
|
7105
7193
|
|
|
7106
7194
|
/**
|
|
7107
7195
|
* Do not edit directly
|
|
7108
|
-
* Generated on
|
|
7196
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
7109
7197
|
*/
|
|
7110
7198
|
/**
|
|
7111
7199
|
* TOKENS:
|
|
@@ -7159,7 +7247,7 @@ body {
|
|
|
7159
7247
|
|
|
7160
7248
|
/**
|
|
7161
7249
|
* Do not edit directly
|
|
7162
|
-
* Generated on
|
|
7250
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
7163
7251
|
*/
|
|
7164
7252
|
/**
|
|
7165
7253
|
* TOKENS:
|
|
@@ -7316,7 +7404,7 @@ body {
|
|
|
7316
7404
|
|
|
7317
7405
|
/**
|
|
7318
7406
|
* Do not edit directly
|
|
7319
|
-
* Generated on
|
|
7407
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
7320
7408
|
*/
|
|
7321
7409
|
/**
|
|
7322
7410
|
* TOKENS:
|
|
@@ -7667,7 +7755,7 @@ body {
|
|
|
7667
7755
|
|
|
7668
7756
|
/**
|
|
7669
7757
|
* Do not edit directly
|
|
7670
|
-
* Generated on
|
|
7758
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
7671
7759
|
*/
|
|
7672
7760
|
/**
|
|
7673
7761
|
* TOKENS:
|
|
@@ -7853,7 +7941,7 @@ body {
|
|
|
7853
7941
|
|
|
7854
7942
|
/**
|
|
7855
7943
|
* Do not edit directly
|
|
7856
|
-
* Generated on
|
|
7944
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
7857
7945
|
*/
|
|
7858
7946
|
/**
|
|
7859
7947
|
* TOKENS:
|
|
@@ -7911,7 +7999,7 @@ body {
|
|
|
7911
7999
|
|
|
7912
8000
|
/**
|
|
7913
8001
|
* Do not edit directly
|
|
7914
|
-
* Generated on
|
|
8002
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
7915
8003
|
*/
|
|
7916
8004
|
/**
|
|
7917
8005
|
* TOKENS:
|
|
@@ -8085,7 +8173,7 @@ body {
|
|
|
8085
8173
|
|
|
8086
8174
|
/**
|
|
8087
8175
|
* Do not edit directly
|
|
8088
|
-
* Generated on
|
|
8176
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
8089
8177
|
*/
|
|
8090
8178
|
/**
|
|
8091
8179
|
* TOKENS:
|
|
@@ -8256,7 +8344,7 @@ body {
|
|
|
8256
8344
|
|
|
8257
8345
|
/**
|
|
8258
8346
|
* Do not edit directly
|
|
8259
|
-
* Generated on
|
|
8347
|
+
* Generated on Mon, 24 Apr 2023 09:40:54 GMT
|
|
8260
8348
|
*/
|
|
8261
8349
|
/**
|
|
8262
8350
|
* TOKENS:
|