Radarr/frontend/src/Movie/MovieCollectionLabel.css

10 lines
166 B
CSS

.monitorToggleButton {
composes: toggleButton from '~Components/MonitorToggleButton.css';
width: 15px;
&:hover {
color: $iconButtonHoverLightColor;
}
}