@shopgate/pwa-common
Version:
Common library for the Shopgate Connect PWA.
3 lines • 753 B
JavaScript
/**
* @deprecated used @shopgate/engage/styles instead
*/import{css}from'glamor';import{themeConfig}from"../../helpers/config";var typography=themeConfig.typography;css.global('*, *:before, *:after',{boxSizing:'border-box'});css.global('html, body',{WebkitTapHighlightColor:'transparent',width:'100%',height:'100%'});css.global('html',{overflow:'hidden',MozOsxFontSmoothing:'grayscale',WebkitFontSmoothing:'antialiased',MsTextSizeAdjust:'100%',WebkitTextSizeAdjust:'100%',minHeight:'100%'});css.global('body',{font:"".concat(typography.rootSize,"px/").concat(typography.lineHeight," ").concat(typography.family),overflow:'auto',margin:0,WebkitOverflowScrolling:'touch',WebkitUserSelect:'none'});css.global('[data-pattern]',{height:'100% !important'});