Files
web/apps/scandic-web/components/Blocks/DynamicContent/Rewards/CurrentRewards/current.module.css
Erik Tiekstra 4de24e9f2a feat(BOOK-391): Added theme and logos for Bassin Seven
* chore: Updated border-radius variables after import change

Approved-by: Linus Flood
2026-01-22 07:03:25 +00:00

35 lines
691 B
CSS

.container {
display: flex;
flex-direction: column;
gap: var(--Space-x4);
position: relative;
scroll-margin-top: calc(var(--current-mobile-site-header-height) * 2);
}
.card {
background-color: var(--UI-Opacity-White-100);
border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-Radius-md);
display: flex;
flex-direction: column;
justify-content: space-between;
}
.content {
display: flex;
flex-direction: column;
gap: var(--Space-x2);
align-items: center;
justify-content: center;
padding: var(--Space-x3);
}
.title {
color: var(--Text-Heading);
text-align: center;
}
.btnContainer {
padding: 0 var(--Space-x3) var(--Space-x3);
}