.animate-loading-bar{animation:loading-bar 1.5s ease-in-out infinite}@keyframes loading-bar{0%{margin-left:0;width:0}50%{margin-left:20%;width:60%}to{margin-left:100%;width:0}}.fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter-from,.fade-leave-to{opacity:0}
