mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-28 18:05:51 -04: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;
|
|
}
|