UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

12 lines (8 loc) 613 B
/* stylelint-disable unit-disallowed-list */ /* stylelint-disable length-zero-no-unit */ /* Breakpoints - Aliases */ /* Breakpoints - Media conditions */ .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); }