{"version":3,"file":"google-pay.styles.es.mjs","sources":["../../../src/components/google-pay/google-pay.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 ButtonLoader = styled('div', {\n  animation: `${pulse()} 2s cubic-bezier(0.4, 0, 0.6, 1) infinite`,\n  background: '#F3F4F6',\n  borderRadius: 4,\n  height: 40,\n});\n"],"names":["pulse","keyframes","ButtonLoader","styled"],"mappings":";AAGA,MAAMA,IAAQC,EAAU;AAAA,EACtB,YAAY;AAAA,IACV,SAAS;AAAA,EACX;AAAA,EACA,OAAO;AAAA,IACL,SAAS;AAAA,EACX;AACF,CAAC,GAEYC,IAAeC,EAAO,OAAO;AAAA,EACxC,WAAW,GAAGH,EAAM;AAAA,EACpB,YAAY;AAAA,EACZ,cAAc;AAAA,EACd,QAAQ;AACV,CAAC;"}