@@ -454,7 +454,7 @@ const shipping = fillMonthsGaps(shippingData);
454
454
display: block;
455
455
height: 10px;
456
456
position: absolute;
457
- background: linear-gradient(to bottom, #f6f6f7 , 80%, transparent );
457
+ background: linear-gradient(to bottom, #f6f6f7 30%, rgba(246,246,247,0) 100% );
458
458
flex-shrink: 0;
459
459
z-index: 1;
460
460
top: 0;
@@ -468,7 +468,7 @@ const shipping = fillMonthsGaps(shippingData);
468
468
display: block;
469
469
height: 10px;
470
470
position: absolute;
471
- background: linear-gradient(to top, #f6f6f7, 80 %, transparent );
471
+ background: linear-gradient(to top, #f6f6f7 30 %, rgba(246, 246, 247, 0) 100% );
472
472
flex-shrink: 0;
473
473
z-index: 1;
474
474
bottom: 0;
@@ -482,11 +482,11 @@ const shipping = fillMonthsGaps(shippingData);
482
482
}
483
483
484
484
html.dark .week-details-wrap::before {
485
- background: linear-gradient(to bottom, #1c1c1c, 70 %, transparent );
485
+ background: linear-gradient(to bottom, #1c1c1c 30 %, rgba(246, 246, 247, 0) 100% );
486
486
}
487
487
488
488
html.dark .week-details-wrap::after {
489
- background: linear-gradient(to top, #1c1c1c, 70 %, transparent );
489
+ background: linear-gradient(to top, #1c1c1c 30 %, rgba(246, 246, 247, 0) 100% );
490
490
}
491
491
492
492
.week-text {
0 commit comments