@shopgate/pwa-common
Version:
Common library for the Shopgate Connect PWA.
1 lines • 263 B
JavaScript
import{css}from'glamor';var overlay=css({position:'fixed',top:0,left:0,width:'100%',height:'100%',overflow:'auto',zIndex:1,outline:0}).toString();var rotatedIcon=css({transform:'rotate(180deg)'}).toString();export default{overlay:overlay,rotatedIcon:rotatedIcon};