Files
web/apps/scandic-web/components/Blocks/DynamicContent/Overview/MembershipOverviewCard/membershipOverviewCard.module.css
Matilda Landström 4970dfa2ed Merged in fix/LOY-439-boosted-by-sas-bug (pull request #3047)
fix(LOY-439): fix "boosted by sas" issue

* fix(LOY-439): fix "boosted by sas" issue


Approved-by: Chuma Mcphoy (We Ahead)
2025-11-04 09:09:30 +00:00

36 lines
675 B
CSS

.card {
background-color: var(--Surface-Brand-Primary-3-Default);
border-radius: var(--Corner-radius-lg);
padding: var(--Space-x3) var(--Space-x2);
position: relative;
min-height: 200px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.membershipHeader {
display: flex;
align-items: center;
gap: var(--Space-x1);
margin-bottom: var(--Space-x05);
}
.headingText {
color: var(--Text-Brand-OnPrimary-3-Heading);
}
.divider {
margin: var(--Space-x4) 0;
}
.pointsValue {
color: var(--Text-Brand-OnPrimary-3-Accent);
}
@media screen and (min-width: 1367px) {
.card {
padding: var(--Space-x3) var(--Space-x4);
}
}