UNPKG

@shopgate/engage

Version:
10 lines 336 B
import { css } from 'glamor'; import { themeConfig } from '@shopgate/pwa-common/helpers/config'; const { variables } = themeConfig; export const container = css({}).toString(); export const selected = css({}).toString(); export const directionsButton = css({ padding: `0 ${variables.gap.big}px ${variables.gap.big}px` }).toString();