n8n-editor-ui
Version:
Workflow Editor UI for n8n
40 lines (38 loc) • 571 B
CSS
@keyframes fade-5d3fc1df {
0% {
opacity: 100;
}
20% {
opacity: 0;
}
40% {
opacity: 100;
}
}
.line[data-v-5d3fc1df] {
animation: fade-5d3fc1df 1.6s infinite;
}
.one[data-v-5d3fc1df] {
animation-delay: 0s;
}
.two[data-v-5d3fc1df] {
animation-delay: 0.2s;
}
.three[data-v-5d3fc1df] {
animation-delay: 0.4s;
}
.four[data-v-5d3fc1df] {
animation-delay: 0.6s;
}
.five[data-v-5d3fc1df] {
animation-delay: 0.8s;
}
.six[data-v-5d3fc1df] {
animation-delay: 1s;
}
.seven[data-v-5d3fc1df] {
animation-delay: 1.2s;
}
.eight[data-v-5d3fc1df] {
animation-delay: 1.4s;
}