This commit is contained in:
everythingonblack
2025-04-03 05:19:27 +07:00
parent a64b999a05
commit 931f3f90e8
12 changed files with 849 additions and 58 deletions

View File

@@ -17,6 +17,7 @@
/* Main Heading */
.mainHeading {
width: 222px;
font-weight: 700;
font-size: 32px;
line-height: 2.25rem;
@@ -25,6 +26,15 @@
color: rgb(37, 79, 26);
}
/* Main Heading */
.voucherHeading {
font-weight: 700;
font-size: 32px;
line-height: 2.25rem;
margin-bottom: 1rem;
letter-spacing: -1px;
color: rgb(37, 79, 26);
}
.swipeContainer {
height: 75px;
overflow: hidden;
@@ -109,7 +119,7 @@
}
.claimButton {
width: 200px;
width: 236px;
height: 45px;
background-color: #254F1A;
color: #D2E823;