Files
Prowlarr-Prowlarr/frontend/src/Components/MonitorToggleButton.css
2019-06-11 22:07:34 -04:00

12 lines
179 B
CSS

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