Change color backdrop
This commit is contained in:
@@ -1,7 +1,10 @@
|
|||||||
.postcode_dialog {
|
.postcode_modal {
|
||||||
background: green;
|
backgrounnd: green;
|
||||||
|
border-radius: 30px;
|
||||||
|
box-shadow(10px);
|
||||||
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
& ::backdrop {
|
||||||
background-color: firebrick !important;
|
background-color: hsl(40deg 100 30 /0.5);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user