Files
web/apps/scandic-web/components/Blocks/DynamicContent/OverviewTable/YourLevelScript/yourLevel.module.css
Erik Tiekstra 510f25a812 feat(BOOK-757): Replaced Biroscript component with Typography
Approved-by: Bianca Widstam
2026-01-20 12:37:05 +00:00

13 lines
237 B
CSS

.script {
transform: rotate(-4deg);
padding-bottom: var(--Space-x05);
text-align: center;
color: var(--Text-Interactive-Secondary);
}
@media screen and (min-width: 950px) {
.script {
padding-bottom: var(--Space-x1);
}
}