.Skeleton{background-color:#eee;background-image:linear-gradient(90deg,#eee,#dbdbdb,#eee);background-repeat:no-repeat;background-size:200px 100%;border-radius:4px;width:100%;line-height:1;animation:2s linear infinite bgchange;display:inline-block;transform:translate(0)}@keyframes bgchange{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}
