UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

23 lines (12 loc) 1.25 kB
:root { --polaris-version-number: '8.2.1'; --polaris-animation-skeleton-shimmer: polaris-SkeletonShimmerAnimation; } html, body { font-size: 0.9375rem; font-weight: 400; line-height: 1.25rem; text-transform: initial; letter-spacing: initial; font-weight: 400; color: var(--p-text); } @media (min-width: 40em) { html, body { font-size: 0.875rem; } } html, body, button { font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif; } html { position: relative; font-size: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -moz-text-size-adjust: 100%; text-size-adjust: 100%; text-rendering: optimizeLegibility; } body { min-height: 100%; margin: 0; padding: 0; background-color: #f6f6f7; } @media print { body { background-color: transparent !important; } } *, *::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; } }