This commit is contained in:
2020-11-20 18:12:52 +01:00
parent 840407cd8f
commit eb77794fa5
7 changed files with 64 additions and 12 deletions

View File

@@ -206,3 +206,19 @@
display: flex;
align-items: center;
}
.editRestaurant-settings {
display: flex;
background-color: #222222;
justify-content: space-between;
align-items: center;
border: 1px solid #1f1f1f;
border-radius: 6px;
padding: 12px;
margin-top: 12px;
margin-bottom: 12px;
h4 {
font-size: 14px;
color: #c0c0c0;
}
}