mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
20 lines
273 B
CSS
20 lines
273 B
CSS
.menuButton {
|
|
margin-right: 15px;
|
|
width: 30px;
|
|
height: 60px;
|
|
text-align: center;
|
|
|
|
&:hover {
|
|
color: $themeDarkColor;
|
|
}
|
|
}
|
|
|
|
.itemIcon {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
@media only screen and (max-width: $breakpointSmall) {
|
|
.menuButton {
|
|
margin-right: 5px;
|
|
}
|
|
}
|