{"version":3,"sources":["webpack:///./transfer/components/homepage/common/layout-with-entries.js"],"names":["sysColorBackgroundSurface","_PAYPAL_THEME","PageContainer","glamorous","div","maxWidth","margin","paddingTop","mediumAndSmaller","smallAndSmaller","RecipientForm","form","backgroundColor","overflow","position","borderRadius","zIndex","overflowY","overflowX","TopContactsContainer","marginTop","EntryContainer","paddingBottom","EntryWrapper","marginLeft","marginRight","mediumAndBigger","EntriesContainer","display","backgroundPosition","backgroundSize","backgroundRepeat"],"mappings":"qUAOM,0BAAEA,GAA2BC,IAEtBC,EAAgBC,IAAUC,IAAI,mBAAoB,CAC7DC,SAAU,SACVC,OAAQ,sBACRC,WAAY,SACZ,CAACC,KAAmB,CAClBD,WAAY,SAEd,CAACE,KAAkB,CACjBF,WAAY,QACZD,OAAQ,oCAICI,EAAgBP,IAAUQ,KAAK,WAAY,CACtDC,gBAAiB,QACjBC,SAAU,SACVC,SAAU,SACVC,aAAc,MACdC,OAAQ,IACRC,UAAW,UACXC,UAAW,YAGAC,EAAuBhB,IAAUC,IAAI,CAChDgB,UAAW,KAGAC,EAAiBlB,IAAUC,IAAI,WAAY,CACtDQ,gBAAiBZ,EACjBO,WAAY,GACZ,CAACE,KAAkB,CACjBF,WAAY,GACZe,cAAe,MAINC,EAAepB,IAAUC,IAAI,CACxCoB,WAAY,GACZC,YAAa,GACb,CAACC,KAAkB,CACjBD,YAAa,MAIJE,EAAmBxB,IAAUC,IAAI,CAE5CwB,QAAS,OACT,QAAS,CACP,qBAAsB,CACpBC,mBAAoB,SACpBC,eAAgB,UAChBC,iBAAkB","file":"default~chatComponent~request-page~request-success~send-page.esm.js","sourcesContent":["import glamorous from 'glamorous'\nimport {\n mediumAndSmaller,\n mediumAndBigger,\n smallAndSmaller,\n} from '../../../../lib/styles/media-queries'\nimport { PAYPAL_THEME } from '@paypalcorp/pp-react'\nconst { sysColorBackgroundSurface } = PAYPAL_THEME\n\nexport const PageContainer = glamorous.div('transferPage row', {\n maxWidth: '1024px',\n margin: '30px auto 40px auto',\n paddingTop: '0.5rem',\n [mediumAndSmaller]: {\n paddingTop: 'unset',\n },\n [smallAndSmaller]: {\n paddingTop: 'unset',\n margin: '18px auto 40px auto !important',\n },\n})\n\nexport const RecipientForm = glamorous.form('col-md-8', {\n backgroundColor: 'white',\n overflow: 'hidden',\n position: 'static',\n borderRadius: '3px',\n zIndex: '2',\n overflowY: 'visible',\n overflowX: 'visible',\n})\n\nexport const TopContactsContainer = glamorous.div({\n marginTop: 10,\n})\n\nexport const EntryContainer = glamorous.div('col-md-4', {\n backgroundColor: sysColorBackgroundSurface,\n paddingTop: 30,\n [smallAndSmaller]: {\n paddingTop: 12,\n paddingBottom: 12,\n },\n})\n\nexport const EntryWrapper = glamorous.div({\n marginLeft: 24,\n marginRight: 24,\n [mediumAndBigger]: {\n marginRight: 12,\n },\n})\n\nexport const EntriesContainer = glamorous.div({\n // use grid to make entries same height\n display: 'grid',\n '& > *': {\n '&:not(:last-child)': {\n backgroundPosition: 'bottom',\n backgroundSize: '3px 1px',\n backgroundRepeat: 'repeat-x',\n },\n },\n})\n"],"sourceRoot":""}