UNPKG

@shopify/polaris

Version:

Shopify’s product component library

21 lines (11 loc) 1.11 kB
:root{ --polaris-version-number:'5.8.4'; --polaris-animation-skeleton-shimmer:polaris-SkeletonShimmerAnimation; } html, body{ font-size:1.5rem; font-weight:400; line-height:2rem; text-transform:initial; letter-spacing:initial; font-weight:400; color:var(--p-text, #212b36); } @media (min-width: 40em){ html, body{ font-size:1.4rem; } } html, body, button{ font-family:-apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif; } html{ position:relative; font-size:62.5%; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; -webkit-text-size-adjust:100%; text-size-adjust:100%; text-rendering:optimizeLegibility; } body{ min-height:100%; margin:0; padding:0; background-color:#f4f6f8; } *, *::before, *::after{ box-sizing:border-box; } h1, h2, h3, h4, h5, h6, p{ margin:0; font-size:1em; font-weight:400; } button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner{ border-style:none; } @keyframes polaris-SkeletonShimmerAnimation{ 0%{ opacity:0.45; } 100%{ opacity:0.9; } }