You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lidarr/frontend/src/Components/Link/SpinnerErrorButton.css

24 lines
315 B

.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;
}
}