@shopgate/engage
Version:
Shopgate's ENGAGE library.
12 lines • 300 B
JavaScript
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();