mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 09:52:46 +01:00
10 lines
166 B
CSS
10 lines
166 B
CSS
.monitorToggleButton {
|
|
composes: toggleButton from '~Components/MonitorToggleButton.css';
|
|
|
|
width: 15px;
|
|
|
|
&:hover {
|
|
color: $iconButtonHoverLightColor;
|
|
}
|
|
}
|