Files
web/packages/booking-flow/lib/components/FnFNotAllowedAlert/FnFNotAllowedAlert.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

7 lines
116 B
CSS

.fnfMain {
max-width: var(--max-width-page);
margin: auto;
min-height: 30dvh;
padding: var(--Space-x5) 0;
}