.skeleton{background:linear-gradient(90deg,hsla(0,0%,100%,.05) 25%,hsla(0,0%,100%,.1) 37%,hsla(0,0%,100%,.05) 63%);background-size:400% 100%;border-radius:8px;display:inline-block;position:relative;overflow:hidden;&.animate{animation:skeleton-loading 1.4s ease infinite}&.text{margin-top:0;margin-bottom:0;height:1rem;border-radius:4px}&.rectangular{border-radius:8px}&.circular{border-radius:50%}}@keyframes skeleton-loading{0%{background-position:100% 50%}to{background-position:0 50%}}.skeleton-avatar-sm{width:32px;height:32px}.skeleton-avatar-md{width:48px;height:48px}.skeleton-avatar-lg{width:64px;height:64px}.skeleton-text-sm{height:.8rem}.skeleton-text-md{height:1rem}.skeleton-text-lg{height:1.2rem}