UNPKG

@shopgate/engage

Version:
12 lines 300 B
import { css } from 'glamor'; import { themeConfig } from '@shopgate/pwa-common/helpers/config'; const { colors } = themeConfig; export const list = css({ borderBottom: `1px solid ${colors.shade7}` }).toString(); export const loadingIndicator = css({ padding: 0, margin: 'auto' }).toString();