mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-27 17:54:34 -04:00
12 lines
179 B
CSS
12 lines
179 B
CSS
.toggleButton {
|
|
composes: button from '~Components/Link/IconButton.css';
|
|
|
|
padding: 0;
|
|
font-size: inherit;
|
|
}
|
|
|
|
.isDisabled {
|
|
color: $disabledColor;
|
|
cursor: not-allowed;
|
|
}
|