mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-30 18:25:57 -04:00
24 lines
315 B
CSS
24 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;
|
|
}
|
|
}
|