mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
12 lines
131 B
CSS
12 lines
131 B
CSS
.menuButton {
|
|
composes: menuButton from '~./MenuButton.css';
|
|
|
|
&:hover {
|
|
color: #666;
|
|
}
|
|
}
|
|
|
|
.label {
|
|
margin-left: 5px;
|
|
}
|