Skip to content

Commit

Permalink
Added styling for black friday deal campaign hello bar (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh-testsigma authored Nov 27, 2023
1 parent 78ae0e3 commit 511592e
Showing 1 changed file with 52 additions and 3 deletions.
55 changes: 52 additions & 3 deletions src/templates/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -662,14 +662,16 @@ table{
// Cookie banner
#hs-banner-parent{
.hs-cookie-notification-position-bottom{
width: calc(min(28em, 100%));
left: 14%;
width: calc(min(28em, 100%)) !important;
left: calc(min(15em, 100%)) !important;
@media only screen and (max-width: 767px) {
left: 3%;
bottom: 2%;
width: 95%;
}
@media only screen and (min-width:768px) and (max-width: 1023px) {
left: 20%;
bottom: 10%;
width: 35%;
}
#hs-eu-cookie-confirmation-inner{
Expand All @@ -685,4 +687,51 @@ table{
}
}
}
}
}

//Black-friday hello bar design
#leadinModal-4801049{
.leadinModal-content {
background: linear-gradient(
92deg,
#4dd795 37.61%,
rgba(96, 217, 188, 0.83) 76.64%
) !important;
.leadinModal-content-wrapper {
.leadin-content-body {
.leadin-preview-wrapper {
h4 {
@apply font-bold;
font-size: 1.6rem;
line-height: normal;
color: #000000 !important;
margin: 0 auto;
margin-left: auto !important;
margin-right: auto;
text-align: center !important;
font-style: normal;
}
.advance-wrapper {
@media (max-width: 767px) {
@apply mt-8;
}
.leadin-button {
@apply font-bold text-center;
font-size: 1.4rem;
color: #fff !important;
border-radius: 3px;
background-color: #191919 !important;
font-style: normal;
height: 2.7rem;
}
}
}
}
}
.leadinModal-close{
&::before{
color: #000000 !important;
}
}
}
}

0 comments on commit 511592e

Please sign in to comment.