.skeleton{display:flex;flex-direction:column;gap:10px}.skeleton-list{background:#ccc;border-radius:4px;height:20px;width:100%;animation:skeleton-loading 1.5s infinite}.skeleton-list.sm{width:60%}.skeleton-list.md{width:80%}.skeleton-list.lg{width:100%}@keyframes skeleton-loading{0%{background-color:#e0e0e0}50%{background-color:#f0f0f0}100%{background-color:#e0e0e0}}/*# sourceMappingURL=skeleton.css.map */