{"version":3,"file":"ach.styles.es.mjs","sources":["../../../src/components/ach/ach.styles.ts"],"sourcesContent":["// Internals\nimport { styled } from '~/stitches.config';\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  span: {\n    lineHeight: 1,\n    verticalAlign: 'middle',\n  },\n});\n\nexport const SvgIcon = styled('svg', {\n  display: 'inline-flex',\n  height: 24,\n  marginRight: 14,\n  verticalAlign: 'middle',\n  width: 36,\n});\n"],"names":["PayButton","styled","SvgIcon"],"mappings":";AAGa,MAAAA,IAAYC,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;AAAA,EACA,MAAM;AAAA,IACJ,YAAY;AAAA,IACZ,eAAe;AAAA,EACjB;AACF,CAAC,GAEYC,IAAUD,EAAO,OAAO;AAAA,EACnC,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,aAAa;AAAA,EACb,eAAe;AAAA,EACf,OAAO;AACT,CAAC;"}