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