UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

26 lines (15 loc) 1.12 kB
/* stylelint-disable unit-disallowed-list */ /* stylelint-disable length-zero-no-unit */ /* Breakpoints - Aliases */ /* Breakpoints - Media conditions */ html, body { min-height: 100%; height: 100%; } .Polaris-Page_yisnh { margin: 0 auto; padding: 0; max-width: 62.375rem; } @media (max-width: 48.0625em) and (min-width: 30.625em), (min-width: 45.625em) { [data-has-navigation] .Polaris-Page_yisnh { padding: 0 var(--p-space-6); } } @media (min-width: 30.625em) { .Polaris-Page_yisnh { padding: 0 var(--p-space-6); } } .Polaris-Page_yisnh::after { content: ''; display: table; } .Polaris-Page--fullWidth_zyvh4 { max-width: none; } .Polaris-Page--narrowWidth_yaeah { max-width: 41.375rem; } .Polaris-Page__Content_xd1mk { margin: var(--p-space-2) 0; } @media (max-width: 48.0625em) and (min-width: 46.5em), (min-width: 61.5em) { [data-has-navigation] .Polaris-Page__Content_xd1mk { margin-top: var(--p-space-5); } } @media (min-width: 46.5em) { .Polaris-Page__Content_xd1mk { margin-top: var(--p-space-5); } } .Polaris-Page--divider_myoiu { border-top: var(--p-border-divider); padding-top: var(--p-space-4); }