@shopify/polaris
Version:
Shopify’s admin product component library
8 lines (4 loc) • 459 B
CSS
.Polaris-SkeletonBodyText_4hwgi { height: var(--p-space-2); display: flex; background-color: var(--p-surface-neutral); border-radius: var(--p-border-radius-base); }
@media screen and (-ms-high-contrast: active) { .Polaris-SkeletonBodyText_4hwgi { background-color: grayText; } }
.Polaris-SkeletonBodyText_4hwgi:last-child:not(:first-child) { width: 80%; }
.Polaris-SkeletonBodyText_4hwgi + .Polaris-SkeletonBodyText_4hwgi { margin-top: var(--p-space-3); }