mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-20 04:59:16 +00:00
Avoid to specifically use a label component for menu_item
Then, add `label` CSS rule inside `menu_item` component
This commit is contained in:
@@ -200,13 +200,15 @@
|
||||
max-height: 200px;
|
||||
overflow-y: scroll;
|
||||
|
||||
label.menu_item {
|
||||
.menu_item {
|
||||
margin-bottom: 5px;
|
||||
color: #454545;
|
||||
font-weight: 400;
|
||||
cursor: pointer;
|
||||
padding-top: 4px;
|
||||
padding-bottom: 5px;
|
||||
text-transform: uppercase;
|
||||
font-size: 85%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user