You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
3.1 KiB

  1. {"ast":null,"code":"const parallaxStyle = theme => ({\n parallax: {\n height: \"90vh\",\n maxHeight: \"1000px\",\n overflow: \"hidden\",\n position: \"relative\",\n backgroundPosition: \"center top\",\n backgroundSize: \"cover\",\n margin: \"0\",\n padding: \"0\",\n border: \"0\",\n display: \"flex\",\n alignItems: \"center\"\n },\n filter: {\n \"&:before\": {\n background: \"#212121\"\n },\n \"&:after,&:before\": {\n position: \"absolute\",\n zIndex: \"1\",\n width: \"100%\",\n height: \"100%\",\n display: \"block\",\n left: \"0\",\n top: \"0\",\n content: \"''\"\n }\n },\n small: {\n height: \"380px\"\n },\n parallaxResponsive: {\n [theme.breakpoints.down(\"md\")]: {\n minHeight: \"660px\"\n }\n }\n});\n\nexport default parallaxStyle;","map":{"version":3,"sources":["E:/Project/tbg-ecomm-nextjs/assets/jss/nextjs-material-kit/components/parallaxStyle.js"],"names":["parallaxStyle","theme","parallax","height","maxHeight","overflow","position","backgroundPosition","backgroundSize","margin","padding","border","display","alignItems","filter","background","zIndex","width","left","top","content","small","parallaxResponsive","breakpoints","down","minHeight"],"mappings":"AAAA,MAAMA,aAAa,GAAGC,KAAK,KAAK;AAC9BC,EAAAA,QAAQ,EAAE;AACRC,IAAAA,MAAM,EAAE,MADA;AAERC,IAAAA,SAAS,EAAE,QAFH;AAGRC,IAAAA,QAAQ,EAAE,QAHF;AAIRC,IAAAA,QAAQ,EAAE,UAJF;AAKRC,IAAAA,kBAAkB,EAAE,YALZ;AAMRC,IAAAA,cAAc,EAAE,OANR;AAORC,IAAAA,MAAM,EAAE,GAPA;AAQRC,IAAAA,OAAO,EAAE,GARD;AASRC,IAAAA,MAAM,EAAE,GATA;AAURC,IAAAA,OAAO,EAAE,MAVD;AAWRC,IAAAA,UAAU,EAAE;AAXJ,GADoB;AAc9BC,EAAAA,MAAM,EAAE;AACN,gBAAY;AACVC,MAAAA,UAAU,EAAE;AADF,KADN;AAIN,wBAAoB;AAClBT,MAAAA,QAAQ,EAAE,UADQ;AAElBU,MAAAA,MAAM,EAAE,GAFU;AAGlBC,MAAAA,KAAK,EAAE,MAHW;AAIlBd,MAAAA,MAAM,EAAE,MAJU;AAKlBS,MAAAA,OAAO,EAAE,OALS;AAMlBM,MAAAA,IAAI,EAAE,GANY;AAOlBC,MAAAA,GAAG,EAAE,GAPa;AAQlBC,MAAAA,OAAO,EAAE;AARS;AAJd,GAdsB;AA6B9BC,EAAAA,KAAK,EAAE;AACLlB,IAAAA,MAAM,EAAE;AADH,GA7BuB;AAgC9BmB,EAAAA,kBAAkB,EAAE;AAClB,KAACrB,KAAK,CAACsB,WAAN,CAAkBC,IAAlB,CAAuB,IAAvB,CAAD,GAAgC;AAC9BC,MAAAA,SAAS,EAAE;AADmB;AADd;AAhCU,CAAL,CAA3B;;AAuCA,eAAezB,aAAf","sourcesContent":["const parallaxStyle = theme => ({\r\n parallax: {\r\n height: \"90vh\",\r\n maxHeight: \"1000px\",\r\n overflow: \"hidden\",\r\n position: \"relative\",\r\n backgroundPosition: \"center top\",\r\n backgroundSize: \"cover\",\r\n margin: \"0\",\r\n padding: \"0\",\r\n border: \"0\",\r\n display: \"flex\",\r\n alignItems: \"center\"\r\n },\r\n filter: {\r\n \"&:before\": {\r\n background: \"#212121\"\r\n },\r\n \"&:after,&:before\": {\r\n position: \"absolute\",\r\n zIndex: \"1\",\r\n width: \"100%\",\r\n height: \"100%\",\r\n display: \"block\",\r\n left: \"0\",\r\n top: \"0\",\r\n content: \"''\"\r\n }\r\n },\r\n small: {\r\n height: \"380px\"\r\n },\r\n parallaxResponsive: {\r\n [theme.breakpoints.down(\"md\")]: {\r\n minHeight: \"660px\"\r\n }\r\n }\r\n});\r\n\r\nexport default parallaxStyle;\r\n"]},"metadata":{},"sourceType":"module"}