Files
web/apps/scandic-web/components/TempDesignSystem/LoyaltyCard/loyaltyCard.module.css
Joakim Jäderberg 7eb74ea239 Merged in chore/replace-deprecated-body (pull request #3300)
Replace deprecated <Body> with <Typography>

* chore: replace deprecated body component

* refactor: replace Body component with Typography across various components

* merge


Approved-by: Bianca Widstam
Approved-by: Matilda Landström
2025-12-09 12:45:34 +00:00

42 lines
647 B
CSS

.container {
align-items: center;
display: grid;
border-radius: var(--Corner-radius-xl);
gap: var(--Space-x2);
min-height: 480px;
justify-content: space-between;
margin-right: var(--Space-x2);
padding: var(--Space-x4) var(--Space-x3);
text-align: center;
width: 100%;
}
.image {
object-fit: contain;
height: 160px;
width: auto;
justify-self: center;
}
.white {
background-color: var(--Main-Grey-White);
}
.buttonContainer {
display: flex;
gap: var(--Space-x1);
justify-content: center;
}
.link {
display: flex;
align-items: center;
}
.icon {
align-self: center;
}
.bodyText {
text-align: center;
}