UNPKG

polaris-glints

Version:

Glints forked polaris react

18 lines (9 loc) 1.06 kB
:root { --polaris-version-number: '15.12.0'; } html, body { font-size: var(--p-font-size-100); line-height: var(--p-font-line-height-2); font-weight: var(--p-font-weight-regular); text-transform: initial; letter-spacing: initial; font-weight: var(--p-font-weight-regular); color: var(--p-text); } 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 !important; } } *, *::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; }