Lidarr/frontend/src/Components/Link/SpinnerErrorButton.css

24 lines
315 B
CSS
Raw Normal View History

2017-09-04 02:20:56 +00:00
.iconContainer {
composes: spinnerContainer from '~Components/Link/SpinnerButton.css';
2017-09-04 02:20:56 +00:00
}
.icon {
z-index: 1;
}
.label {
composes: label from '~Components/Link/SpinnerButton.css';
2017-09-04 02:20:56 +00:00
}
.showIcon {
.iconContainer {
left: 50%;
visibility: visible;
}
.label {
left: 100%;
opacity: 0;
}
}