@-webkit-keyframes skeleton-load{from{left:-150px}to{left:100%}}@keyframes skeleton-load{from{left:-150px}to{left:100%}}.skeleton .skeleton_element{overflow:hidden;position:relative;display:inline-block;border-radius:4px;-webkit-box-shadow:0 4px 10px 0 rgba(33,33,33,.15);box-shadow:0 4px 10px 0 rgba(33,33,33,.15);background-color:#f5f5f6}.skeleton .skeleton_element::before{content:"";display:block;position:absolute;left:0;top:0;z-index:2;height:100%;width:100%;background:-webkit-gradient(linear,left top, right top,color-stop(0, #f5f5f6),color-stop(50%, #e8e8e8),to(#f5f5f6));background:-o-linear-gradient(left,#f5f5f6 0,#e8e8e8 50%,#f5f5f6 100%);background:linear-gradient(to right,#f5f5f6 0,#e8e8e8 50%,#f5f5f6 100%);-webkit-animation:skeleton-load 1s cubic-bezier(.4,0,.2,1) infinite;animation:skeleton-load 1s cubic-bezier(.4,0,.2,1) infinite}.skeleton .skeleton_element::after{content:"";display:block;position:absolute;left:0;top:0;z-index:1;height:100%;width:100%;background:#f5f5f6}
/*# sourceMappingURL=skeleton.css.map */
