@shopify/polaris
Version:
Shopify’s admin product component library
10 lines (5 loc) • 565 B
CSS
.Polaris-SkeletonBodyText_4hwgi { height: 0.5rem; position: relative; }
.Polaris-SkeletonBodyText_4hwgi::after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; display: block; background-color: var(--p-surface-neutral); border-radius: 0.1875rem; }
@media screen and (-ms-high-contrast: active) { .Polaris-SkeletonBodyText_4hwgi::after { background-color: grayText; } }
.Polaris-SkeletonBodyText_4hwgi:last-child:not(:first-child) { width: 80%; }
.Polaris-SkeletonBodyText_4hwgi + .Polaris-SkeletonBodyText_4hwgi { margin-top: 0.75rem; }