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.
59 lines
1.8 KiB
59 lines
1.8 KiB
@keyframes line-spin-fade-loader {
|
|
50% {
|
|
opacity: 0.3; }
|
|
100% {
|
|
opacity: 1; } }
|
|
|
|
.line-spin-fade-loader {
|
|
position: relative;
|
|
top: -10px;
|
|
left: -4px; }
|
|
.line-spin-fade-loader > div:nth-child(1) {
|
|
top: 20px;
|
|
left: 0;
|
|
animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }
|
|
.line-spin-fade-loader > div:nth-child(2) {
|
|
top: 13.636364px;
|
|
left: 13.636364px;
|
|
transform: rotate(-45deg);
|
|
animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }
|
|
.line-spin-fade-loader > div:nth-child(3) {
|
|
top: 0;
|
|
left: 20px;
|
|
transform: rotate(90deg);
|
|
animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }
|
|
.line-spin-fade-loader > div:nth-child(4) {
|
|
top: -13.636364px;
|
|
left: 13.636364px;
|
|
transform: rotate(45deg);
|
|
animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }
|
|
.line-spin-fade-loader > div:nth-child(5) {
|
|
top: -20px;
|
|
left: 0;
|
|
animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }
|
|
.line-spin-fade-loader > div:nth-child(6) {
|
|
top: -13.636364px;
|
|
left: -13.636364px;
|
|
transform: rotate(-45deg);
|
|
animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }
|
|
.line-spin-fade-loader > div:nth-child(7) {
|
|
top: 0;
|
|
left: -20px;
|
|
transform: rotate(90deg);
|
|
animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }
|
|
.line-spin-fade-loader > div:nth-child(8) {
|
|
top: 13.636364px;
|
|
left: -13.636364px;
|
|
transform: rotate(45deg);
|
|
animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }
|
|
.line-spin-fade-loader > div {
|
|
background-color: #6B6F82;
|
|
width: 4px;
|
|
height: 3.45rem;
|
|
border-radius: 2px;
|
|
margin: 2px;
|
|
animation-fill-mode: both;
|
|
position: absolute;
|
|
width: 5px;
|
|
height: 15px; }
|