mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-07 09:15:58 +00:00
14 lines
241 B
CSS
14 lines
241 B
CSS
.toggleButton {
|
|
composes: button from 'Components/Link/IconButton.css';
|
|
|
|
padding: 0;
|
|
font-size: inherit;
|
|
}
|
|
|
|
.disabledButton {
|
|
composes: button from 'Components/Link/IconButton.css';
|
|
|
|
color: $disabledColor;
|
|
cursor: not-allowed;
|
|
}
|