addresses: edit address for person

This commit is contained in:
nobohan
2021-06-16 14:39:02 +02:00
parent 35d35c9f40
commit 06daf35e96
14 changed files with 132 additions and 42 deletions

View File

@@ -244,6 +244,9 @@ div.address_form {
display: flex;
flex-direction: column;
flex-grow: 1;
div.custom-address, div.custom-postcode {
padding: 12px;
}
}
div.address_form__select__map {
@@ -251,11 +254,19 @@ div.address_form {
div#address_map {
height:400px;
width:400px;
input {
border: 1px solid #999;
}
}
}
}
div.address_form__more {
& > div {
display: flex;
& > label {
width: 30%;
}
}
}
}