mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-02 23:04:23 +00:00
12 lines
178 B
CSS
12 lines
178 B
CSS
.toggleButton {
|
|
composes: button from 'Components/Link/IconButton.css';
|
|
|
|
padding: 0;
|
|
font-size: inherit;
|
|
}
|
|
|
|
.isDisabled {
|
|
color: $disabledColor;
|
|
cursor: not-allowed;
|
|
}
|