Files
web/components/MyPages/Blocks/Benefits/CurrentLevel/current.module.css

42 lines
750 B
CSS

.container {
display: grid;
gap: 1.5rem;
}
.value {
color: var(--Theme-Primary-Light-On-Surface-Text);
}
.cardContainer {
display: flex;
gap: 16px;
}
.cardSubtitle {
font-family: var(--typography-Body-Regular-fontFamily);
font-size: 16px;
font-weight: 400;
line-height: 14.4px;
text-align: center;
color: var(--Theme-Primary-Light-On-Surface-Accent);
margin: 0;
}
.card {
flex: 1 1 0px;
text-decoration: none;
display: flex;
flex-direction: column;
gap: 10px;
min-height: 280px;
background-color: var(--UI-Grey-10);
justify-content: center;
align-items: center;
padding: 30px;
border-radius: 4px;
text-decoration: none;
text-align: center;
color: var(--Theme-Primary-Light-On-Surface-Text);
}