@sunrise-upc/sales-static-components 3.7.8-beta.2 → 3.7.8-beta.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/navigation.css +399 -364
- package/package.json +1 -1
package/dist/navigation.css
CHANGED
|
@@ -132,177 +132,6 @@
|
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
|
|
135
|
-
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/NavigationMenuItem/NavigationMenuItem.module.scss */
|
|
136
|
-
/* center a block element */
|
|
137
|
-
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
138
|
-
/* setting styles in separate formats for cross browser support */
|
|
139
|
-
/* specify the max width for an element and apply ellipses and truncate the overflow */
|
|
140
|
-
/* vertically center alilgn any HTML element */
|
|
141
|
-
/* add basePath to assets */
|
|
142
|
-
.NavigationMenuItem-module__nav-link___ZDsjB {
|
|
143
|
-
font-size: 16px;
|
|
144
|
-
line-height: 24px;
|
|
145
|
-
margin-right: 6px;
|
|
146
|
-
}
|
|
147
|
-
.NavigationMenuItem-module__nav-link___ZDsjB .NavigationMenuItem-module__outer___5QxvG {
|
|
148
|
-
padding: 10px 4px;
|
|
149
|
-
display: flex;
|
|
150
|
-
align-items: center;
|
|
151
|
-
gap: 8px;
|
|
152
|
-
}
|
|
153
|
-
.NavigationMenuItem-module__nav-link___ZDsjB .NavigationMenuItem-module__outer___5QxvG img {
|
|
154
|
-
flex-shrink: 0;
|
|
155
|
-
height: 24px;
|
|
156
|
-
width: 24px;
|
|
157
|
-
}
|
|
158
|
-
.NavigationMenuItem-module__nav-link___ZDsjB .NavigationMenuItem-module__menu-icon___9BnYz {
|
|
159
|
-
filter: none;
|
|
160
|
-
}
|
|
161
|
-
.NavigationMenuItem-module__nav-link___ZDsjB.sunrise-bold div {
|
|
162
|
-
color: #3d3935;
|
|
163
|
-
background-color: #f7f6f5;
|
|
164
|
-
border-radius: 8px;
|
|
165
|
-
}
|
|
166
|
-
.NavigationMenuItem-module__nav-link___ZDsjB.sunrise-bold div img {
|
|
167
|
-
padding-left: unset;
|
|
168
|
-
padding-right: 4px;
|
|
169
|
-
transform: rotate(-180deg);
|
|
170
|
-
}
|
|
171
|
-
.NavigationMenuItem-module__nav-link___ZDsjB.NavigationMenuItem-module__inverted___JCI48 {
|
|
172
|
-
color: #ffffff;
|
|
173
|
-
}
|
|
174
|
-
.NavigationMenuItem-module__nav-link___ZDsjB.NavigationMenuItem-module__inverted___JCI48 .NavigationMenuItem-module__menu-icon___9BnYz {
|
|
175
|
-
filter: brightness(0) invert(0.9);
|
|
176
|
-
}
|
|
177
|
-
.NavigationMenuItem-module__nav-link___ZDsjB.NavigationMenuItem-module__inverted___JCI48.sunrise-bold div {
|
|
178
|
-
color: #ffffff;
|
|
179
|
-
background-color: #1f1f1f;
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
.active-item .NavigationMenuItem-module__submenu___cWv9X {
|
|
183
|
-
-webkit-transform: translateY(0);
|
|
184
|
-
-moz-transform: translateY(0);
|
|
185
|
-
-o-transform: translateY(0);
|
|
186
|
-
transform: translateY(0);
|
|
187
|
-
transition-delay: 0.3s;
|
|
188
|
-
visibility: visible;
|
|
189
|
-
border-radius: 0px 0px 8px 8px;
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
.NavigationMenuItem-module__submenu___cWv9X {
|
|
193
|
-
background-color: #ffffff;
|
|
194
|
-
display: block;
|
|
195
|
-
left: 60%;
|
|
196
|
-
margin-left: -58%;
|
|
197
|
-
margin-top: -16px;
|
|
198
|
-
position: absolute;
|
|
199
|
-
top: 85px;
|
|
200
|
-
font-size: 16px;
|
|
201
|
-
line-height: 20px;
|
|
202
|
-
-webkit-transform: translateY(-100%);
|
|
203
|
-
-moz-transform: translateY(-100%);
|
|
204
|
-
-o-transform: translateY(-100%);
|
|
205
|
-
transform: translateY(-100%);
|
|
206
|
-
visibility: hidden;
|
|
207
|
-
}
|
|
208
|
-
|
|
209
|
-
.NavigationMenuItem-module__submenu___cWv9X.NavigationMenuItem-module__inverted___JCI48 {
|
|
210
|
-
background-color: #1f1f1f;
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
.NavigationMenuItem-module__out___rzlPg {
|
|
214
|
-
position: relative;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/MobileNavigation/MobileNavigation.module.scss */
|
|
218
|
-
/* center a block element */
|
|
219
|
-
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
220
|
-
/* setting styles in separate formats for cross browser support */
|
|
221
|
-
/* specify the max width for an element and apply ellipses and truncate the overflow */
|
|
222
|
-
/* vertically center alilgn any HTML element */
|
|
223
|
-
/* add basePath to assets */
|
|
224
|
-
.MobileNavigation-module__container___apq4z {
|
|
225
|
-
background-color: #ffffff;
|
|
226
|
-
}
|
|
227
|
-
@media (max-width: 1023px) {
|
|
228
|
-
.MobileNavigation-module__container___apq4z {
|
|
229
|
-
background-color: #f8f8f8;
|
|
230
|
-
}
|
|
231
|
-
}
|
|
232
|
-
.MobileNavigation-module__container___apq4z {
|
|
233
|
-
left: 0;
|
|
234
|
-
min-height: calc(100vh - 50px);
|
|
235
|
-
position: absolute;
|
|
236
|
-
-webkit-transform: translateY(-100%);
|
|
237
|
-
-moz-transform: translateY(-100%);
|
|
238
|
-
-o-transform: translateY(-100%);
|
|
239
|
-
transform: translateY(-100%);
|
|
240
|
-
transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
|
|
241
|
-
transition: transform 0.3s ease, visibility 0.3s ease;
|
|
242
|
-
transition: transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
|
|
243
|
-
visibility: hidden;
|
|
244
|
-
width: 100%;
|
|
245
|
-
z-index: 10;
|
|
246
|
-
}
|
|
247
|
-
.MobileNavigation-module__container___apq4z .MobileNavigation-module__content___MW3Pm {
|
|
248
|
-
height: calc(100vh - 47px);
|
|
249
|
-
overflow-y: auto;
|
|
250
|
-
padding-top: 16px;
|
|
251
|
-
padding-bottom: 16px;
|
|
252
|
-
}
|
|
253
|
-
.MobileNavigation-module__container___apq4z .MobileNavigation-module__content___MW3Pm .MobileNavigation-module__outer___M5sp- {
|
|
254
|
-
margin-top: 24px;
|
|
255
|
-
}
|
|
256
|
-
.MobileNavigation-module__container___apq4z .MobileNavigation-module__header-top___TGURc {
|
|
257
|
-
margin-top: 20px;
|
|
258
|
-
}
|
|
259
|
-
.MobileNavigation-module__container___apq4z .MobileNavigation-module__header-top___TGURc .MobileNavigation-module__header-links___3DUqQ a {
|
|
260
|
-
background-color: #ffffff;
|
|
261
|
-
font-size: 16px;
|
|
262
|
-
line-height: 24px;
|
|
263
|
-
display: flex;
|
|
264
|
-
height: auto;
|
|
265
|
-
padding: 10px;
|
|
266
|
-
margin-bottom: 4px;
|
|
267
|
-
color: #333333;
|
|
268
|
-
}
|
|
269
|
-
.MobileNavigation-module__container___apq4z .MobileNavigation-module__header-top___TGURc .MobileNavigation-module__header-links___3DUqQ.MobileNavigation-module__new-style___z9paT a {
|
|
270
|
-
border: 1px solid #e8e8e8;
|
|
271
|
-
}
|
|
272
|
-
.MobileNavigation-module__container___apq4z .MobileNavigation-module__header-top___TGURc .MobileNavigation-module__header-links___3DUqQ img {
|
|
273
|
-
margin-left: 12px;
|
|
274
|
-
}
|
|
275
|
-
.MobileNavigation-module__container___apq4z .MobileNavigation-module__profile___XTDNT {
|
|
276
|
-
border-bottom: 2px solid #f8f8f8;
|
|
277
|
-
border-top: 2px solid #f8f8f8;
|
|
278
|
-
}
|
|
279
|
-
|
|
280
|
-
.MobileNavigation-module__container___apq4z.MobileNavigation-module__inverted___MwrvI {
|
|
281
|
-
background-color: #111111;
|
|
282
|
-
}
|
|
283
|
-
@media (max-width: 1023px) {
|
|
284
|
-
.MobileNavigation-module__container___apq4z.MobileNavigation-module__inverted___MwrvI {
|
|
285
|
-
background-color: #111111;
|
|
286
|
-
}
|
|
287
|
-
}
|
|
288
|
-
.MobileNavigation-module__container___apq4z.MobileNavigation-module__inverted___MwrvI .MobileNavigation-module__header-top___TGURc .MobileNavigation-module__header-links___3DUqQ a {
|
|
289
|
-
background-color: #1f1f1f;
|
|
290
|
-
color: #ffffff;
|
|
291
|
-
border: 1px solid #2c2c2c;
|
|
292
|
-
}
|
|
293
|
-
.MobileNavigation-module__container___apq4z.MobileNavigation-module__inverted___MwrvI .MobileNavigation-module__profile___XTDNT {
|
|
294
|
-
border-bottom: 2px solid #2c2c2c;
|
|
295
|
-
border-top: 2px solid #2c2c2c;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
.mob-nav-expand .MobileNavigation-module__container___apq4z {
|
|
299
|
-
-webkit-transform: translateY(0);
|
|
300
|
-
-moz-transform: translateY(0);
|
|
301
|
-
-o-transform: translateY(0);
|
|
302
|
-
transform: translateY(0);
|
|
303
|
-
visibility: visible;
|
|
304
|
-
}
|
|
305
|
-
|
|
306
135
|
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/FalconMainNavigation.module.scss */
|
|
307
136
|
/* center a block element */
|
|
308
137
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
@@ -562,21 +391,348 @@
|
|
|
562
391
|
color: #ffffff;
|
|
563
392
|
}
|
|
564
393
|
|
|
565
|
-
.FalconMainNavigation-module__s20-header__version-number___sPVVP {
|
|
566
|
-
position: fixed;
|
|
567
|
-
top: 0;
|
|
568
|
-
left: 0;
|
|
569
|
-
padding: 4px 8px;
|
|
570
|
-
font-size: 14px;
|
|
571
|
-
z-index: 10000;
|
|
572
|
-
color: #5f5955;
|
|
573
|
-
background: #ffffff;
|
|
394
|
+
.FalconMainNavigation-module__s20-header__version-number___sPVVP {
|
|
395
|
+
position: fixed;
|
|
396
|
+
top: 0;
|
|
397
|
+
left: 0;
|
|
398
|
+
padding: 4px 8px;
|
|
399
|
+
font-size: 14px;
|
|
400
|
+
z-index: 10000;
|
|
401
|
+
color: #5f5955;
|
|
402
|
+
background: #ffffff;
|
|
403
|
+
}
|
|
404
|
+
@media (max-width: 850px) {
|
|
405
|
+
.FalconMainNavigation-module__s20-header__version-number___sPVVP {
|
|
406
|
+
padding: 0 4px;
|
|
407
|
+
font-size: 8px;
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/ResponsiveRow/row.module.scss */
|
|
412
|
+
/* center a block element */
|
|
413
|
+
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
414
|
+
/* setting styles in separate formats for cross browser support */
|
|
415
|
+
/* specify the max width for an element and apply ellipses and truncate the overflow */
|
|
416
|
+
/* vertically center alilgn any HTML element */
|
|
417
|
+
/* add basePath to assets */
|
|
418
|
+
.row-module__sr-def-row___us1ph {
|
|
419
|
+
margin-left: auto;
|
|
420
|
+
margin-right: auto;
|
|
421
|
+
padding-left: 16px;
|
|
422
|
+
padding-right: 16px;
|
|
423
|
+
max-width: 1308px;
|
|
424
|
+
width: 100%;
|
|
425
|
+
}
|
|
426
|
+
.row-module__sr-def-row___us1ph .row-module__sr-def-row___us1ph {
|
|
427
|
+
padding: 0px;
|
|
428
|
+
max-width: 100%;
|
|
429
|
+
}
|
|
430
|
+
@media (min-width: 1024px) and (max-width: 1439px) {
|
|
431
|
+
.row-module__sr-def-row___us1ph {
|
|
432
|
+
max-width: 972px;
|
|
433
|
+
}
|
|
434
|
+
}
|
|
435
|
+
@media (min-width: 768px) and (max-width: 1023px) {
|
|
436
|
+
.row-module__sr-def-row___us1ph {
|
|
437
|
+
max-width: 720px;
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
@media (max-width: 767px) {
|
|
441
|
+
.row-module__sr-def-row___us1ph {
|
|
442
|
+
max-width: 100%;
|
|
443
|
+
}
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/MobileNavigation/MobileNavigation.module.scss */
|
|
447
|
+
/* center a block element */
|
|
448
|
+
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
449
|
+
/* setting styles in separate formats for cross browser support */
|
|
450
|
+
/* specify the max width for an element and apply ellipses and truncate the overflow */
|
|
451
|
+
/* vertically center alilgn any HTML element */
|
|
452
|
+
/* add basePath to assets */
|
|
453
|
+
.MobileNavigation-module__container___apq4z {
|
|
454
|
+
background-color: #ffffff;
|
|
455
|
+
}
|
|
456
|
+
@media (max-width: 1023px) {
|
|
457
|
+
.MobileNavigation-module__container___apq4z {
|
|
458
|
+
background-color: #f8f8f8;
|
|
459
|
+
}
|
|
460
|
+
}
|
|
461
|
+
.MobileNavigation-module__container___apq4z {
|
|
462
|
+
left: 0;
|
|
463
|
+
min-height: calc(100vh - 50px);
|
|
464
|
+
position: absolute;
|
|
465
|
+
-webkit-transform: translateY(-100%);
|
|
466
|
+
-moz-transform: translateY(-100%);
|
|
467
|
+
-o-transform: translateY(-100%);
|
|
468
|
+
transform: translateY(-100%);
|
|
469
|
+
transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
|
|
470
|
+
transition: transform 0.3s ease, visibility 0.3s ease;
|
|
471
|
+
transition: transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
|
|
472
|
+
visibility: hidden;
|
|
473
|
+
width: 100%;
|
|
474
|
+
z-index: 10;
|
|
475
|
+
}
|
|
476
|
+
.MobileNavigation-module__container___apq4z .MobileNavigation-module__content___MW3Pm {
|
|
477
|
+
height: calc(100vh - 47px);
|
|
478
|
+
overflow-y: auto;
|
|
479
|
+
padding-top: 16px;
|
|
480
|
+
padding-bottom: 16px;
|
|
481
|
+
}
|
|
482
|
+
.MobileNavigation-module__container___apq4z .MobileNavigation-module__content___MW3Pm .MobileNavigation-module__outer___M5sp- {
|
|
483
|
+
margin-top: 24px;
|
|
484
|
+
}
|
|
485
|
+
.MobileNavigation-module__container___apq4z .MobileNavigation-module__header-top___TGURc {
|
|
486
|
+
margin-top: 20px;
|
|
487
|
+
}
|
|
488
|
+
.MobileNavigation-module__container___apq4z .MobileNavigation-module__header-top___TGURc .MobileNavigation-module__header-links___3DUqQ a {
|
|
489
|
+
background-color: #ffffff;
|
|
490
|
+
font-size: 16px;
|
|
491
|
+
line-height: 24px;
|
|
492
|
+
display: flex;
|
|
493
|
+
height: auto;
|
|
494
|
+
padding: 10px;
|
|
495
|
+
margin-bottom: 4px;
|
|
496
|
+
color: #333333;
|
|
497
|
+
}
|
|
498
|
+
.MobileNavigation-module__container___apq4z .MobileNavigation-module__header-top___TGURc .MobileNavigation-module__header-links___3DUqQ.MobileNavigation-module__new-style___z9paT a {
|
|
499
|
+
border: 1px solid #e8e8e8;
|
|
500
|
+
}
|
|
501
|
+
.MobileNavigation-module__container___apq4z .MobileNavigation-module__header-top___TGURc .MobileNavigation-module__header-links___3DUqQ img {
|
|
502
|
+
margin-left: 12px;
|
|
503
|
+
}
|
|
504
|
+
.MobileNavigation-module__container___apq4z .MobileNavigation-module__profile___XTDNT {
|
|
505
|
+
border-bottom: 2px solid #f8f8f8;
|
|
506
|
+
border-top: 2px solid #f8f8f8;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
.MobileNavigation-module__container___apq4z.MobileNavigation-module__inverted___MwrvI {
|
|
510
|
+
background-color: #111111;
|
|
511
|
+
}
|
|
512
|
+
@media (max-width: 1023px) {
|
|
513
|
+
.MobileNavigation-module__container___apq4z.MobileNavigation-module__inverted___MwrvI {
|
|
514
|
+
background-color: #111111;
|
|
515
|
+
}
|
|
516
|
+
}
|
|
517
|
+
.MobileNavigation-module__container___apq4z.MobileNavigation-module__inverted___MwrvI .MobileNavigation-module__header-top___TGURc .MobileNavigation-module__header-links___3DUqQ a {
|
|
518
|
+
background-color: #1f1f1f;
|
|
519
|
+
color: #ffffff;
|
|
520
|
+
border: 1px solid #2c2c2c;
|
|
521
|
+
}
|
|
522
|
+
.MobileNavigation-module__container___apq4z.MobileNavigation-module__inverted___MwrvI .MobileNavigation-module__profile___XTDNT {
|
|
523
|
+
border-bottom: 2px solid #2c2c2c;
|
|
524
|
+
border-top: 2px solid #2c2c2c;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
.mob-nav-expand .MobileNavigation-module__container___apq4z {
|
|
528
|
+
-webkit-transform: translateY(0);
|
|
529
|
+
-moz-transform: translateY(0);
|
|
530
|
+
-o-transform: translateY(0);
|
|
531
|
+
transform: translateY(0);
|
|
532
|
+
visibility: visible;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/InteractiveHamburger/InteractiveHamburger.module.scss */
|
|
536
|
+
/* center a block element */
|
|
537
|
+
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
538
|
+
/* setting styles in separate formats for cross browser support */
|
|
539
|
+
/* specify the max width for an element and apply ellipses and truncate the overflow */
|
|
540
|
+
/* vertically center alilgn any HTML element */
|
|
541
|
+
/* add basePath to assets */
|
|
542
|
+
.InteractiveHamburger-module__container___UPh6b .InteractiveHamburger-module__hamburger___fUISu {
|
|
543
|
+
-webkit-align-items: center;
|
|
544
|
+
-moz-align-items: center;
|
|
545
|
+
-o-align-items: center;
|
|
546
|
+
align-items: center;
|
|
547
|
+
cursor: pointer;
|
|
548
|
+
display: flex;
|
|
549
|
+
flex-direction: column;
|
|
550
|
+
height: 18px;
|
|
551
|
+
justify-content: space-between;
|
|
552
|
+
width: 26px;
|
|
553
|
+
}
|
|
554
|
+
.InteractiveHamburger-module__container___UPh6b .InteractiveHamburger-module__hamburger___fUISu .InteractiveHamburger-module__hamburger-line___xZnuw {
|
|
555
|
+
background-color: #575452;
|
|
556
|
+
border-radius: 4px;
|
|
557
|
+
height: 2px;
|
|
558
|
+
opacity: 1;
|
|
559
|
+
position: relative;
|
|
560
|
+
-webkit-transform: scale(1);
|
|
561
|
+
-moz-transform: scale(1);
|
|
562
|
+
-o-transform: scale(1);
|
|
563
|
+
transform: scale(1);
|
|
564
|
+
transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
565
|
+
width: 26px;
|
|
566
|
+
}
|
|
567
|
+
.InteractiveHamburger-module__container___UPh6b.InteractiveHamburger-module__active___0fZ1l .InteractiveHamburger-module__hamburger___fUISu {
|
|
568
|
+
justify-content: center;
|
|
569
|
+
background-repeat: no-repeat;
|
|
570
|
+
background-size: contain;
|
|
571
|
+
cursor: pointer;
|
|
572
|
+
display: block;
|
|
573
|
+
height: 24px;
|
|
574
|
+
width: 24px;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/NavigationMenuItem/NavigationMenuItem.module.scss */
|
|
578
|
+
/* center a block element */
|
|
579
|
+
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
580
|
+
/* setting styles in separate formats for cross browser support */
|
|
581
|
+
/* specify the max width for an element and apply ellipses and truncate the overflow */
|
|
582
|
+
/* vertically center alilgn any HTML element */
|
|
583
|
+
/* add basePath to assets */
|
|
584
|
+
.NavigationMenuItem-module__nav-link___ZDsjB {
|
|
585
|
+
font-size: 16px;
|
|
586
|
+
line-height: 24px;
|
|
587
|
+
margin-right: 6px;
|
|
588
|
+
}
|
|
589
|
+
.NavigationMenuItem-module__nav-link___ZDsjB .NavigationMenuItem-module__outer___5QxvG {
|
|
590
|
+
padding: 10px 4px;
|
|
591
|
+
display: flex;
|
|
592
|
+
align-items: center;
|
|
593
|
+
gap: 8px;
|
|
594
|
+
}
|
|
595
|
+
.NavigationMenuItem-module__nav-link___ZDsjB .NavigationMenuItem-module__outer___5QxvG img {
|
|
596
|
+
flex-shrink: 0;
|
|
597
|
+
height: 24px;
|
|
598
|
+
width: 24px;
|
|
599
|
+
}
|
|
600
|
+
.NavigationMenuItem-module__nav-link___ZDsjB .NavigationMenuItem-module__menu-icon___9BnYz {
|
|
601
|
+
filter: none;
|
|
602
|
+
}
|
|
603
|
+
.NavigationMenuItem-module__nav-link___ZDsjB.sunrise-bold div {
|
|
604
|
+
color: #3d3935;
|
|
605
|
+
background-color: #f7f6f5;
|
|
606
|
+
border-radius: 8px;
|
|
607
|
+
}
|
|
608
|
+
.NavigationMenuItem-module__nav-link___ZDsjB.sunrise-bold div img {
|
|
609
|
+
padding-left: unset;
|
|
610
|
+
padding-right: 4px;
|
|
611
|
+
transform: rotate(-180deg);
|
|
612
|
+
}
|
|
613
|
+
.NavigationMenuItem-module__nav-link___ZDsjB.NavigationMenuItem-module__inverted___JCI48 {
|
|
614
|
+
color: #ffffff;
|
|
615
|
+
}
|
|
616
|
+
.NavigationMenuItem-module__nav-link___ZDsjB.NavigationMenuItem-module__inverted___JCI48 .NavigationMenuItem-module__menu-icon___9BnYz {
|
|
617
|
+
filter: brightness(0) invert(0.9);
|
|
618
|
+
}
|
|
619
|
+
.NavigationMenuItem-module__nav-link___ZDsjB.NavigationMenuItem-module__inverted___JCI48.sunrise-bold div {
|
|
620
|
+
color: #ffffff;
|
|
621
|
+
background-color: #1f1f1f;
|
|
622
|
+
}
|
|
623
|
+
|
|
624
|
+
.active-item .NavigationMenuItem-module__submenu___cWv9X {
|
|
625
|
+
-webkit-transform: translateY(0);
|
|
626
|
+
-moz-transform: translateY(0);
|
|
627
|
+
-o-transform: translateY(0);
|
|
628
|
+
transform: translateY(0);
|
|
629
|
+
transition-delay: 0.3s;
|
|
630
|
+
visibility: visible;
|
|
631
|
+
border-radius: 0px 0px 8px 8px;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
.NavigationMenuItem-module__submenu___cWv9X {
|
|
635
|
+
background-color: #ffffff;
|
|
636
|
+
display: block;
|
|
637
|
+
left: 60%;
|
|
638
|
+
margin-left: -58%;
|
|
639
|
+
margin-top: -16px;
|
|
640
|
+
position: absolute;
|
|
641
|
+
top: 85px;
|
|
642
|
+
font-size: 16px;
|
|
643
|
+
line-height: 20px;
|
|
644
|
+
-webkit-transform: translateY(-100%);
|
|
645
|
+
-moz-transform: translateY(-100%);
|
|
646
|
+
-o-transform: translateY(-100%);
|
|
647
|
+
transform: translateY(-100%);
|
|
648
|
+
visibility: hidden;
|
|
649
|
+
}
|
|
650
|
+
|
|
651
|
+
.NavigationMenuItem-module__submenu___cWv9X.NavigationMenuItem-module__inverted___JCI48 {
|
|
652
|
+
background-color: #1f1f1f;
|
|
653
|
+
}
|
|
654
|
+
|
|
655
|
+
.NavigationMenuItem-module__out___rzlPg {
|
|
656
|
+
position: relative;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/FalconHeader/FalconHeader.module.scss */
|
|
660
|
+
/* center a block element */
|
|
661
|
+
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
662
|
+
/* setting styles in separate formats for cross browser support */
|
|
663
|
+
/* specify the max width for an element and apply ellipses and truncate the overflow */
|
|
664
|
+
/* vertically center alilgn any HTML element */
|
|
665
|
+
/* add basePath to assets */
|
|
666
|
+
.FalconHeader-module__outer___cpG-W {
|
|
667
|
+
padding: 14px 0 18px;
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
.FalconHeader-module__container___r3bIZ {
|
|
671
|
+
-webkit-transition: all 1s ease-out;
|
|
672
|
+
transition: all 1s ease-out;
|
|
673
|
+
background-color: #f7f6f5;
|
|
674
|
+
font-size: 14px;
|
|
675
|
+
line-height: 18px;
|
|
676
|
+
font-weight: 700;
|
|
677
|
+
max-height: 60px;
|
|
678
|
+
min-height: 3px;
|
|
679
|
+
opacity: 1;
|
|
680
|
+
width: 100%;
|
|
681
|
+
padding-top: 4px;
|
|
682
|
+
}
|
|
683
|
+
.FalconHeader-module__container___r3bIZ.FalconHeader-module__scroll-break___XIx2- {
|
|
684
|
+
opacity: 1;
|
|
685
|
+
background-color: #da291c;
|
|
686
|
+
-webkit-transition: all 1s ease-out;
|
|
687
|
+
transition: all 1s ease-out;
|
|
688
|
+
}
|
|
689
|
+
@media (max-width: 1023px) {
|
|
690
|
+
.FalconHeader-module__container___r3bIZ {
|
|
691
|
+
background-color: #da291c;
|
|
692
|
+
min-height: 4px;
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
.FalconHeader-module__container___r3bIZ :not(:first-child) {
|
|
696
|
+
margin-left: 20px;
|
|
697
|
+
}
|
|
698
|
+
.FalconHeader-module__container___r3bIZ .FalconHeader-module__menu-top___OLbuL {
|
|
699
|
+
margin-left: 100px;
|
|
700
|
+
}
|
|
701
|
+
.FalconHeader-module__container___r3bIZ .FalconHeader-module__menu1___VHXos {
|
|
702
|
+
float: left;
|
|
703
|
+
color: #3d3935;
|
|
704
|
+
font-weight: 400;
|
|
705
|
+
font-size: 14px;
|
|
706
|
+
line-height: 20px;
|
|
707
|
+
display: block;
|
|
708
|
+
height: 30px;
|
|
709
|
+
text-decoration: none;
|
|
710
|
+
}
|
|
711
|
+
.FalconHeader-module__container___r3bIZ .FalconHeader-module__menu1___VHXos:hover {
|
|
712
|
+
text-decoration: none;
|
|
713
|
+
}
|
|
714
|
+
.FalconHeader-module__container___r3bIZ .FalconHeader-module__menu___BInxX {
|
|
715
|
+
float: right;
|
|
716
|
+
}
|
|
717
|
+
.FalconHeader-module__container___r3bIZ .FalconHeader-module__menu___BInxX a {
|
|
718
|
+
color: #3d3935;
|
|
719
|
+
font-weight: 400;
|
|
720
|
+
font-size: 14px;
|
|
721
|
+
line-height: 20px;
|
|
722
|
+
display: block;
|
|
723
|
+
margin-bottom: 4px;
|
|
724
|
+
text-decoration: none;
|
|
725
|
+
}
|
|
726
|
+
.FalconHeader-module__container___r3bIZ .FalconHeader-module__menu___BInxX a:hover {
|
|
727
|
+
text-decoration: none;
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
.FalconHeader-module__container___r3bIZ.FalconHeader-module__black-friday___ChUdJ {
|
|
731
|
+
background-color: #111111;
|
|
574
732
|
}
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
font-size: 8px;
|
|
579
|
-
}
|
|
733
|
+
.FalconHeader-module__container___r3bIZ.FalconHeader-module__black-friday___ChUdJ .FalconHeader-module__menu1___VHXos,
|
|
734
|
+
.FalconHeader-module__container___r3bIZ.FalconHeader-module__black-friday___ChUdJ .FalconHeader-module__menu___BInxX a {
|
|
735
|
+
color: #ffffff;
|
|
580
736
|
}
|
|
581
737
|
|
|
582
738
|
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/ProfileLinkOut/ProfileLinkOut.module.scss */
|
|
@@ -772,127 +928,6 @@
|
|
|
772
928
|
}
|
|
773
929
|
}
|
|
774
930
|
|
|
775
|
-
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/FalconHeader/FalconHeader.module.scss */
|
|
776
|
-
/* center a block element */
|
|
777
|
-
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
778
|
-
/* setting styles in separate formats for cross browser support */
|
|
779
|
-
/* specify the max width for an element and apply ellipses and truncate the overflow */
|
|
780
|
-
/* vertically center alilgn any HTML element */
|
|
781
|
-
/* add basePath to assets */
|
|
782
|
-
.FalconHeader-module__outer___cpG-W {
|
|
783
|
-
padding: 14px 0 18px;
|
|
784
|
-
}
|
|
785
|
-
|
|
786
|
-
.FalconHeader-module__container___r3bIZ {
|
|
787
|
-
-webkit-transition: all 1s ease-out;
|
|
788
|
-
transition: all 1s ease-out;
|
|
789
|
-
background-color: #f7f6f5;
|
|
790
|
-
font-size: 14px;
|
|
791
|
-
line-height: 18px;
|
|
792
|
-
font-weight: 700;
|
|
793
|
-
max-height: 60px;
|
|
794
|
-
min-height: 3px;
|
|
795
|
-
opacity: 1;
|
|
796
|
-
width: 100%;
|
|
797
|
-
padding-top: 4px;
|
|
798
|
-
}
|
|
799
|
-
.FalconHeader-module__container___r3bIZ.FalconHeader-module__scroll-break___XIx2- {
|
|
800
|
-
opacity: 1;
|
|
801
|
-
background-color: #da291c;
|
|
802
|
-
-webkit-transition: all 1s ease-out;
|
|
803
|
-
transition: all 1s ease-out;
|
|
804
|
-
}
|
|
805
|
-
@media (max-width: 1023px) {
|
|
806
|
-
.FalconHeader-module__container___r3bIZ {
|
|
807
|
-
background-color: #da291c;
|
|
808
|
-
min-height: 4px;
|
|
809
|
-
}
|
|
810
|
-
}
|
|
811
|
-
.FalconHeader-module__container___r3bIZ :not(:first-child) {
|
|
812
|
-
margin-left: 20px;
|
|
813
|
-
}
|
|
814
|
-
.FalconHeader-module__container___r3bIZ .FalconHeader-module__menu-top___OLbuL {
|
|
815
|
-
margin-left: 100px;
|
|
816
|
-
}
|
|
817
|
-
.FalconHeader-module__container___r3bIZ .FalconHeader-module__menu1___VHXos {
|
|
818
|
-
float: left;
|
|
819
|
-
color: #3d3935;
|
|
820
|
-
font-weight: 400;
|
|
821
|
-
font-size: 14px;
|
|
822
|
-
line-height: 20px;
|
|
823
|
-
display: block;
|
|
824
|
-
height: 30px;
|
|
825
|
-
text-decoration: none;
|
|
826
|
-
}
|
|
827
|
-
.FalconHeader-module__container___r3bIZ .FalconHeader-module__menu1___VHXos:hover {
|
|
828
|
-
text-decoration: none;
|
|
829
|
-
}
|
|
830
|
-
.FalconHeader-module__container___r3bIZ .FalconHeader-module__menu___BInxX {
|
|
831
|
-
float: right;
|
|
832
|
-
}
|
|
833
|
-
.FalconHeader-module__container___r3bIZ .FalconHeader-module__menu___BInxX a {
|
|
834
|
-
color: #3d3935;
|
|
835
|
-
font-weight: 400;
|
|
836
|
-
font-size: 14px;
|
|
837
|
-
line-height: 20px;
|
|
838
|
-
display: block;
|
|
839
|
-
margin-bottom: 4px;
|
|
840
|
-
text-decoration: none;
|
|
841
|
-
}
|
|
842
|
-
.FalconHeader-module__container___r3bIZ .FalconHeader-module__menu___BInxX a:hover {
|
|
843
|
-
text-decoration: none;
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
.FalconHeader-module__container___r3bIZ.FalconHeader-module__black-friday___ChUdJ {
|
|
847
|
-
background-color: #111111;
|
|
848
|
-
}
|
|
849
|
-
.FalconHeader-module__container___r3bIZ.FalconHeader-module__black-friday___ChUdJ .FalconHeader-module__menu1___VHXos,
|
|
850
|
-
.FalconHeader-module__container___r3bIZ.FalconHeader-module__black-friday___ChUdJ .FalconHeader-module__menu___BInxX a {
|
|
851
|
-
color: #ffffff;
|
|
852
|
-
}
|
|
853
|
-
|
|
854
|
-
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/InteractiveHamburger/InteractiveHamburger.module.scss */
|
|
855
|
-
/* center a block element */
|
|
856
|
-
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
857
|
-
/* setting styles in separate formats for cross browser support */
|
|
858
|
-
/* specify the max width for an element and apply ellipses and truncate the overflow */
|
|
859
|
-
/* vertically center alilgn any HTML element */
|
|
860
|
-
/* add basePath to assets */
|
|
861
|
-
.InteractiveHamburger-module__container___UPh6b .InteractiveHamburger-module__hamburger___fUISu {
|
|
862
|
-
-webkit-align-items: center;
|
|
863
|
-
-moz-align-items: center;
|
|
864
|
-
-o-align-items: center;
|
|
865
|
-
align-items: center;
|
|
866
|
-
cursor: pointer;
|
|
867
|
-
display: flex;
|
|
868
|
-
flex-direction: column;
|
|
869
|
-
height: 18px;
|
|
870
|
-
justify-content: space-between;
|
|
871
|
-
width: 26px;
|
|
872
|
-
}
|
|
873
|
-
.InteractiveHamburger-module__container___UPh6b .InteractiveHamburger-module__hamburger___fUISu .InteractiveHamburger-module__hamburger-line___xZnuw {
|
|
874
|
-
background-color: #575452;
|
|
875
|
-
border-radius: 4px;
|
|
876
|
-
height: 2px;
|
|
877
|
-
opacity: 1;
|
|
878
|
-
position: relative;
|
|
879
|
-
-webkit-transform: scale(1);
|
|
880
|
-
-moz-transform: scale(1);
|
|
881
|
-
-o-transform: scale(1);
|
|
882
|
-
transform: scale(1);
|
|
883
|
-
transition: transform 0.3s ease-in-out, width 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
|
|
884
|
-
width: 26px;
|
|
885
|
-
}
|
|
886
|
-
.InteractiveHamburger-module__container___UPh6b.InteractiveHamburger-module__active___0fZ1l .InteractiveHamburger-module__hamburger___fUISu {
|
|
887
|
-
justify-content: center;
|
|
888
|
-
background-repeat: no-repeat;
|
|
889
|
-
background-size: contain;
|
|
890
|
-
cursor: pointer;
|
|
891
|
-
display: block;
|
|
892
|
-
height: 24px;
|
|
893
|
-
width: 24px;
|
|
894
|
-
}
|
|
895
|
-
|
|
896
931
|
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/SubNavigation/SubNavigation.module.scss */
|
|
897
932
|
/* center a block element */
|
|
898
933
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
@@ -973,64 +1008,6 @@
|
|
|
973
1008
|
border: none;
|
|
974
1009
|
}
|
|
975
1010
|
|
|
976
|
-
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/MobileNavigation/MobileMenuItem/MobileMenuItem.module.scss */
|
|
977
|
-
/* center a block element */
|
|
978
|
-
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
979
|
-
/* setting styles in separate formats for cross browser support */
|
|
980
|
-
/* specify the max width for an element and apply ellipses and truncate the overflow */
|
|
981
|
-
/* vertically center alilgn any HTML element */
|
|
982
|
-
/* add basePath to assets */
|
|
983
|
-
.MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__open-item___F6T3z:hover {
|
|
984
|
-
font-weight: unset;
|
|
985
|
-
}
|
|
986
|
-
.MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY {
|
|
987
|
-
position: relative;
|
|
988
|
-
color: #333333;
|
|
989
|
-
display: -webkit-box;
|
|
990
|
-
font-size: 16px;
|
|
991
|
-
line-height: 24px;
|
|
992
|
-
display: flex;
|
|
993
|
-
height: auto;
|
|
994
|
-
text-decoration: none;
|
|
995
|
-
padding: 10px 10px 10px 10px;
|
|
996
|
-
margin-bottom: 4px;
|
|
997
|
-
background-color: #ffffff;
|
|
998
|
-
}
|
|
999
|
-
.MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY.MobileMenuItem-module__new-style___tBLR0 {
|
|
1000
|
-
border: 1px solid #e8e8e8;
|
|
1001
|
-
}
|
|
1002
|
-
.MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY > img {
|
|
1003
|
-
position: absolute;
|
|
1004
|
-
left: 10px;
|
|
1005
|
-
}
|
|
1006
|
-
.MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY .MobileMenuItem-module__icon___mC-gC {
|
|
1007
|
-
position: absolute;
|
|
1008
|
-
right: 10px;
|
|
1009
|
-
}
|
|
1010
|
-
.MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY .MobileMenuItem-module__icon___mC-gC img {
|
|
1011
|
-
transition: transform 0.2s ease;
|
|
1012
|
-
}
|
|
1013
|
-
.MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY .MobileMenuItem-module__promo-icon___TLFaw {
|
|
1014
|
-
display: block;
|
|
1015
|
-
flex-shrink: 0;
|
|
1016
|
-
height: 24px;
|
|
1017
|
-
width: 24px;
|
|
1018
|
-
margin-right: 8px;
|
|
1019
|
-
}
|
|
1020
|
-
|
|
1021
|
-
.MobileMenuItem-module__container___7iZGF.active-link .MobileMenuItem-module__nav-link___56LxY .MobileMenuItem-module__icon___mC-gC img {
|
|
1022
|
-
transform: rotate(-180deg);
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
|
-
.MobileMenuItem-module__container___7iZGF.MobileMenuItem-module__inverted___kaJ2O .MobileMenuItem-module__nav-link___56LxY {
|
|
1026
|
-
background-color: #1f1f1f;
|
|
1027
|
-
color: #ffffff;
|
|
1028
|
-
border: 1px solid #2c2c2c;
|
|
1029
|
-
}
|
|
1030
|
-
.MobileMenuItem-module__container___7iZGF.MobileMenuItem-module__inverted___kaJ2O .MobileMenuItem-module__icon___mC-gC img {
|
|
1031
|
-
filter: brightness(0) invert(0.9);
|
|
1032
|
-
}
|
|
1033
|
-
|
|
1034
1011
|
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/FalconHeader/BusinessCustomerLinkOut/BusinessCustomerLinkOut.module.scss */
|
|
1035
1012
|
/* center a block element */
|
|
1036
1013
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
@@ -1263,6 +1240,64 @@
|
|
|
1263
1240
|
}
|
|
1264
1241
|
}
|
|
1265
1242
|
|
|
1243
|
+
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/MobileNavigation/MobileMenuItem/MobileMenuItem.module.scss */
|
|
1244
|
+
/* center a block element */
|
|
1245
|
+
/* use this to any of the pseudo elements as these are the mandatory properties */
|
|
1246
|
+
/* setting styles in separate formats for cross browser support */
|
|
1247
|
+
/* specify the max width for an element and apply ellipses and truncate the overflow */
|
|
1248
|
+
/* vertically center alilgn any HTML element */
|
|
1249
|
+
/* add basePath to assets */
|
|
1250
|
+
.MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__open-item___F6T3z:hover {
|
|
1251
|
+
font-weight: unset;
|
|
1252
|
+
}
|
|
1253
|
+
.MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY {
|
|
1254
|
+
position: relative;
|
|
1255
|
+
color: #333333;
|
|
1256
|
+
display: -webkit-box;
|
|
1257
|
+
font-size: 16px;
|
|
1258
|
+
line-height: 24px;
|
|
1259
|
+
display: flex;
|
|
1260
|
+
height: auto;
|
|
1261
|
+
text-decoration: none;
|
|
1262
|
+
padding: 10px 10px 10px 10px;
|
|
1263
|
+
margin-bottom: 4px;
|
|
1264
|
+
background-color: #ffffff;
|
|
1265
|
+
}
|
|
1266
|
+
.MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY.MobileMenuItem-module__new-style___tBLR0 {
|
|
1267
|
+
border: 1px solid #e8e8e8;
|
|
1268
|
+
}
|
|
1269
|
+
.MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY > img {
|
|
1270
|
+
position: absolute;
|
|
1271
|
+
left: 10px;
|
|
1272
|
+
}
|
|
1273
|
+
.MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY .MobileMenuItem-module__icon___mC-gC {
|
|
1274
|
+
position: absolute;
|
|
1275
|
+
right: 10px;
|
|
1276
|
+
}
|
|
1277
|
+
.MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY .MobileMenuItem-module__icon___mC-gC img {
|
|
1278
|
+
transition: transform 0.2s ease;
|
|
1279
|
+
}
|
|
1280
|
+
.MobileMenuItem-module__container___7iZGF .MobileMenuItem-module__nav-link___56LxY .MobileMenuItem-module__promo-icon___TLFaw {
|
|
1281
|
+
display: block;
|
|
1282
|
+
flex-shrink: 0;
|
|
1283
|
+
height: 24px;
|
|
1284
|
+
width: 24px;
|
|
1285
|
+
margin-right: 8px;
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
.MobileMenuItem-module__container___7iZGF.active-link .MobileMenuItem-module__nav-link___56LxY .MobileMenuItem-module__icon___mC-gC img {
|
|
1289
|
+
transform: rotate(-180deg);
|
|
1290
|
+
}
|
|
1291
|
+
|
|
1292
|
+
.MobileMenuItem-module__container___7iZGF.MobileMenuItem-module__inverted___kaJ2O .MobileMenuItem-module__nav-link___56LxY {
|
|
1293
|
+
background-color: #1f1f1f;
|
|
1294
|
+
color: #ffffff;
|
|
1295
|
+
border: 1px solid #2c2c2c;
|
|
1296
|
+
}
|
|
1297
|
+
.MobileMenuItem-module__container___7iZGF.MobileMenuItem-module__inverted___kaJ2O .MobileMenuItem-module__icon___mC-gC img {
|
|
1298
|
+
filter: brightness(0) invert(0.9);
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1266
1301
|
/* /Users/filipe.cruz2/Projects/sunrise-ch-b2c-sales-static-components/src/components/FalconMainNavigation/MobileNavigation/MobileSubNavigation/MobileSubNavigation.module.scss */
|
|
1267
1302
|
/* center a block element */
|
|
1268
1303
|
/* use this to any of the pseudo elements as these are the mandatory properties */
|