Skip to content

Commit

Permalink
fix: Black friday deal hello bar UI issue fixed (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Santhosh-testsigma authored Nov 27, 2023
1 parent 7a383d2 commit c384da3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/templates/page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@ table{
.leadin-preview-wrapper {
h4 {
@apply font-bold;
font-size: 1.6rem;
font-size: 16px;
line-height: normal;
color: #000000 !important;
margin: 0 auto;
Expand All @@ -736,12 +736,11 @@ table{
}
.leadin-button {
@apply font-bold text-center;
font-size: 1.4rem;
font-size: 14px;
color: #fff !important;
border-radius: 3px;
background-color: #191919 !important;
font-style: normal;
height: 2.7rem;
}
}
}
Expand Down

0 comments on commit c384da3

Please sign in to comment.