@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.skeleton{animation:shimmer 2s linear infinite;background:#f6f7f8;background-image:linear-gradient(90deg,#f6f7f8,#edeef1 50%,#f6f7f8);background-size:200px 100%;border-radius:4px;height:20px;width:100%}