UNPKG

@shopgate/engage

Version:
1 lines 615 B
import{css}from'glamor';import{themeVariables,themeColors}from'@shopgate/pwa-common/helpers/config';var gap=themeVariables.gap;export var items=css({background:"var(--color-background-accent, ".concat(themeColors.background,")"),padding:"".concat(gap.small*1.5,"px ").concat(gap.small*1.5,"px ").concat(gap.big,"px"),marginBottom:"-".concat(gap.small*1.5,"px")});export var card=css({background:themeColors.light,marginBottom:gap.small*1.5,':last-of-type':{marginBottom:0},border:"1px solid ".concat(themeColors.shade7),boxSizing:'border-box',boxShadow:'0px 4px 2px rgba(0, 0, 0, 0.05)',borderRadius:5}).toString();