Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

1 wiersz
1.1 KiB

  1. {"ast":null,"code":"import _defineProperty from \"@babel/runtime/helpers/esm/defineProperty\";\n\nvar parallaxStyle = function parallaxStyle(theme) {\n return {\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: \"rgba(0, 0, 0, 0.5)\"\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: _defineProperty({}, theme.breakpoints.down(\"md\"), {\n minHeight: \"660px\"\n })\n };\n};\n\nexport default parallaxStyle;","map":null,"metadata":{},"sourceType":"module"}