Added categories / add category
This commit is contained in:
@@ -73,3 +73,21 @@
|
||||
margin: auto 6px auto 6px;
|
||||
}
|
||||
}
|
||||
|
||||
.editRestaurant-addCategory {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 8px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.editRestaurant-categorySpan {
|
||||
flex-grow: 10;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: flex-end;
|
||||
h5 {
|
||||
font-weight: 300;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user