{"version":3,"file":"static/chunks/3283-1abd6efa28ce0771.js","mappings":"0ZAAaA,EAAO,CAClBC,QAAS,QAEEC,EAAa,CACxBD,QAAS,OACTE,SAAU,QAECC,EAAc,CACzBC,WAAY,UAKDC,EAAgB,CAC3BC,eAAgB,UAKLC,EAAiB,CAC5BD,eAAgB,iBAGLE,GAAa,UACrBT,EACAQ,GAGQE,GAAY,UACpBV,EACAI,GAGQO,GAAY,UACpBX,EACAM,GAGQM,GAAe,UACvBZ,EACAI,EACAE,GAGQO,GAAsB,UAC9Bb,EACAI,EACAI,GAGQM,GAAmB,UAC3Bd,EAzCmB,CACtBK,WAAY,YA0CTG,GAGQO,GAAkB,UAC1Bf,EACAI,EA1CqB,CACxBG,eAAgB,aA6CLS,EAAa,CACxBC,aAAc,MACdC,SAAU,OACVC,WAAY,M","sources":["webpack://_N_E/./components/Layouts/GlobalStyle.tsx"],"sourcesContent":["export const flex = {\n display: 'flex',\n};\nexport const flexAnWrap = {\n display: 'flex',\n flexWrap: 'wrap',\n};\nexport const alignCenter = {\n alignItems: 'center',\n};\nexport const alignEnd = {\n alignItems: 'flex-end',\n};\nexport const justifyCenter = {\n justifyContent: 'center',\n};\nexport const justifyEnd = {\n justifyContent: 'flex-end',\n};\nexport const justifyBetween = {\n justifyContent: 'space-between',\n};\n\nexport const colBetween = {\n ...flex,\n ...justifyBetween,\n};\n\nexport const colCenter = {\n ...flex,\n ...alignCenter,\n};\n\nexport const rowCenter = {\n ...flex,\n ...justifyCenter,\n};\n\nexport const rowColCenter = {\n ...flex,\n ...alignCenter,\n ...justifyCenter,\n};\n\nexport const rowCenterColBetween = {\n ...flex,\n ...alignCenter,\n ...justifyBetween,\n};\n\nexport const rowEndColBetween = {\n ...flex,\n ...alignEnd,\n ...justifyBetween,\n};\n\nexport const rowCenterColEnd = {\n ...flex,\n ...alignCenter,\n ...justifyEnd,\n};\n\nexport const squareChip = {\n borderRadius: '4px',\n fontSize: '10px',\n fontWeight: 600,\n};\n"],"names":["flex","display","flexAnWrap","flexWrap","alignCenter","alignItems","justifyCenter","justifyContent","justifyBetween","colBetween","colCenter","rowCenter","rowColCenter","rowCenterColBetween","rowEndColBetween","rowCenterColEnd","squareChip","borderRadius","fontSize","fontWeight"],"sourceRoot":""}