mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Project Aphrodite
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user