mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-21 16:54:30 -04:00
12 lines
131 B
CSS
12 lines
131 B
CSS
.menuButton {
|
|
composes: menuButton from '~./MenuButton.css';
|
|
|
|
&:hover {
|
|
color: #666;
|
|
}
|
|
}
|
|
|
|
.label {
|
|
margin-left: 5px;
|
|
}
|