11 lines
173 B
CSS
11 lines
173 B
CSS
.postcode_modal {
|
|
backgrounnd: green;
|
|
border-radius: 30px;
|
|
box-shadow(10px);
|
|
border: none;
|
|
}
|
|
|
|
& ::backdrop {
|
|
background-color: hsl(40deg 100 30 /0.5);
|
|
}
|