UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

26 lines (15 loc) 1.68 kB
/* stylelint-disable unit-disallowed-list */ /* stylelint-disable length-zero-no-unit */ /* Breakpoints - Aliases */ /* Breakpoints - Media conditions */ .Polaris-ChoiceList_ygfuw { margin: 0; padding: 0; border: none; } @media (max-width: 40em) { .Polaris-ChoiceList__ChoiceItem_14dp4:not(:last-child) { margin-bottom: var(--p-space-4); } } .Polaris-ChoiceList--titleHidden_14zrw > .Polaris-ChoiceList__Title_2qj8j { position: absolute !important; top: 0; width: 0.0625rem !important; height: 0.0625rem !important; margin: 0 !important; padding: 0 !important; overflow: hidden !important; clip-path: inset(50%) !important; border: 0 !important; white-space: nowrap !important; } .Polaris-ChoiceList__Choices_15o76 { margin: 0; padding: 0; list-style: none; } .Polaris-ChoiceList__ChoiceChildren_1j4jt { margin-bottom: var(--p-space-2); padding-left: calc(var(--p-space-2) + var(--p-choice-size)); } @media (max-width: 40em) { .Polaris-ChoiceList__ChoiceChildren_1j4jt { margin-top: var(--p-space-4); } } .Polaris-ChoiceList__ChoiceError_1g7rk { margin-top: var(--p-space-1); margin-bottom: var(--p-space-2); } @media (max-width: 40em) { .Polaris-ChoiceList__ChoiceError_1g7rk { margin-top: var(--p-space-4); } } .Polaris-ChoiceList__Title_2qj8j { font-size: var(--p-font-size-4); font-weight: var(--p-font-weight-regular); line-height: var(--p-line-height-2); text-transform: initial; letter-spacing: initial; display: block; margin: 0 0 var(--p-space-1); padding: 0; } @media (min-width: 40em) { .Polaris-ChoiceList__Title_2qj8j { font-size: var(--p-font-size-3); } } @media (max-width: 40em) { .Polaris-ChoiceList__Title_2qj8j { margin-bottom: var(--p-space-5); } }