mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
24 lines
313 B
CSS
24 lines
313 B
CSS
.iconContainer {
|
|
composes: spinnerContainer from 'Components/Link/SpinnerButton.css';
|
|
}
|
|
|
|
.icon {
|
|
z-index: 1;
|
|
}
|
|
|
|
.label {
|
|
composes: label from 'Components/Link/SpinnerButton.css';
|
|
}
|
|
|
|
.showIcon {
|
|
.iconContainer {
|
|
left: 50%;
|
|
visibility: visible;
|
|
}
|
|
|
|
.label {
|
|
left: 100%;
|
|
opacity: 0;
|
|
}
|
|
}
|