Avoid to specifically use a label component for menu_item

Then, add `label` CSS rule inside `menu_item` component
This commit is contained in:
Jean-Baptiste Bellet
2023-02-14 15:47:55 +01:00
parent eeb059ae17
commit 6ec219031d

View File

@@ -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%;
}
}
}