@shopgate/engage
Version:
Shopgate's ENGAGE library.
1 lines • 774 B
JavaScript
import{css}from'glamor';import{themeVariables,themeColors}from'@shopgate/pwa-common/helpers/config';export var container=css({fontSize:'0.75rem',padding:"0 ".concat(themeVariables.gap.big,"px ").concat(themeVariables.gap.small,"px ").concat(themeVariables.gap.big*3,"px"),marginTop:"-".concat(themeVariables.gap.small,"px"),flexDirection:'column'}).toString();export var alternativeLocation=css({fontSize:'0.825rem',padding:"0 ".concat(themeVariables.gap.big,"px ").concat(themeVariables.gap.small,"px ").concat(themeVariables.gap.big*3,"px")}).toString();export var unavailable=css({color:themeColors.dark,fontSize:'0.625rem',textTransform:'uppercase',letterSpacing:'0.05em',opacity:0.5}).toString();export var locationName=css({color:'var(--color-text-medium-emphasis)'});