mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
21 lines
265 B
CSS
21 lines
265 B
CSS
.menuButton {
|
|
margin-right: 15px;
|
|
width: 30px;
|
|
height: 60px;
|
|
text-align: center;
|
|
|
|
&:hover {
|
|
color: #515253;
|
|
}
|
|
}
|
|
|
|
.itemIcon {
|
|
margin-right: 8px;
|
|
}
|
|
|
|
@media only screen and (max-width: $breakpointSmall) {
|
|
.menuButton {
|
|
margin-right: 5px;
|
|
}
|
|
}
|