@digital-b2c/coreui-kit 0.4.1 → 0.4.3
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/dist/index.cjs +487 -103
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +544 -40
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +63 -11
- package/dist/index.d.ts +63 -11
- package/dist/index.mjs +486 -105
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -2
package/dist/index.css
CHANGED
|
@@ -16,9 +16,11 @@ html {
|
|
|
16
16
|
--color-white: #ffffff;
|
|
17
17
|
--color-black: #080808;
|
|
18
18
|
--color-gray: #4d4d4d;
|
|
19
|
+
--color-light-gray-2: #cecece;
|
|
19
20
|
--color-light-gray: #cec3c3;
|
|
20
21
|
--color-link: #0035ba;
|
|
21
22
|
--color-darkerbg: #f1f1f1;
|
|
23
|
+
--color-extra-light-gray: #dbdbdb;
|
|
22
24
|
--color-gradient-black:
|
|
23
25
|
radial-gradient(
|
|
24
26
|
98.36% 208.67% at 2.71% 100%,
|
|
@@ -447,27 +449,15 @@ a:hover {
|
|
|
447
449
|
.BrandsStrip_module_brandsStrip .BrandsStrip_module_logos {
|
|
448
450
|
display: flex;
|
|
449
451
|
gap: 120px;
|
|
450
|
-
}
|
|
451
|
-
.BrandsStrip_module_brandsStrip .BrandsStrip_module_logos.BrandsStrip_module_marquee {
|
|
452
|
-
position: relative;
|
|
453
|
-
display: flex;
|
|
454
452
|
align-items: center;
|
|
455
|
-
width: 100%;
|
|
456
|
-
height: 100%;
|
|
457
453
|
}
|
|
458
|
-
.BrandsStrip_module_brandsStrip .BrandsStrip_module_logos.
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
--marquee-gap: 120px;
|
|
462
|
-
--total-distance: calc( (var(--marquee-item-width) + var(--marquee-gap)) * var(--total-items) );
|
|
463
|
-
position: absolute;
|
|
464
|
-
inset-inline-start: 100%;
|
|
465
|
-
width: var(--marquee-item-width);
|
|
466
|
-
animation: BrandsStrip_module_scrollIndividual var(--marquee-duration) linear infinite;
|
|
467
|
-
animation-delay: calc(var(--marquee-duration) / var(--total-items) * var(--item-index) * -1);
|
|
454
|
+
.BrandsStrip_module_brandsStrip .BrandsStrip_module_logos.BrandsStrip_module_marqueeGSAP {
|
|
455
|
+
justify-content: flex-start;
|
|
456
|
+
width: max-content;
|
|
468
457
|
}
|
|
469
|
-
.BrandsStrip_module_brandsStrip .BrandsStrip_module_logos.
|
|
470
|
-
|
|
458
|
+
.BrandsStrip_module_brandsStrip .BrandsStrip_module_logos.BrandsStrip_module_marqueeGSAP .BrandsStrip_module_logoWrapper {
|
|
459
|
+
position: relative;
|
|
460
|
+
flex-shrink: 0;
|
|
471
461
|
}
|
|
472
462
|
.BrandsStrip_module_brandsStrip .BrandsStrip_module_logoWrapper {
|
|
473
463
|
flex-shrink: 0;
|
|
@@ -490,11 +480,6 @@ a:hover {
|
|
|
490
480
|
z-index: 10;
|
|
491
481
|
max-width: 295px;
|
|
492
482
|
}
|
|
493
|
-
@keyframes BrandsStrip_module_scrollIndividual {
|
|
494
|
-
to {
|
|
495
|
-
transform: translateX(calc(var(--total-distance) * -1));
|
|
496
|
-
}
|
|
497
|
-
}
|
|
498
483
|
|
|
499
484
|
/* src/components/Card/Card.module.scss */
|
|
500
485
|
.Card_module_card {
|
|
@@ -513,7 +498,7 @@ a:hover {
|
|
|
513
498
|
.Card_module_card h3 {
|
|
514
499
|
color: var(--color-white);
|
|
515
500
|
}
|
|
516
|
-
.Card_module_card
|
|
501
|
+
.Card_module_card .Card_module_subtitle {
|
|
517
502
|
color: #cecece;
|
|
518
503
|
}
|
|
519
504
|
|
|
@@ -726,27 +711,107 @@ a:hover {
|
|
|
726
711
|
.CardCollection_module_card-collection .CardCollection_module_content {
|
|
727
712
|
margin-bottom: var(--spacing-xl);
|
|
728
713
|
}
|
|
729
|
-
.CardCollection_module_card-collection .CardCollection_module_wrapper {
|
|
714
|
+
.CardCollection_module_card-collection .CardCollection_module_wrapper .CardCollection_module_cardWrapper {
|
|
730
715
|
display: grid;
|
|
731
716
|
grid-template-columns: repeat(2, 1fr);
|
|
732
717
|
gap: var(--spacing-md);
|
|
733
718
|
}
|
|
734
|
-
.CardCollection_module_card-collection.CardCollection_module_threeCols .
|
|
719
|
+
.CardCollection_module_card-collection.CardCollection_module_threeCols .CardCollection_module_cardWrapper {
|
|
735
720
|
grid-template-columns: repeat(3, 1fr);
|
|
736
721
|
}
|
|
737
|
-
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_wrapper {
|
|
738
|
-
|
|
722
|
+
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_wrapper .CardCollection_module_cardWrapper {
|
|
723
|
+
position: relative;
|
|
724
|
+
display: flex;
|
|
725
|
+
flex-wrap: wrap;
|
|
726
|
+
align-items: stretch;
|
|
727
|
+
max-height: none;
|
|
728
|
+
height: 296px;
|
|
729
|
+
overflow: hidden;
|
|
730
|
+
}
|
|
731
|
+
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_wrapper .CardCollection_module_cardWrapper .CardCollection_module_reveal-wrapper {
|
|
732
|
+
width: 100%;
|
|
733
|
+
height: 0;
|
|
734
|
+
overflow: hidden;
|
|
735
|
+
}
|
|
736
|
+
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_wrapper .CardCollection_module_cardWrapper .CardCollection_module_reveal-inner {
|
|
737
|
+
display: flex;
|
|
738
|
+
flex-wrap: wrap;
|
|
739
|
+
gap: var(--spacing-md);
|
|
740
|
+
width: 100%;
|
|
741
|
+
}
|
|
742
|
+
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_wrapper .CardCollection_module_cardWrapper .CardCollection_module_card {
|
|
743
|
+
display: flex;
|
|
744
|
+
flex-direction: column;
|
|
745
|
+
justify-content: flex-start;
|
|
746
|
+
min-height: 160px;
|
|
747
|
+
min-width: 258px;
|
|
748
|
+
flex: 1 1 calc(25% - var(--spacing-md));
|
|
749
|
+
position: relative;
|
|
750
|
+
overflow: hidden;
|
|
751
|
+
border-radius: 12px;
|
|
752
|
+
}
|
|
753
|
+
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_wrapper .CardCollection_module_cardWrapper .CardCollection_module_card:nth-child(n+5):nth-child(-n+8)::after {
|
|
754
|
+
content: "";
|
|
755
|
+
position: absolute;
|
|
756
|
+
inset: 0;
|
|
757
|
+
pointer-events: none;
|
|
758
|
+
background:
|
|
759
|
+
linear-gradient(
|
|
760
|
+
180deg,
|
|
761
|
+
rgba(0, 0, 0, 0) 0%,
|
|
762
|
+
rgb(0, 0, 0) 45%);
|
|
763
|
+
z-index: 3;
|
|
764
|
+
}
|
|
765
|
+
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_wrapper .CardCollection_module_cardWrapper .CardCollection_module_card h3,
|
|
766
|
+
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_wrapper .CardCollection_module_cardWrapper .CardCollection_module_card p {
|
|
767
|
+
position: relative;
|
|
768
|
+
z-index: 3;
|
|
769
|
+
color: var(--color-white);
|
|
770
|
+
}
|
|
771
|
+
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_wrapper .CardCollection_module_cardWrapper.CardCollection_module_is-expanded .CardCollection_module_card::after {
|
|
772
|
+
opacity: 0;
|
|
773
|
+
transition: opacity 0.3s ease-out;
|
|
774
|
+
}
|
|
775
|
+
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_wrapper .CardCollection_module_cardWrapper .CardCollection_module_cta {
|
|
776
|
+
position: absolute;
|
|
777
|
+
bottom: 32px;
|
|
778
|
+
left: 50%;
|
|
779
|
+
transform: translateX(-50%);
|
|
780
|
+
z-index: 10;
|
|
739
781
|
}
|
|
740
782
|
@media (max-width: 768px) {
|
|
741
783
|
.CardCollection_module_card-collection {
|
|
742
784
|
padding: var(--spacing-lg);
|
|
743
785
|
}
|
|
744
|
-
.CardCollection_module_card-collection .CardCollection_module_wrapper {
|
|
786
|
+
.CardCollection_module_card-collection .CardCollection_module_wrapper .CardCollection_module_cardWrapper {
|
|
745
787
|
grid-template-columns: 1fr;
|
|
746
788
|
}
|
|
747
|
-
.CardCollection_module_card-collection.CardCollection_module_threeCols .CardCollection_module_wrapper {
|
|
789
|
+
.CardCollection_module_card-collection.CardCollection_module_threeCols .CardCollection_module_wrapper .CardCollection_module_cardWrapper {
|
|
748
790
|
grid-template-columns: 1fr;
|
|
749
791
|
}
|
|
792
|
+
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_wrapper {
|
|
793
|
+
overflow-x: auto;
|
|
794
|
+
overflow-y: hidden;
|
|
795
|
+
}
|
|
796
|
+
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_wrapper .CardCollection_module_cardWrapper {
|
|
797
|
+
width: 1100px;
|
|
798
|
+
height: auto;
|
|
799
|
+
max-height: none;
|
|
800
|
+
gap: var(--spacing-md);
|
|
801
|
+
padding-bottom: var(--spacing-sm);
|
|
802
|
+
}
|
|
803
|
+
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_card {
|
|
804
|
+
flex: 1 1 calc(25% - var(--spacing-md));
|
|
805
|
+
min-height: auto;
|
|
806
|
+
}
|
|
807
|
+
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_reveal-wrapper,
|
|
808
|
+
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_reveal-inner {
|
|
809
|
+
display: contents;
|
|
810
|
+
}
|
|
811
|
+
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_cta,
|
|
812
|
+
.CardCollection_module_card-collection.CardCollection_module_examCard .CardCollection_module_card::after {
|
|
813
|
+
display: none;
|
|
814
|
+
}
|
|
750
815
|
}
|
|
751
816
|
|
|
752
817
|
/* src/widgets/ContactModule/ContactModule.module.scss */
|
|
@@ -825,6 +890,250 @@ a:hover {
|
|
|
825
890
|
}
|
|
826
891
|
}
|
|
827
892
|
|
|
893
|
+
/* src/widgets/Footer/Footer.module.scss */
|
|
894
|
+
.Footer_module_footer {
|
|
895
|
+
display: block;
|
|
896
|
+
width: 100%;
|
|
897
|
+
background-color: var(--color-black);
|
|
898
|
+
color: var(--color-white);
|
|
899
|
+
}
|
|
900
|
+
.Footer_module_container {
|
|
901
|
+
display: flex;
|
|
902
|
+
flex-direction: column;
|
|
903
|
+
gap: 80px;
|
|
904
|
+
padding-top: 48px;
|
|
905
|
+
padding-bottom: 48px;
|
|
906
|
+
}
|
|
907
|
+
@media (max-width: 768px) {
|
|
908
|
+
.Footer_module_container {
|
|
909
|
+
gap: 40px;
|
|
910
|
+
padding-top: 24px;
|
|
911
|
+
padding-bottom: 24px;
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
.Footer_module_support {
|
|
915
|
+
display: flex;
|
|
916
|
+
justify-content: space-between;
|
|
917
|
+
gap: 32px;
|
|
918
|
+
}
|
|
919
|
+
@media (max-width: 768px) {
|
|
920
|
+
.Footer_module_support {
|
|
921
|
+
flex-direction: column;
|
|
922
|
+
gap: 24px;
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
.Footer_module_support-group {
|
|
926
|
+
flex: 1;
|
|
927
|
+
}
|
|
928
|
+
.Footer_module_support-title {
|
|
929
|
+
font-size: var(--font-size-sm);
|
|
930
|
+
font-weight: var(--font-weight-bold);
|
|
931
|
+
text-transform: uppercase;
|
|
932
|
+
letter-spacing: 0.05em;
|
|
933
|
+
margin-bottom: 16px;
|
|
934
|
+
color: var(--color-white);
|
|
935
|
+
}
|
|
936
|
+
.Footer_module_support-list {
|
|
937
|
+
list-style: none;
|
|
938
|
+
padding: 0;
|
|
939
|
+
margin: 0;
|
|
940
|
+
display: flex;
|
|
941
|
+
flex-direction: column;
|
|
942
|
+
gap: 8px;
|
|
943
|
+
}
|
|
944
|
+
.Footer_module_support-item {
|
|
945
|
+
display: flex;
|
|
946
|
+
flex-direction: column;
|
|
947
|
+
gap: 2px;
|
|
948
|
+
}
|
|
949
|
+
.Footer_module_support-value {
|
|
950
|
+
font-size: var(--font-size-sm);
|
|
951
|
+
color: var(--color-white);
|
|
952
|
+
text-decoration: none;
|
|
953
|
+
}
|
|
954
|
+
.Footer_module_support-value:hover {
|
|
955
|
+
text-decoration: underline;
|
|
956
|
+
}
|
|
957
|
+
.Footer_module_bottom {
|
|
958
|
+
display: flex;
|
|
959
|
+
justify-content: space-between;
|
|
960
|
+
flex-wrap: wrap;
|
|
961
|
+
gap: clamp(32px, 4vw, 80px);
|
|
962
|
+
}
|
|
963
|
+
@media (max-width: 768px) {
|
|
964
|
+
.Footer_module_bottom {
|
|
965
|
+
flex-direction: column;
|
|
966
|
+
flex-wrap: nowrap;
|
|
967
|
+
align-items: center;
|
|
968
|
+
text-align: center;
|
|
969
|
+
gap: 55px;
|
|
970
|
+
}
|
|
971
|
+
}
|
|
972
|
+
.Footer_module_bottom-left {
|
|
973
|
+
display: flex;
|
|
974
|
+
flex-direction: column;
|
|
975
|
+
gap: 24px;
|
|
976
|
+
flex: 1 1 320px;
|
|
977
|
+
min-width: 0;
|
|
978
|
+
}
|
|
979
|
+
@media (max-width: 768px) {
|
|
980
|
+
.Footer_module_bottom-left {
|
|
981
|
+
display: contents;
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
.Footer_module_bottom-right {
|
|
985
|
+
display: flex;
|
|
986
|
+
flex-wrap: wrap;
|
|
987
|
+
gap: clamp(24px, 6vw, 108px);
|
|
988
|
+
min-width: 0;
|
|
989
|
+
}
|
|
990
|
+
@media (max-width: 768px) {
|
|
991
|
+
.Footer_module_bottom-right {
|
|
992
|
+
flex-direction: column;
|
|
993
|
+
flex-wrap: nowrap;
|
|
994
|
+
gap: 16px;
|
|
995
|
+
align-items: center;
|
|
996
|
+
order: 2;
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
.Footer_module_supporters {
|
|
1000
|
+
position: relative;
|
|
1001
|
+
display: flex;
|
|
1002
|
+
flex-direction: row;
|
|
1003
|
+
align-items: center;
|
|
1004
|
+
gap: 32px;
|
|
1005
|
+
}
|
|
1006
|
+
@media (max-width: 768px) {
|
|
1007
|
+
.Footer_module_supporters {
|
|
1008
|
+
order: 1;
|
|
1009
|
+
flex-direction: column;
|
|
1010
|
+
align-items: center;
|
|
1011
|
+
gap: 16px;
|
|
1012
|
+
width: 50vw;
|
|
1013
|
+
margin-bottom: 1.5rem;
|
|
1014
|
+
}
|
|
1015
|
+
}
|
|
1016
|
+
.Footer_module_supporters-label {
|
|
1017
|
+
font-size: var(--font-size-xs);
|
|
1018
|
+
font-weight: var(--font-weight-medium);
|
|
1019
|
+
text-transform: uppercase;
|
|
1020
|
+
letter-spacing: 0.1em;
|
|
1021
|
+
color: var(--color-light-gray-2);
|
|
1022
|
+
}
|
|
1023
|
+
@media (max-width: 768px) {
|
|
1024
|
+
.Footer_module_supporters-label {
|
|
1025
|
+
margin-bottom: var(--spacing-xl);
|
|
1026
|
+
font-size: var(--font-size-sm);
|
|
1027
|
+
}
|
|
1028
|
+
}
|
|
1029
|
+
.Footer_module_supporters-logos {
|
|
1030
|
+
display: flex;
|
|
1031
|
+
align-items: center;
|
|
1032
|
+
gap: clamp(16px, 2vw, 32px);
|
|
1033
|
+
flex-wrap: nowrap;
|
|
1034
|
+
min-width: 0;
|
|
1035
|
+
}
|
|
1036
|
+
.Footer_module_supporters-logos img {
|
|
1037
|
+
height: clamp(18px, 2.5vw, 30px);
|
|
1038
|
+
width: auto;
|
|
1039
|
+
filter: brightness(0) invert(1);
|
|
1040
|
+
}
|
|
1041
|
+
@media (max-width: 768px) {
|
|
1042
|
+
.Footer_module_supporters-logos {
|
|
1043
|
+
flex-direction: column;
|
|
1044
|
+
flex-wrap: nowrap;
|
|
1045
|
+
align-items: center;
|
|
1046
|
+
justify-content: center;
|
|
1047
|
+
}
|
|
1048
|
+
.Footer_module_supporters-logos img {
|
|
1049
|
+
height: 2.5rem;
|
|
1050
|
+
width: auto;
|
|
1051
|
+
}
|
|
1052
|
+
}
|
|
1053
|
+
.Footer_module_supporter-link-primary {
|
|
1054
|
+
display: flex;
|
|
1055
|
+
align-items: center;
|
|
1056
|
+
min-width: 0;
|
|
1057
|
+
flex-shrink: 1;
|
|
1058
|
+
}
|
|
1059
|
+
.Footer_module_supporter-link-primary img {
|
|
1060
|
+
height: auto;
|
|
1061
|
+
width: 60%;
|
|
1062
|
+
max-height: clamp(28px, 3.5vw, 50px);
|
|
1063
|
+
filter: brightness(0) invert(1);
|
|
1064
|
+
margin: auto;
|
|
1065
|
+
}
|
|
1066
|
+
@media (max-width: 768px) {
|
|
1067
|
+
.Footer_module_supporter-link-primary {
|
|
1068
|
+
margin-bottom: var(--spacing-xl);
|
|
1069
|
+
}
|
|
1070
|
+
.Footer_module_supporter-link-primary img {
|
|
1071
|
+
width: 80%;
|
|
1072
|
+
max-height: none;
|
|
1073
|
+
}
|
|
1074
|
+
}
|
|
1075
|
+
.Footer_module_supporter-link {
|
|
1076
|
+
display: flex;
|
|
1077
|
+
align-items: center;
|
|
1078
|
+
min-width: 0;
|
|
1079
|
+
flex-shrink: 1;
|
|
1080
|
+
}
|
|
1081
|
+
.Footer_module_disclaimer {
|
|
1082
|
+
font-size: var(--font-size-xs);
|
|
1083
|
+
color: var(--color-light-gray);
|
|
1084
|
+
line-height: 1.5;
|
|
1085
|
+
margin-top: var(--spacing-xl);
|
|
1086
|
+
}
|
|
1087
|
+
@media (max-width: 768px) {
|
|
1088
|
+
.Footer_module_disclaimer {
|
|
1089
|
+
order: 3;
|
|
1090
|
+
max-width: 343px;
|
|
1091
|
+
text-align: left;
|
|
1092
|
+
font-size: var(--font-size-md);
|
|
1093
|
+
line-height: 150%;
|
|
1094
|
+
letter-spacing: -0.08px;
|
|
1095
|
+
margin-top: var(--spacing-xs);
|
|
1096
|
+
}
|
|
1097
|
+
}
|
|
1098
|
+
.Footer_module_copyright {
|
|
1099
|
+
font-size: var(--font-size-xs);
|
|
1100
|
+
color: var(--color-light-gray);
|
|
1101
|
+
}
|
|
1102
|
+
@media (max-width: 768px) {
|
|
1103
|
+
.Footer_module_copyright {
|
|
1104
|
+
order: 4;
|
|
1105
|
+
text-align: left;
|
|
1106
|
+
max-width: 343px;
|
|
1107
|
+
font-size: var(--font-size-md);
|
|
1108
|
+
line-height: 150%;
|
|
1109
|
+
letter-spacing: -0.08px;
|
|
1110
|
+
}
|
|
1111
|
+
}
|
|
1112
|
+
.Footer_module_nav-list {
|
|
1113
|
+
list-style: none;
|
|
1114
|
+
padding: 0;
|
|
1115
|
+
margin: 0;
|
|
1116
|
+
display: flex;
|
|
1117
|
+
flex-direction: column;
|
|
1118
|
+
gap: 16px;
|
|
1119
|
+
}
|
|
1120
|
+
@media (max-width: 768px) {
|
|
1121
|
+
.Footer_module_nav-list {
|
|
1122
|
+
align-items: center;
|
|
1123
|
+
}
|
|
1124
|
+
}
|
|
1125
|
+
.Footer_module_nav-link {
|
|
1126
|
+
font-size: var(--font-size-md);
|
|
1127
|
+
line-height: 150%;
|
|
1128
|
+
letter-spacing: -0.08px;
|
|
1129
|
+
color: var(--color-light-gray);
|
|
1130
|
+
text-decoration: none;
|
|
1131
|
+
white-space: nowrap;
|
|
1132
|
+
}
|
|
1133
|
+
.Footer_module_nav-link:hover {
|
|
1134
|
+
text-decoration: underline;
|
|
1135
|
+
}
|
|
1136
|
+
|
|
828
1137
|
/* src/widgets/HeroBanner/HeroBanner.module.scss */
|
|
829
1138
|
.HeroBanner_module_heroBanner {
|
|
830
1139
|
width: 100%;
|
|
@@ -965,16 +1274,16 @@ a:hover {
|
|
|
965
1274
|
|
|
966
1275
|
/* src/widgets/MiniBanner/MiniBanner.module.scss */
|
|
967
1276
|
.MiniBanner_module_minibanner {
|
|
968
|
-
display:
|
|
1277
|
+
display: flex;
|
|
1278
|
+
flex-direction: column;
|
|
1279
|
+
align-items: center;
|
|
969
1280
|
width: 100%;
|
|
970
1281
|
background-color: #f3f3f3;
|
|
971
1282
|
min-height: 192px;
|
|
972
1283
|
position: relative;
|
|
973
1284
|
color: var(--color-white);
|
|
974
1285
|
text-align: center;
|
|
975
|
-
|
|
976
|
-
.MiniBanner_module_minibanner .h1 {
|
|
977
|
-
font-weight: 400;
|
|
1286
|
+
gap: var(--spacing-xl);
|
|
978
1287
|
}
|
|
979
1288
|
.MiniBanner_module_minibanner .MiniBanner_module_background {
|
|
980
1289
|
position: absolute;
|
|
@@ -985,29 +1294,68 @@ a:hover {
|
|
|
985
1294
|
object-fit: cover;
|
|
986
1295
|
z-index: 1;
|
|
987
1296
|
}
|
|
988
|
-
.MiniBanner_module_minibanner .
|
|
1297
|
+
.MiniBanner_module_minibanner .MiniBanner_module_textContainer {
|
|
1298
|
+
position: relative;
|
|
989
1299
|
display: flex;
|
|
990
1300
|
flex-direction: column;
|
|
991
|
-
|
|
992
|
-
justify-content: center;
|
|
1301
|
+
justify-items: center;
|
|
993
1302
|
gap: var(--spacing-lg);
|
|
994
1303
|
z-index: 2;
|
|
995
1304
|
}
|
|
996
|
-
.MiniBanner_module_minibanner .
|
|
1305
|
+
.MiniBanner_module_minibanner .MiniBanner_module_textContainer .MiniBanner_module_logo {
|
|
1306
|
+
max-width: 384px;
|
|
1307
|
+
}
|
|
1308
|
+
.MiniBanner_module_minibanner .MiniBanner_module_textContainer .MiniBanner_module_headingWrapper {
|
|
1309
|
+
display: flex;
|
|
1310
|
+
gap: var(--spacing-md);
|
|
1311
|
+
}
|
|
1312
|
+
.MiniBanner_module_minibanner .MiniBanner_module_textContainer .MiniBanner_module_headingWrapper .MiniBanner_module_title {
|
|
1313
|
+
font-weight: 400;
|
|
1314
|
+
}
|
|
1315
|
+
.MiniBanner_module_minibanner .MiniBanner_module_textContainer * {
|
|
997
1316
|
max-width: 100%;
|
|
998
1317
|
}
|
|
1318
|
+
.MiniBanner_module_minibanner .MiniBanner_module_ctaContainer {
|
|
1319
|
+
position: relative;
|
|
1320
|
+
width: 100%;
|
|
1321
|
+
z-index: 2;
|
|
1322
|
+
}
|
|
999
1323
|
.MiniBanner_module_minibanner.MiniBanner_module_miniBannerNoBG {
|
|
1000
1324
|
color: var(--color-black);
|
|
1001
1325
|
}
|
|
1002
|
-
.MiniBanner_module_minibanner.MiniBanner_module_miniBannerNoBG .
|
|
1326
|
+
.MiniBanner_module_minibanner.MiniBanner_module_miniBannerNoBG .MiniBanner_module_textContainer {
|
|
1003
1327
|
gap: var(--spacing-lg);
|
|
1004
1328
|
padding: var(--spacing-5xl) 0;
|
|
1005
1329
|
}
|
|
1330
|
+
.MiniBanner_module_minibanner.MiniBanner_module_miniBannerNoBG .MiniBanner_module_textContainer .MiniBanner_module_headingWrapper {
|
|
1331
|
+
gap: var(--spacing-sm);
|
|
1332
|
+
}
|
|
1333
|
+
.MiniBanner_module_minibanner.MiniBanner_module_miniBannerNoBG .MiniBanner_module_textContainer .MiniBanner_module_headingWrapper .MiniBanner_module_title {
|
|
1334
|
+
font-weight: 600;
|
|
1335
|
+
}
|
|
1006
1336
|
@media (max-width: 768px) {
|
|
1007
|
-
.MiniBanner_module_minibanner.MiniBanner_module_miniBannerNoBG .
|
|
1337
|
+
.MiniBanner_module_minibanner.MiniBanner_module_miniBannerNoBG .MiniBanner_module_textContainer {
|
|
1008
1338
|
padding: var(--spacing-5xl) var(--spacing-md);
|
|
1009
1339
|
}
|
|
1010
1340
|
}
|
|
1341
|
+
.MiniBanner_module_minibanner.MiniBanner_module_miniBannerTextLeft {
|
|
1342
|
+
align-items: flex-start;
|
|
1343
|
+
text-align: left;
|
|
1344
|
+
padding: var(--spacing-5xl) var(--spacing-7xl);
|
|
1345
|
+
}
|
|
1346
|
+
.MiniBanner_module_minibanner.MiniBanner_module_miniBannerTextLeft .MiniBanner_module_textContainer {
|
|
1347
|
+
gap: var(--spacing-sm);
|
|
1348
|
+
max-width: unset;
|
|
1349
|
+
}
|
|
1350
|
+
.MiniBanner_module_minibanner.MiniBanner_module_miniBannerTextLeft .MiniBanner_module_textContainer .MiniBanner_module_title {
|
|
1351
|
+
font-weight: 600;
|
|
1352
|
+
}
|
|
1353
|
+
@media (max-width: 768px) {
|
|
1354
|
+
.MiniBanner_module_minibanner.MiniBanner_module_miniBannerTextLeft {
|
|
1355
|
+
padding: var(--spacing-md) var(--spacing-lg);
|
|
1356
|
+
gap: var(--spacing-xl);
|
|
1357
|
+
}
|
|
1358
|
+
}
|
|
1011
1359
|
|
|
1012
1360
|
/* src/widgets/MiniSectionCta/MiniSectionCta.module.scss */
|
|
1013
1361
|
.MiniSectionCta_module_miniSectionCta {
|
|
@@ -1240,4 +1588,160 @@ a:hover {
|
|
|
1240
1588
|
width: 100%;
|
|
1241
1589
|
}
|
|
1242
1590
|
}
|
|
1591
|
+
|
|
1592
|
+
/* src/components/UpcomingEventCard/UpcomingEventCard.module.scss */
|
|
1593
|
+
article {
|
|
1594
|
+
display: flex;
|
|
1595
|
+
flex-direction: row-reverse;
|
|
1596
|
+
border: 1px solid var(--color-extra-light-gray);
|
|
1597
|
+
overflow: hidden;
|
|
1598
|
+
border-radius: 0.5rem;
|
|
1599
|
+
align-items: center;
|
|
1600
|
+
background-color: var(--color-white);
|
|
1601
|
+
flex: 1;
|
|
1602
|
+
height: 100%;
|
|
1603
|
+
}
|
|
1604
|
+
article.grey {
|
|
1605
|
+
flex-direction: column;
|
|
1606
|
+
height: 100%;
|
|
1607
|
+
}
|
|
1608
|
+
@media (max-width: 768px) {
|
|
1609
|
+
article {
|
|
1610
|
+
flex-direction: column;
|
|
1611
|
+
}
|
|
1612
|
+
}
|
|
1613
|
+
article button {
|
|
1614
|
+
margin-right: 1rem;
|
|
1615
|
+
min-width: 195px;
|
|
1616
|
+
}
|
|
1617
|
+
article button.UpcomingEventCard_module_show {
|
|
1618
|
+
display: block !important;
|
|
1619
|
+
}
|
|
1620
|
+
article button.UpcomingEventCard_module_hidden {
|
|
1621
|
+
display: none !important;
|
|
1622
|
+
}
|
|
1623
|
+
article .UpcomingEventCard_module_image {
|
|
1624
|
+
padding-right: 1rem;
|
|
1625
|
+
height: 153px;
|
|
1626
|
+
min-width: 346px;
|
|
1627
|
+
object-position: center;
|
|
1628
|
+
object-fit: cover;
|
|
1629
|
+
}
|
|
1630
|
+
article .UpcomingEventCard_module_image.grey {
|
|
1631
|
+
padding: 0;
|
|
1632
|
+
min-height: 277.26px;
|
|
1633
|
+
padding: 0;
|
|
1634
|
+
min-width: 100%;
|
|
1635
|
+
}
|
|
1636
|
+
@media (max-width: 768px) {
|
|
1637
|
+
article .UpcomingEventCard_module_image {
|
|
1638
|
+
padding: 0;
|
|
1639
|
+
width: 100%;
|
|
1640
|
+
height: 229px;
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
article .UpcomingEventCard_module_text-content {
|
|
1644
|
+
display: flex;
|
|
1645
|
+
flex-direction: column;
|
|
1646
|
+
gap: 0.5rem;
|
|
1647
|
+
padding: 1rem;
|
|
1648
|
+
height: 100%;
|
|
1649
|
+
}
|
|
1650
|
+
article .UpcomingEventCard_module_text-content.grey {
|
|
1651
|
+
height: 100%;
|
|
1652
|
+
}
|
|
1653
|
+
article .UpcomingEventCard_module_text-content.grey .UpcomingEventCard_module_cta {
|
|
1654
|
+
margin-top: auto;
|
|
1655
|
+
}
|
|
1656
|
+
article .UpcomingEventCard_module_text-content h3 {
|
|
1657
|
+
line-height: 140%;
|
|
1658
|
+
color: var(--color-black);
|
|
1659
|
+
font-size: var(--font-size-xl);
|
|
1660
|
+
}
|
|
1661
|
+
@media (max-width: 768px) {
|
|
1662
|
+
article .UpcomingEventCard_module_text-content h3 {
|
|
1663
|
+
line-height: 130%;
|
|
1664
|
+
font-size: var(--font-size-lg);
|
|
1665
|
+
}
|
|
1666
|
+
}
|
|
1667
|
+
article .UpcomingEventCard_module_text-content .UpcomingEventCard_module_date {
|
|
1668
|
+
color: var(--color-gray);
|
|
1669
|
+
line-height: 150%;
|
|
1670
|
+
font-size: var(--font-size-sm);
|
|
1671
|
+
}
|
|
1672
|
+
article .UpcomingEventCard_module_text-content .UpcomingEventCard_module_location {
|
|
1673
|
+
color: var(--color-black);
|
|
1674
|
+
line-height: 140%;
|
|
1675
|
+
font-size: var(--font-size-lg);
|
|
1676
|
+
}
|
|
1677
|
+
@media (max-width: 768px) {
|
|
1678
|
+
article .UpcomingEventCard_module_text-content .UpcomingEventCard_module_location {
|
|
1679
|
+
line-height: 130%;
|
|
1680
|
+
font-size: 18px;
|
|
1681
|
+
}
|
|
1682
|
+
}
|
|
1683
|
+
article .UpcomingEventCard_module_text-content .UpcomingEventCard_module_description {
|
|
1684
|
+
font-size: var(--font-size-md);
|
|
1685
|
+
line-height: 150%;
|
|
1686
|
+
}
|
|
1687
|
+
@media (max-width: 768px) {
|
|
1688
|
+
article .UpcomingEventCard_module_text-content .UpcomingEventCard_module_description {
|
|
1689
|
+
font-size: var(--font-size-sm);
|
|
1690
|
+
display: -webkit-box;
|
|
1691
|
+
line-clamp: 5;
|
|
1692
|
+
-webkit-line-clamp: 5;
|
|
1693
|
+
-webkit-box-orient: vertical;
|
|
1694
|
+
overflow: hidden;
|
|
1695
|
+
}
|
|
1696
|
+
}
|
|
1697
|
+
|
|
1698
|
+
/* src/components/Carousel/Carousel.module.scss */
|
|
1699
|
+
.Carousel_module_carousel-item {
|
|
1700
|
+
display: flex;
|
|
1701
|
+
flex-direction: row;
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
/* src/widgets/EventList/EventList.module.scss */
|
|
1705
|
+
section {
|
|
1706
|
+
padding: 1.5rem 1rem;
|
|
1707
|
+
}
|
|
1708
|
+
section h2 {
|
|
1709
|
+
color: var(--color-black);
|
|
1710
|
+
font-size: var(--font-size-3xl);
|
|
1711
|
+
}
|
|
1712
|
+
@media (max-width: 768px) {
|
|
1713
|
+
section h2 {
|
|
1714
|
+
font-size: var(--font-size-lg);
|
|
1715
|
+
}
|
|
1716
|
+
}
|
|
1717
|
+
section ul {
|
|
1718
|
+
display: flex;
|
|
1719
|
+
flex-direction: column;
|
|
1720
|
+
gap: var(--spacing-md);
|
|
1721
|
+
}
|
|
1722
|
+
section ul.EventList_module_grey {
|
|
1723
|
+
flex-direction: row;
|
|
1724
|
+
flex: 1;
|
|
1725
|
+
}
|
|
1726
|
+
section .EventList_module_header-container {
|
|
1727
|
+
display: flex;
|
|
1728
|
+
justify-content: space-between;
|
|
1729
|
+
align-items: center;
|
|
1730
|
+
gap: 12px var(--spacing-md);
|
|
1731
|
+
margin-bottom: var(--spacing-xl);
|
|
1732
|
+
}
|
|
1733
|
+
section li .grey {
|
|
1734
|
+
flex: 1;
|
|
1735
|
+
}
|
|
1736
|
+
@media (max-width: 768px) {
|
|
1737
|
+
section li .grey {
|
|
1738
|
+
flex: 1;
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1741
|
+
section.EventList_module_grey {
|
|
1742
|
+
background-color: #f3f3f3;
|
|
1743
|
+
}
|
|
1744
|
+
section.EventList_module_grey .swiper-wrapper {
|
|
1745
|
+
flex-direction: row;
|
|
1746
|
+
}
|
|
1243
1747
|
/*# sourceMappingURL=index.css.map */
|