mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05: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;
|
|
}
|