@shopify/polaris
Version:
Shopify’s admin product component library
20 lines (10 loc) • 1.12 kB
CSS
:root { --polaris-version-number: '10.4.1'; }
html, body { font-size: 0.9375rem; font-weight: var(--p-font-weight-regular); line-height: var(--p-font-line-height-2); text-transform: initial; letter-spacing: initial; font-weight: var(--p-font-weight-regular); color: var(--p-text); }
@media (min-width: 48em) { html, body { font-size: var(--p-font-size-100); } }
html, body, button { font-family: var(--p-font-family-sans); }
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 ; } }
*, *::before, *::after { box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, p { margin: 0; font-size: 1em; font-weight: var(--p-font-weight-regular); }
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner { border-style: none; }