lidarr/frontend/src/Components/MonitorToggleButton.css
2018-03-14 21:28:46 -04:00

11 lines
178 B
CSS

.toggleButton {
composes: button from 'Components/Link/IconButton.css';
padding: 0;
font-size: inherit;
}
.isDisabled {
color: $disabledColor;
cursor: not-allowed;
}