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
907 B

  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":null,"metadata":{},"sourceType":"module"}