Add blur to backdrop, set min-height error message

This commit is contained in:
Remo Zaros
2026-05-11 09:18:25 +02:00
parent ce165ebfc6
commit 782fee8ac4

View File

@@ -45,6 +45,11 @@
}
&::backdrop {
backdrop-filter: blur(2px);
background-color: hsl(40deg 100 30 /0.5);
}
.error_message_modal_postcode {
min-height: 1lh;
}
}