1818 // overflow: auto;
1919 overflow-x : hidden ;
2020 height : 100% ;
21+ scroll-behavior : smooth ;
22+ scroll-padding-top : 90px ;
2123}
2224
2325#root_header {
@@ -679,14 +681,16 @@ table{
679681// Cookie banner
680682#hs-banner-parent {
681683 .hs-cookie-notification-position-bottom {
682- width : calc (min (28em , 100% ));
683- left : 14 % ;
684+ width : calc (min (28em , 100% )) !important ;
685+ left : calc ( min ( 15 em , 100 % )) !important ;
684686 @media only screen and (max-width : 767px ) {
685687 left : 3% ;
688+ bottom : 2% ;
686689 width : 95% ;
687690 }
688691 @media only screen and (min-width :768px ) and (max-width : 1023px ) {
689692 left : 20% ;
693+ bottom : 10% ;
690694 width : 35% ;
691695 }
692696 #hs-eu-cookie-confirmation-inner {
@@ -702,4 +706,50 @@ table{
702706 }
703707 }
704708 }
709+ }
710+
711+ // Black-friday hello bar design
712+ #leadinModal-4801049 {
713+ .leadinModal-content {
714+ background : linear-gradient (
715+ 92deg ,
716+ #4dd795 37.61% ,
717+ rgba (96 , 217 , 188 , 0.83 ) 76.64%
718+ ) !important ;
719+ .leadinModal-content-wrapper {
720+ .leadin-content-body {
721+ .leadin-preview-wrapper {
722+ h4 {
723+ @apply font-bold ;
724+ font-size : 16px ;
725+ line-height : normal ;
726+ color : #000000 !important ;
727+ margin : 0 auto ;
728+ margin-left : auto !important ;
729+ margin-right : auto ;
730+ text-align : center !important ;
731+ font-style : normal ;
732+ }
733+ .advance-wrapper {
734+ @media (max-width : 767px ) {
735+ @apply mt- 8;
736+ }
737+ .leadin-button {
738+ @apply font-bold text-center ;
739+ font-size : 14px ;
740+ color : #fff !important ;
741+ border-radius : 3px ;
742+ background-color : #191919 !important ;
743+ font-style : normal ;
744+ }
745+ }
746+ }
747+ }
748+ }
749+ .leadinModal-close {
750+ & ::before {
751+ color : #000000 !important ;
752+ }
753+ }
754+ }
705755}
0 commit comments