1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-13 20:44:52 -04:00
Files
Radarr/frontend/src/Components/Page/Header/PageHeaderActionsMenu.css
2019-10-09 22:11:39 -04:00

21 lines
281 B
CSS

.menuButton {
margin-right: 15px;
width: 30px;
height: 60px;
text-align: center;
&:hover {
color: $toobarButtonHoverColor;
}
}
.itemIcon {
margin-right: 8px;
}
@media only screen and (max-width: $breakpointSmall) {
.menuButton {
margin-right: 5px;
}
}