Files
web/apps/scandic-web/components/Profile/CreditCardList/CreditCardList.module.css
Erik Tiekstra 88644597df chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
2025-11-12 12:56:22 +00:00

5 lines
60 B
CSS

.cardContainer {
display: grid;
gap: var(--Space-x1);
}