rename file.

This commit is contained in:
Remo Zaros
2026-05-08 15:51:56 +02:00
parent 66d4554d0a
commit 93bd31e96f

10
assets/postcode_modal.css Normal file
View File

@@ -0,0 +1,10 @@
.postcode_modal {
backgrounnd: green;
border-radius: 30px;
box-shadow(10px);
border: none;
}
& ::backdrop {
background-color: hsl(40deg 100 30 /0.5);
}