UNPKG

@shopgate/pwa-common

Version:

Common library for the Shopgate Connect PWA.

18 lines 305 B
import { css } from 'glamor'; const overlay = css({ position: 'fixed', top: 0, left: 0, width: '100%', height: '100%', overflow: 'auto', zIndex: 1, outline: 0 }).toString(); const rotatedIcon = css({ transform: 'rotate(180deg)' }).toString(); export default { overlay, rotatedIcon };