mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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;
|
|
}
|