Files
web/components/MyPages/Blocks/Benefits/CurrentLevel/current.module.css
2024-06-18 16:21:06 +02:00

17 lines
383 B
CSS

.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);
}