update
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user