wd-skeleton-6jRYhHMd.css 2.0 KB

1
  1. .wot-theme-dark .wd-skeleton__col[data-v-b8dcf6c8]{background-color:var(--wot-dark-background4, #323233)}.wd-skeleton[data-v-b8dcf6c8]{box-sizing:border-box}.wd-skeleton__row[data-v-b8dcf6c8]{justify-content:space-between;margin-bottom:var(--wot-skeleton-row-margin-bottom, 16px);display:flex;align-items:center}.wd-skeleton__row[data-v-b8dcf6c8]:only-child,.wd-skeleton__row[data-v-b8dcf6c8]:last-child{margin-bottom:0}.wd-skeleton__col[data-v-b8dcf6c8]{border-radius:var(--wot-skeleton-border-radius-text, 2px);background-color:var(--wot-skeleton-background-color, #eee);display:flex;align-items:center;justify-content:center}.wd-skeleton__col[data-v-b8dcf6c8]:first-child:last-child,.wd-skeleton__col[data-v-b8dcf6c8]:last-child{margin-right:0}.wd-skeleton--type-text[data-v-b8dcf6c8]{width:100%;height:var(--wot-skeleton-text-height-default, 16px);border-radius:var(--wot-skeleton-border-radius-text, 2px)}.wd-skeleton--type-rect[data-v-b8dcf6c8]{width:100%;height:var(--wot-skeleton-rect-height-default, 16px);border-radius:var(--wot-skeleton-border-radius-rect, 4px)}.wd-skeleton--type-circle[data-v-b8dcf6c8]{flex-shrink:0;width:var(--wot-skeleton-circle-height-default, 48px);height:var(--wot-skeleton-circle-height-default, 48px);border-radius:var(--wot-skeleton-border-radius-circle, 50%)}.wd-skeleton--animation-gradient[data-v-b8dcf6c8]{position:relative;overflow-x:hidden}.wd-skeleton--animation-gradient[data-v-b8dcf6c8]:after{content:" ";position:absolute;animation:wd-skeleton-gradient-b8dcf6c8 1.5s linear 2s infinite;background:linear-gradient(90deg,rgba(255,255,255,0),var(--wot-skeleton-animation-gradient, rgba(0, 0, 0, .04)),rgba(255,255,255,0));top:0;right:0;bottom:0;left:0}.wd-skeleton--animation-flashed[data-v-b8dcf6c8]{animation:wd-skeleton-flashed-b8dcf6c8 2s linear 2s infinite}@keyframes wd-skeleton-gradient-b8dcf6c8{0%{transform:translate(-100%) skew(-15deg)}to{transform:translate(100%) skew(-15deg)}}@keyframes wd-skeleton-flashed-b8dcf6c8{0%{opacity:1}50%{opacity:.3;background-color:var(--wot-skeleton-animation-flashed, rgba(230, 230, 230, .3))}to{opacity:1}}