You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/Components/Page/Header/PageHeaderActionsMenu.css

21 lines
273 B

.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;
}
}