0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-26 11:42:39 +00:00

Fixing merge issues

This commit is contained in:
Trevor Buckner
2024-01-12 11:41:08 -05:00
parent f088fc49f3
commit 742798ad79

View File

@@ -19,8 +19,7 @@
cursor: pointer;
line-height: @menuHeight;
text-align: center;
&:hover,
&.selected {
&:hover, &.selected {
background-color: #999;
}
&.text {
@@ -100,8 +99,7 @@
font-size: 0.625em;
text-transform: uppercase;
cursor: pointer;
&:hover,
&.selected {
&:hover, &.selected {
background-color: #999;
}
i {