@sunrise-upc/sales-static-components 3.7.10 → 3.7.11
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/navigation.css +258 -258
- package/package.json +1 -1
package/dist/navigation.css
CHANGED
|
@@ -1,137 +1,3 @@
|
|
|
1
|
-
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/MinimizedHeader/MinimizedHeader.module.scss */
|
|
2
|
-
/* center a block element */
|
|
3
|
-
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
4
|
-
/* setting styles in separate formats for cross browser support */
|
|
5
|
-
/* specify the max width for an element and apply ellipses and truncate the overflow */
|
|
6
|
-
/* vertically center alilgn any HTML element */
|
|
7
|
-
/* add basePath to assets */
|
|
8
|
-
@media (min-width: 768px) {
|
|
9
|
-
.MinimizedHeader-module__outer___JOzJC {
|
|
10
|
-
background-color: #ffffff;
|
|
11
|
-
border-top: 4px solid #da291c;
|
|
12
|
-
box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
|
|
13
|
-
height: 72px;
|
|
14
|
-
}
|
|
15
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__s20-header__version-number___vI9Rr {
|
|
16
|
-
position: fixed;
|
|
17
|
-
top: 0;
|
|
18
|
-
left: 0;
|
|
19
|
-
padding: 4px 8px;
|
|
20
|
-
font-size: 14px;
|
|
21
|
-
z-index: 10000;
|
|
22
|
-
color: #5f5955;
|
|
23
|
-
background: #ffffff;
|
|
24
|
-
}
|
|
25
|
-
}
|
|
26
|
-
@media (min-width: 768px) and (max-width: 850px) {
|
|
27
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__s20-header__version-number___vI9Rr {
|
|
28
|
-
padding: 0 4px;
|
|
29
|
-
font-size: 8px;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
@media (min-width: 768px) {
|
|
33
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X {
|
|
34
|
-
width: 100%;
|
|
35
|
-
display: inline-block;
|
|
36
|
-
}
|
|
37
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO {
|
|
38
|
-
display: flex;
|
|
39
|
-
float: left;
|
|
40
|
-
align-items: center;
|
|
41
|
-
margin: 10px 0;
|
|
42
|
-
}
|
|
43
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__title___4dK49 {
|
|
44
|
-
padding-left: 10px;
|
|
45
|
-
}
|
|
46
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- {
|
|
47
|
-
float: right;
|
|
48
|
-
display: flex;
|
|
49
|
-
margin: 24px 0 24px 0;
|
|
50
|
-
}
|
|
51
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-icon___LlK8O {
|
|
52
|
-
background-image: url("/ecom-int/HeaderIcons/new_profile_icon1.svg");
|
|
53
|
-
background-repeat: no-repeat;
|
|
54
|
-
background-size: contain;
|
|
55
|
-
display: block;
|
|
56
|
-
height: 24px;
|
|
57
|
-
margin-right: 6px;
|
|
58
|
-
width: 24px;
|
|
59
|
-
}
|
|
60
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-name___Kh-fd {
|
|
61
|
-
color: #da291c;
|
|
62
|
-
font-weight: 700;
|
|
63
|
-
font-size: 18px;
|
|
64
|
-
line-height: 24px;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
@media (max-width: 767px) {
|
|
68
|
-
.MinimizedHeader-module__outer___JOzJC {
|
|
69
|
-
background-color: #ffffff;
|
|
70
|
-
border-top: 4px solid #da291c;
|
|
71
|
-
box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
|
|
72
|
-
height: 48px;
|
|
73
|
-
}
|
|
74
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X {
|
|
75
|
-
width: 100%;
|
|
76
|
-
display: inline-block;
|
|
77
|
-
}
|
|
78
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO {
|
|
79
|
-
display: flex;
|
|
80
|
-
float: left;
|
|
81
|
-
}
|
|
82
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__icon___wYr8J {
|
|
83
|
-
margin-top: 12px;
|
|
84
|
-
}
|
|
85
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__icon___wYr8J > img {
|
|
86
|
-
height: 24px;
|
|
87
|
-
width: 24px;
|
|
88
|
-
float: left;
|
|
89
|
-
}
|
|
90
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__title___4dK49 {
|
|
91
|
-
margin-top: 8px;
|
|
92
|
-
padding-left: 6px;
|
|
93
|
-
}
|
|
94
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__title___4dK49 > img {
|
|
95
|
-
height: 20px;
|
|
96
|
-
}
|
|
97
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- {
|
|
98
|
-
float: right;
|
|
99
|
-
display: flex;
|
|
100
|
-
margin: 12px 0 12px 0;
|
|
101
|
-
}
|
|
102
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-icon___LlK8O {
|
|
103
|
-
background-image: url("/ecom-int/HeaderIcons/new_profile_icon1.svg");
|
|
104
|
-
background-repeat: no-repeat;
|
|
105
|
-
background-size: contain;
|
|
106
|
-
display: block;
|
|
107
|
-
height: 20px;
|
|
108
|
-
margin-right: 6px;
|
|
109
|
-
width: 20px;
|
|
110
|
-
}
|
|
111
|
-
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-name___Kh-fd {
|
|
112
|
-
color: #da291c;
|
|
113
|
-
font-weight: 700;
|
|
114
|
-
font-size: 18px;
|
|
115
|
-
line-height: 24px;
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
.MinimizedHeader-module__s20-header__version-number___vI9Rr {
|
|
119
|
-
position: fixed;
|
|
120
|
-
top: 0;
|
|
121
|
-
left: 0;
|
|
122
|
-
padding: 4px 8px;
|
|
123
|
-
font-size: 14px;
|
|
124
|
-
z-index: 10000;
|
|
125
|
-
color: #5f5955;
|
|
126
|
-
background: #ffffff;
|
|
127
|
-
}
|
|
128
|
-
@media (max-width: 850px) {
|
|
129
|
-
.MinimizedHeader-module__s20-header__version-number___vI9Rr {
|
|
130
|
-
padding: 0 4px;
|
|
131
|
-
font-size: 8px;
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
|
|
135
1
|
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/FalconMainNavigation.module.scss */
|
|
136
2
|
/* center a block element */
|
|
137
3
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
@@ -735,148 +601,137 @@
|
|
|
735
601
|
visibility: visible;
|
|
736
602
|
}
|
|
737
603
|
|
|
738
|
-
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/
|
|
604
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/MinimizedHeader/MinimizedHeader.module.scss */
|
|
739
605
|
/* center a block element */
|
|
740
606
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
741
607
|
/* setting styles in separate formats for cross browser support */
|
|
742
608
|
/* specify the max width for an element and apply ellipses and truncate the overflow */
|
|
743
609
|
/* vertically center alilgn any HTML element */
|
|
744
610
|
/* add basePath to assets */
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
border: 0;
|
|
752
|
-
border-radius: 4px;
|
|
753
|
-
padding-bottom: 5px;
|
|
754
|
-
cursor: pointer;
|
|
755
|
-
height: 42px;
|
|
756
|
-
font-size: 14px;
|
|
757
|
-
line-height: 20px;
|
|
758
|
-
width: 100%;
|
|
759
|
-
}
|
|
760
|
-
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__chevron___o3l3R {
|
|
761
|
-
background-position: center center;
|
|
762
|
-
background-repeat: no-repeat;
|
|
763
|
-
height: 8px;
|
|
764
|
-
margin-left: 10px;
|
|
765
|
-
margin-top: 2px;
|
|
766
|
-
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
|
|
767
|
-
width: 14px;
|
|
768
|
-
}
|
|
769
|
-
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__chevron___o3l3R.active {
|
|
770
|
-
-webkit-transform: rotate(-180deg);
|
|
771
|
-
-moz-transform: rotate(-180deg);
|
|
772
|
-
-o-transform: rotate(-180deg);
|
|
773
|
-
transform: rotate(-180deg);
|
|
774
|
-
}
|
|
775
|
-
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta {
|
|
776
|
-
padding: 24px 32px;
|
|
777
|
-
background-color: #ffffff;
|
|
778
|
-
transform: matrix(1, 0, 0, 1, -96.6667, 0) translateY(0px) translateX(-57px) !important;
|
|
779
|
-
}
|
|
780
|
-
@media (max-width: 1023px) {
|
|
781
|
-
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta {
|
|
782
|
-
transform: matrix(1, 0, 0, 1, -96.6667, 0) translateY(0px) translateX(7px) !important;
|
|
611
|
+
@media (min-width: 768px) {
|
|
612
|
+
.MinimizedHeader-module__outer___JOzJC {
|
|
613
|
+
background-color: #ffffff;
|
|
614
|
+
border-top: 4px solid #da291c;
|
|
615
|
+
box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
|
|
616
|
+
height: 72px;
|
|
783
617
|
}
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
-moz-transform: translateX(-50%);
|
|
794
|
-
-o-transform: translateX(-50%);
|
|
795
|
-
transform: translateX(-50%);
|
|
796
|
-
}
|
|
797
|
-
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE:not(:first-child) {
|
|
798
|
-
margin-left: 0 !important;
|
|
799
|
-
}
|
|
800
|
-
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE.active {
|
|
801
|
-
font-weight: bold;
|
|
802
|
-
}
|
|
803
|
-
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE.active a {
|
|
804
|
-
color: #da291c;
|
|
805
|
-
}
|
|
806
|
-
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE.active a::before {
|
|
807
|
-
content: none !important;
|
|
808
|
-
display: none !important;
|
|
809
|
-
}
|
|
810
|
-
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE.active a:before {
|
|
811
|
-
display: none !important;
|
|
812
|
-
}
|
|
813
|
-
|
|
814
|
-
.LocaleSelector-module__button___0LEXR.LocaleSelector-module__black-friday___j6YP0 button {
|
|
815
|
-
color: #ffffff;
|
|
816
|
-
}
|
|
817
|
-
@media (max-width: 1023px) {
|
|
818
|
-
.LocaleSelector-module__button___0LEXR.LocaleSelector-module__black-friday___j6YP0 button {
|
|
819
|
-
background-color: #1f1f1f;
|
|
618
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__s20-header__version-number___vI9Rr {
|
|
619
|
+
position: fixed;
|
|
620
|
+
top: 0;
|
|
621
|
+
left: 0;
|
|
622
|
+
padding: 4px 8px;
|
|
623
|
+
font-size: 14px;
|
|
624
|
+
z-index: 10000;
|
|
625
|
+
color: #5f5955;
|
|
626
|
+
background: #ffffff;
|
|
820
627
|
}
|
|
821
628
|
}
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
box-shadow: 0px 20px 30px -8px rgba(0, 0, 0, 0.5);
|
|
828
|
-
}
|
|
829
|
-
.LocaleSelector-module__button___0LEXR.LocaleSelector-module__black-friday___j6YP0 .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE a {
|
|
830
|
-
color: #ffffff;
|
|
831
|
-
}
|
|
832
|
-
.LocaleSelector-module__button___0LEXR.LocaleSelector-module__black-friday___j6YP0 .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE.active a {
|
|
833
|
-
color: #da291c;
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
.LocaleSelector-module__list-item___JVlRE a {
|
|
837
|
-
font-size: 16px !important;
|
|
838
|
-
line-height: 24px !important;
|
|
839
|
-
display: flex;
|
|
840
|
-
padding: 0 !important;
|
|
841
|
-
}
|
|
842
|
-
.LocaleSelector-module__list-item___JVlRE a span {
|
|
843
|
-
margin: 10px 0 !important;
|
|
844
|
-
}
|
|
845
|
-
.LocaleSelector-module__list-item___JVlRE a::before {
|
|
846
|
-
content: none;
|
|
847
|
-
display: none !important;
|
|
629
|
+
@media (min-width: 768px) and (max-width: 850px) {
|
|
630
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__s20-header__version-number___vI9Rr {
|
|
631
|
+
padding: 0 4px;
|
|
632
|
+
font-size: 8px;
|
|
633
|
+
}
|
|
848
634
|
}
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
position: relative;
|
|
635
|
+
@media (min-width: 768px) {
|
|
636
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X {
|
|
637
|
+
width: 100%;
|
|
638
|
+
display: inline-block;
|
|
854
639
|
}
|
|
855
|
-
.
|
|
640
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO {
|
|
641
|
+
display: flex;
|
|
642
|
+
float: left;
|
|
643
|
+
align-items: center;
|
|
644
|
+
margin: 10px 0;
|
|
645
|
+
}
|
|
646
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__title___4dK49 {
|
|
647
|
+
padding-left: 10px;
|
|
648
|
+
}
|
|
649
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- {
|
|
650
|
+
float: right;
|
|
651
|
+
display: flex;
|
|
652
|
+
margin: 24px 0 24px 0;
|
|
653
|
+
}
|
|
654
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-icon___LlK8O {
|
|
655
|
+
background-image: url("/ecom-int/HeaderIcons/new_profile_icon1.svg");
|
|
656
|
+
background-repeat: no-repeat;
|
|
657
|
+
background-size: contain;
|
|
658
|
+
display: block;
|
|
659
|
+
height: 24px;
|
|
660
|
+
margin-right: 6px;
|
|
661
|
+
width: 24px;
|
|
662
|
+
}
|
|
663
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-name___Kh-fd {
|
|
664
|
+
color: #da291c;
|
|
665
|
+
font-weight: 700;
|
|
666
|
+
font-size: 18px;
|
|
667
|
+
line-height: 24px;
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
@media (max-width: 767px) {
|
|
671
|
+
.MinimizedHeader-module__outer___JOzJC {
|
|
856
672
|
background-color: #ffffff;
|
|
857
|
-
border:
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
673
|
+
border-top: 4px solid #da291c;
|
|
674
|
+
box-shadow: 0px 2px 4px rgba(87, 84, 82, 0.2);
|
|
675
|
+
height: 48px;
|
|
676
|
+
}
|
|
677
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X {
|
|
862
678
|
width: 100%;
|
|
679
|
+
display: inline-block;
|
|
863
680
|
}
|
|
864
|
-
.
|
|
865
|
-
|
|
681
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO {
|
|
682
|
+
display: flex;
|
|
683
|
+
float: left;
|
|
866
684
|
}
|
|
867
|
-
.
|
|
868
|
-
|
|
685
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__icon___wYr8J {
|
|
686
|
+
margin-top: 12px;
|
|
869
687
|
}
|
|
870
|
-
.
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
688
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__icon___wYr8J > img {
|
|
689
|
+
height: 24px;
|
|
690
|
+
width: 24px;
|
|
691
|
+
float: left;
|
|
692
|
+
}
|
|
693
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__title___4dK49 {
|
|
694
|
+
margin-top: 8px;
|
|
695
|
+
padding-left: 6px;
|
|
696
|
+
}
|
|
697
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__wrap___rUhGO .MinimizedHeader-module__title___4dK49 > img {
|
|
698
|
+
height: 20px;
|
|
699
|
+
}
|
|
700
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- {
|
|
701
|
+
float: right;
|
|
874
702
|
display: flex;
|
|
875
|
-
|
|
703
|
+
margin: 12px 0 12px 0;
|
|
876
704
|
}
|
|
877
|
-
.
|
|
878
|
-
|
|
879
|
-
|
|
705
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-icon___LlK8O {
|
|
706
|
+
background-image: url("/ecom-int/HeaderIcons/new_profile_icon1.svg");
|
|
707
|
+
background-repeat: no-repeat;
|
|
708
|
+
background-size: contain;
|
|
709
|
+
display: block;
|
|
710
|
+
height: 20px;
|
|
711
|
+
margin-right: 6px;
|
|
712
|
+
width: 20px;
|
|
713
|
+
}
|
|
714
|
+
.MinimizedHeader-module__outer___JOzJC .MinimizedHeader-module__align___yv11X .MinimizedHeader-module__after-login___-BGe- .MinimizedHeader-module__profile-name___Kh-fd {
|
|
715
|
+
color: #da291c;
|
|
716
|
+
font-weight: 700;
|
|
717
|
+
font-size: 18px;
|
|
718
|
+
line-height: 24px;
|
|
719
|
+
}
|
|
720
|
+
}
|
|
721
|
+
.MinimizedHeader-module__s20-header__version-number___vI9Rr {
|
|
722
|
+
position: fixed;
|
|
723
|
+
top: 0;
|
|
724
|
+
left: 0;
|
|
725
|
+
padding: 4px 8px;
|
|
726
|
+
font-size: 14px;
|
|
727
|
+
z-index: 10000;
|
|
728
|
+
color: #5f5955;
|
|
729
|
+
background: #ffffff;
|
|
730
|
+
}
|
|
731
|
+
@media (max-width: 850px) {
|
|
732
|
+
.MinimizedHeader-module__s20-header__version-number___vI9Rr {
|
|
733
|
+
padding: 0 4px;
|
|
734
|
+
font-size: 8px;
|
|
880
735
|
}
|
|
881
736
|
}
|
|
882
737
|
|
|
@@ -1298,6 +1153,151 @@
|
|
|
1298
1153
|
background-color: #1f1f1f;
|
|
1299
1154
|
}
|
|
1300
1155
|
|
|
1156
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/FalconHeader/LocaleSelector/LocaleSelector.module.scss */
|
|
1157
|
+
/* center a block element */
|
|
1158
|
+
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
1159
|
+
/* setting styles in separate formats for cross browser support */
|
|
1160
|
+
/* specify the max width for an element and apply ellipses and truncate the overflow */
|
|
1161
|
+
/* vertically center alilgn any HTML element */
|
|
1162
|
+
/* add basePath to assets */
|
|
1163
|
+
.LocaleSelector-module__button___0LEXR {
|
|
1164
|
+
position: relative;
|
|
1165
|
+
}
|
|
1166
|
+
.LocaleSelector-module__button___0LEXR button {
|
|
1167
|
+
background-color: transparent;
|
|
1168
|
+
color: #3d3935;
|
|
1169
|
+
border: 0;
|
|
1170
|
+
border-radius: 4px;
|
|
1171
|
+
padding-bottom: 5px;
|
|
1172
|
+
cursor: pointer;
|
|
1173
|
+
height: 42px;
|
|
1174
|
+
font-size: 14px;
|
|
1175
|
+
line-height: 20px;
|
|
1176
|
+
width: 100%;
|
|
1177
|
+
}
|
|
1178
|
+
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__chevron___o3l3R {
|
|
1179
|
+
background-position: center center;
|
|
1180
|
+
background-repeat: no-repeat;
|
|
1181
|
+
height: 8px;
|
|
1182
|
+
margin-left: 10px;
|
|
1183
|
+
margin-top: 2px;
|
|
1184
|
+
transition: transform 0.2s ease, -webkit-transform 0.2s ease;
|
|
1185
|
+
width: 14px;
|
|
1186
|
+
}
|
|
1187
|
+
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__chevron___o3l3R.active {
|
|
1188
|
+
-webkit-transform: rotate(-180deg);
|
|
1189
|
+
-moz-transform: rotate(-180deg);
|
|
1190
|
+
-o-transform: rotate(-180deg);
|
|
1191
|
+
transform: rotate(-180deg);
|
|
1192
|
+
}
|
|
1193
|
+
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta {
|
|
1194
|
+
padding: 24px 32px;
|
|
1195
|
+
background-color: #ffffff;
|
|
1196
|
+
transform: matrix(1, 0, 0, 1, -96.6667, 0) translateY(0px) translateX(-57px) !important;
|
|
1197
|
+
}
|
|
1198
|
+
@media (max-width: 1023px) {
|
|
1199
|
+
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta {
|
|
1200
|
+
transform: matrix(1, 0, 0, 1, -96.6667, 0) translateY(0px) translateX(7px) !important;
|
|
1201
|
+
}
|
|
1202
|
+
}
|
|
1203
|
+
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta {
|
|
1204
|
+
box-shadow: 0px 20px 30px -8px rgba(87, 84, 82, 0.4);
|
|
1205
|
+
border-radius: 0px 0px 8px 8px;
|
|
1206
|
+
margin-bottom: 4px;
|
|
1207
|
+
white-space: nowrap;
|
|
1208
|
+
position: absolute;
|
|
1209
|
+
z-index: 100;
|
|
1210
|
+
-webkit-transform: translateX(-50%);
|
|
1211
|
+
-moz-transform: translateX(-50%);
|
|
1212
|
+
-o-transform: translateX(-50%);
|
|
1213
|
+
transform: translateX(-50%);
|
|
1214
|
+
}
|
|
1215
|
+
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE:not(:first-child) {
|
|
1216
|
+
margin-left: 0 !important;
|
|
1217
|
+
}
|
|
1218
|
+
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE.active {
|
|
1219
|
+
font-weight: bold;
|
|
1220
|
+
}
|
|
1221
|
+
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE.active a {
|
|
1222
|
+
color: #da291c;
|
|
1223
|
+
}
|
|
1224
|
+
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE.active a::before {
|
|
1225
|
+
content: none !important;
|
|
1226
|
+
display: none !important;
|
|
1227
|
+
}
|
|
1228
|
+
.LocaleSelector-module__button___0LEXR .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE.active a:before {
|
|
1229
|
+
display: none !important;
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
.LocaleSelector-module__button___0LEXR.LocaleSelector-module__black-friday___j6YP0 button {
|
|
1233
|
+
color: #ffffff;
|
|
1234
|
+
}
|
|
1235
|
+
@media (max-width: 1023px) {
|
|
1236
|
+
.LocaleSelector-module__button___0LEXR.LocaleSelector-module__black-friday___j6YP0 button {
|
|
1237
|
+
background-color: #1f1f1f;
|
|
1238
|
+
}
|
|
1239
|
+
}
|
|
1240
|
+
.LocaleSelector-module__button___0LEXR.LocaleSelector-module__black-friday___j6YP0 .LocaleSelector-module__chevron___o3l3R {
|
|
1241
|
+
filter: brightness(0) invert(0.9);
|
|
1242
|
+
}
|
|
1243
|
+
.LocaleSelector-module__button___0LEXR.LocaleSelector-module__black-friday___j6YP0 .LocaleSelector-module__pop-up___HV8Ta {
|
|
1244
|
+
background-color: #1f1f1f;
|
|
1245
|
+
box-shadow: 0px 20px 30px -8px rgba(0, 0, 0, 0.5);
|
|
1246
|
+
}
|
|
1247
|
+
.LocaleSelector-module__button___0LEXR.LocaleSelector-module__black-friday___j6YP0 .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE a {
|
|
1248
|
+
color: #ffffff;
|
|
1249
|
+
}
|
|
1250
|
+
.LocaleSelector-module__button___0LEXR.LocaleSelector-module__black-friday___j6YP0 .LocaleSelector-module__pop-up___HV8Ta .LocaleSelector-module__list-item___JVlRE.active a {
|
|
1251
|
+
color: #da291c;
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
.LocaleSelector-module__list-item___JVlRE a {
|
|
1255
|
+
font-size: 16px !important;
|
|
1256
|
+
line-height: 24px !important;
|
|
1257
|
+
display: flex;
|
|
1258
|
+
padding: 0 !important;
|
|
1259
|
+
}
|
|
1260
|
+
.LocaleSelector-module__list-item___JVlRE a span {
|
|
1261
|
+
margin: 10px 0 !important;
|
|
1262
|
+
}
|
|
1263
|
+
.LocaleSelector-module__list-item___JVlRE a::before {
|
|
1264
|
+
content: none;
|
|
1265
|
+
display: none !important;
|
|
1266
|
+
}
|
|
1267
|
+
|
|
1268
|
+
@media (max-width: 1023px) {
|
|
1269
|
+
.LocaleSelector-module__button___0LEXR {
|
|
1270
|
+
color: #575452;
|
|
1271
|
+
position: relative;
|
|
1272
|
+
}
|
|
1273
|
+
.LocaleSelector-module__button___0LEXR button {
|
|
1274
|
+
background-color: #ffffff;
|
|
1275
|
+
border: 0;
|
|
1276
|
+
border-radius: 4px;
|
|
1277
|
+
cursor: pointer;
|
|
1278
|
+
font-size: 14px;
|
|
1279
|
+
line-height: 20px;
|
|
1280
|
+
width: 100%;
|
|
1281
|
+
}
|
|
1282
|
+
.LocaleSelector-module__pop-up___HV8Ta {
|
|
1283
|
+
padding: 0px 12px !important;
|
|
1284
|
+
}
|
|
1285
|
+
.LocaleSelector-module__pop-up___HV8Ta img {
|
|
1286
|
+
padding-left: 12px;
|
|
1287
|
+
}
|
|
1288
|
+
.LocaleSelector-module__list-item___JVlRE a {
|
|
1289
|
+
font-size: 16px;
|
|
1290
|
+
line-height: 24px;
|
|
1291
|
+
font-weight: 400;
|
|
1292
|
+
display: flex;
|
|
1293
|
+
padding: 10px 12px;
|
|
1294
|
+
}
|
|
1295
|
+
.LocaleSelector-module__list-item___JVlRE a::before {
|
|
1296
|
+
content: none;
|
|
1297
|
+
display: none !important;
|
|
1298
|
+
}
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
1301
|
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/MobileNavigation/MobileSubNavigation/MobileSubNavigation.module.scss */
|
|
1302
1302
|
/* center a block element */
|
|
1303
1303
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|