Files
web/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/YourLevelScript/yourLevel.module.css
Erik Tiekstra 88644597df chore: Replaced deprecated Spacing variables with current values
Approved-by: Matilda Landström
2025-11-12 12:56:22 +00:00

11 lines
171 B
CSS

.script {
transform: rotate(-4deg);
padding-bottom: var(--Space-x05);
}
@media screen and (min-width: 950px) {
.script {
padding-bottom: var(--Space-x1);
}
}