Skip to content

Commit c384da3

Browse files
fix: Black friday deal hello bar UI issue fixed (#80)
1 parent 7a383d2 commit c384da3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/templates/page.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ table{
721721
.leadin-preview-wrapper {
722722
h4 {
723723
@apply font-bold;
724-
font-size: 1.6rem;
724+
font-size: 16px;
725725
line-height: normal;
726726
color: #000000 !important;
727727
margin: 0 auto;
@@ -736,12 +736,11 @@ table{
736736
}
737737
.leadin-button {
738738
@apply font-bold text-center;
739-
font-size: 1.4rem;
739+
font-size: 14px;
740740
color: #fff !important;
741741
border-radius: 3px;
742742
background-color: #191919 !important;
743743
font-style: normal;
744-
height: 2.7rem;
745744
}
746745
}
747746
}

0 commit comments

Comments
 (0)