feat(LOY-63): add promo code badge to campaign redeem

This commit is contained in:
Christian Andolf
2025-01-08 16:05:07 +01:00
parent 6941c1d006
commit 9452f24df9
4 changed files with 15 additions and 14 deletions

View File

@@ -108,8 +108,10 @@
color: var(--UI-Semantic-Success);
}
.membershipNumberBadge {
.rewardBadge {
border-radius: var(--Corner-radius-Small);
padding: var(--Spacing-x1) var(--Spacing-x-one-and-half);
background: var(--Base-Surface-Secondary-light-Normal);
display: grid;
gap: var(--Spacing-x-half);
}