{"version":3,"file":"gift-card.styles.es.mjs","sources":["../../../src/components/gift-card/gift-card.styles.ts"],"sourcesContent":["// Internals\nimport { keyframes, styled } from '~/stitches.config';\n\nconst pulse = keyframes({\n  '0%, 100%': {\n    opacity: 1,\n  },\n  '50%': {\n    opacity: 0.5,\n  },\n});\n\nexport const LoadingCard = styled('div', {\n  animation: `${pulse()} 2s cubic-bezier(0.4, 0, 0.6, 1) infinite`,\n  background: '#F3F4F6',\n  borderRadius: 6,\n  height: 50,\n  marginBottom: 39,\n  position: 'relative',\n});\n\nexport const PayButton = styled('button', {\n  backgroundColor: '#006aff',\n  borderRadius: 5,\n  boxShadow: 1,\n  color: '#fff',\n  cursor: 'pointer',\n  borderStyle: 'none',\n  fontSize: 16,\n  fontWeight: 500,\n  lineHeight: '24px',\n  outline: 'none',\n  padding: 12,\n  userSelect: 'none',\n  width: '100%',\n  '&:active': {\n    backgroundColor: 'rgb(0, 85, 204)',\n  },\n  '&:disabled': {\n    backgroundColor: 'rgba(0, 0, 0, 0.05)',\n    color: 'rgba(0, 0, 0, 0.3)',\n    cursor: 'not-allowed',\n  },\n});\n"],"names":["pulse","keyframes","LoadingCard","styled","PayButton"],"mappings":";AAGA,MAAMA,IAAQC,EAAU;AAAA,EACtB,YAAY;AAAA,IACV,SAAS;AAAA,EACX;AAAA,EACA,OAAO;AAAA,IACL,SAAS;AAAA,EACX;AACF,CAAC,GAEYC,IAAcC,EAAO,OAAO;AAAA,EACvC,WAAW,GAAGH,EAAM;AAAA,EACpB,YAAY;AAAA,EACZ,cAAc;AAAA,EACd,QAAQ;AAAA,EACR,cAAc;AAAA,EACd,UAAU;AACZ,CAAC,GAEYI,IAAYD,EAAO,UAAU;AAAA,EACxC,iBAAiB;AAAA,EACjB,cAAc;AAAA,EACd,WAAW;AAAA,EACX,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,aAAa;AAAA,EACb,UAAU;AAAA,EACV,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,SAAS;AAAA,EACT,SAAS;AAAA,EACT,YAAY;AAAA,EACZ,OAAO;AAAA,EACP,YAAY;AAAA,IACV,iBAAiB;AAAA,EACnB;AAAA,EACA,cAAc;AAAA,IACZ,iBAAiB;AAAA,IACjB,OAAO;AAAA,IACP,QAAQ;AAAA,EACV;AACF,CAAC;"}