mirror of
https://github.com/Prowlarr/Prowlarr
synced 2025-12-26 10:23:48 +01:00
23 lines
315 B
CSS
23 lines
315 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;
|
|
}
|
|
}
|