This commit is contained in:
zadit
2025-02-02 18:17:56 +07:00
parent b0813e1519
commit 02e101025e
13 changed files with 216 additions and 738 deletions

View File

@@ -327,3 +327,19 @@
color: black;
z-index: 2;
}
.couponContainer {
padding: 25px;
transition: margin-top 0.3s ease;
}
.addCoupon {
border: 2px solid #ccc;
background-color: #f8f8f8;
border-radius: 8px;
font-family: Arial, sans-serif;
align-items: center;
margin-bottom: 10px;
width: 100%;
height: 52px;
}