enhance loyalty section UI

This commit is contained in:
2026-01-13 23:09:37 +03:00
parent a06147dfa4
commit 1d9ae7190e
9 changed files with 162 additions and 76 deletions

View File

@@ -0,0 +1,10 @@
.useLoyaltyPointsContainer {
gap: 20px;
border-radius: 16px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background-color: var(--secondary-background);
width: 100%;
}