oolib 2.134.3 → 2.134.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -33,7 +33,7 @@ var mixins_1 = require("../../themes/mixins");
|
|
|
33
33
|
var themes_1 = require("../../themes");
|
|
34
34
|
var utilsOolib_1 = require("../../utilsOolib");
|
|
35
35
|
var greyColor3 = themes_1.colors.greyColor3, white = themes_1.colors.white;
|
|
36
|
-
exports.StyledHomeCover = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n position: relative;\n ", "\n"], ["\n display: flex;\n position: relative;\n ", "\n"])), function (_a) {
|
|
36
|
+
exports.StyledHomeCover = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n position: relative;\n z-index: 0;\n ", "\n"], ["\n display: flex;\n position: relative;\n z-index: 0;\n ", "\n"])), function (_a) {
|
|
37
37
|
var variant = _a.variant;
|
|
38
38
|
return variant === "default"
|
|
39
39
|
? (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n height: calc(100vh - 6rem);\n ", " {\n height: 60rem;\n }\n "], ["\n height: calc(100vh - 6rem);\n ", " {\n height: 60rem;\n }\n "])), (0, mixins_1.mediaQuery)("sm")) : (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n height: 30rem;\n "], ["\n height: 30rem;\n "])));
|