Files
web/components/MyPages/Blocks/Benefits/CurrentLevel/current.module.css
Fredrik Thorsson 991ae0135f feat: resolve rebase
2024-06-13 15:08:30 +02:00

22 lines
442 B
CSS

.container {
display: grid;
gap: var(--Spacing-x7);
}
.script {
transform: rotate(-2deg);
}
.card {
align-items: center;
background-color: var(--Base-Background-Normal);
border: 1px solid var(--Base-Border-Subtle);
border-radius: var(--Corner-radius-Medium);
display: flex;
flex-direction: column;
gap: var(--Spacing-x1);
justify-content: center;
min-height: 280px;
padding: var(--Spacing-x7) var(--Spacing-x3);
}