mirror of
https://github.com/Radarr/Radarr
synced 2026-01-10 17:48:43 +01:00
9 lines
166 B
CSS
9 lines
166 B
CSS
.monitorToggleButton {
|
|
composes: toggleButton from '~Components/MonitorToggleButton.css';
|
|
|
|
width: 15px;
|
|
|
|
&:hover {
|
|
color: $iconButtonHoverLightColor;
|
|
}
|
|
}
|