remove border from address

This commit is contained in:
Julie Lenaerts 2022-06-15 16:02:37 +02:00
parent 86afe2f702
commit 72ce5c716d

View File

@ -148,11 +148,7 @@ export default {
.address-container {
display:flex;
justify-content:flex-end;
// padding-right: 1rem;
border-radius: 5px;
border: 1px dotted;
border-left: 1px dotted;
border-right: 1px dotted;
}
.no-address-yet {
text-align: center;