loyalty points

This commit is contained in:
augmentedpotato
2026-04-15 01:34:49 -06:00
parent 3f5add59e8
commit da115fd824
5 changed files with 32 additions and 3 deletions

View File

@@ -2413,6 +2413,16 @@ body {
text-align: center;
}
.cart-points-estimate {
background: #fffbeb;
border: 1px solid #fde68a;
color: #92400e;
border-radius: 8px;
padding: 0.5rem 0.85rem;
font-size: 0.85rem;
text-align: center;
}
.cart-coupon-section {
display: flex;
flex-direction: column;