@shopgate/engage
Version:
Shopgate's ENGAGE library.
1 lines • 609 B
JavaScript
function _defineProperty(obj,key,value){if(key in obj){Object.defineProperty(obj,key,{value:value,enumerable:true,configurable:true,writable:true});}else{obj[key]=value;}return obj;}import{css}from'glamor';import{themeConfig}from'@shopgate/pwa-common/helpers/config';import{responsiveMediaQuery}from'@shopgate/engage/styles';var variables=themeConfig.variables;export var sheet=css(_defineProperty({maxHeight:"calc(var(--vh-100, 100vh) - ".concat(variables.navigator.height,"px)")},responsiveMediaQuery('>sm',{webOnly:true}),{maxHeight:"calc(var(--vh-80, 80vh) - ".concat(variables.navigator.height,"px)")}));