UNPKG

@shopgate/engage

Version:
5 lines 776 B
import{css}from'glamor';import{themeConfig}from'@shopgate/pwa-common/helpers/config';var variables=themeConfig.variables;export var item=css({fontSize:'0.875rem',padding:"".concat(variables.gap.small/2,"px ").concat(variables.gap.big,"px")}).toString();export var icon=css({fontSize:'3rem',flexShrink:0,margin:'5px 12px 0 12px'}).toString();export var content=css({display:'flex',flexDirection:'column',paddingLeft:variables.gap.big,paddingTop:variables.gap.small,paddingBottom:variables.gap.small,// took from https://stackoverflow.com/a/36247448 // in order to prevent the long coupon codes from // breaking the ui, we need to reset the default // flexbox settings (taken from CCP-2475) minWidth:0}).toString();export var contentLast=css({alignItems:'flex-end'}).toString();