74 lines
1.6 KiB
CSS
74 lines
1.6 KiB
CSS
.loader-8x1ZxRwP {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
font-size: 0;
|
|
opacity: 1;
|
|
transition: opacity 0.35s ease;
|
|
}
|
|
@keyframes tv-button-loader-23vqS1uY {
|
|
0%,
|
|
to {
|
|
transform: scale(0.6);
|
|
}
|
|
50% {
|
|
transform: scale(0.9);
|
|
}
|
|
}
|
|
.loader-8x1ZxRwP:after {
|
|
content: ' ';
|
|
display: inline-block;
|
|
height: 100%;
|
|
vertical-align: middle;
|
|
}
|
|
.loader-8x1ZxRwP .item-2-89r_cd {
|
|
display: inline-block;
|
|
margin-right: 2px;
|
|
margin-left: 2px;
|
|
vertical-align: middle;
|
|
width: 10px;
|
|
height: 10px;
|
|
opacity: 1;
|
|
border-radius: 100%;
|
|
transform: translateY(0) scale(0.6);
|
|
transition: transform 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
|
animation: tv-button-loader-23vqS1uY 0.96s infinite ease-in-out both;
|
|
}
|
|
.loader-8x1ZxRwP .item-2-89r_cd:nth-child(2) {
|
|
transition-delay: 0.11666667s;
|
|
animation-delay: 0.151s;
|
|
}
|
|
.loader-8x1ZxRwP .item-2-89r_cd:nth-child(3) {
|
|
transition-delay: 233.33333ms;
|
|
animation-delay: 0.32s;
|
|
}
|
|
.loader-8x1ZxRwP .item-2-89r_cd.black-20Ytsf0V {
|
|
background-color: #787b86;
|
|
}
|
|
.loader-8x1ZxRwP .item-2-89r_cd.white-1ucCcc2I {
|
|
background-color: #fff;
|
|
}
|
|
.loader-8x1ZxRwP .item-2-89r_cd.gray-XDhHSS-T {
|
|
background-color: #b2b5be;
|
|
}
|
|
.loader-8x1ZxRwP.loader-initial-1deQDeio {
|
|
opacity: 0.1;
|
|
}
|
|
.loader-8x1ZxRwP.loader-initial-1deQDeio .item-2-89r_cd {
|
|
animation: none;
|
|
transform: translateY(12px) scale(0.6);
|
|
}
|
|
.loader-8x1ZxRwP.loader-appear-2krFtMrd {
|
|
opacity: 1;
|
|
transition: opacity 0.7s ease;
|
|
}
|
|
.loader-8x1ZxRwP.loader-appear-2krFtMrd .item-2-89r_cd {
|
|
animation: none;
|
|
transform: translateY(0) scale(0.6);
|
|
}
|