@nnc-digital/nnc-design-system 1.0.0-alpha34 → 1.0.0-alpha36
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.
- package/build/index.js +9 -2
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +9 -2
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -7963,6 +7963,7 @@ const Container$_ = styled__default.default.div`
|
|
|
7963
7963
|
width: 100%;
|
|
7964
7964
|
display: block;
|
|
7965
7965
|
box-sizing: border-box;
|
|
7966
|
+
z-index: 1;
|
|
7966
7967
|
`;
|
|
7967
7968
|
|
|
7968
7969
|
const CookieHide = styled__default.default.button`
|
|
@@ -25799,7 +25800,10 @@ const VideoContainer = styled__default.default.div`
|
|
|
25799
25800
|
height: 410px;
|
|
25800
25801
|
}
|
|
25801
25802
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
|
|
25802
|
-
height:
|
|
25803
|
+
height: 560px;
|
|
25804
|
+
}
|
|
25805
|
+
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.xl}) {
|
|
25806
|
+
height: 540px;
|
|
25803
25807
|
}
|
|
25804
25808
|
`;
|
|
25805
25809
|
|
|
@@ -25815,7 +25819,10 @@ const VideoBackground = styled__default.default.video`
|
|
|
25815
25819
|
height: 420px;
|
|
25816
25820
|
}
|
|
25817
25821
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
|
|
25818
|
-
height:
|
|
25822
|
+
height: 568px;
|
|
25823
|
+
}
|
|
25824
|
+
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.xl}) {
|
|
25825
|
+
height: 645px;
|
|
25819
25826
|
}
|
|
25820
25827
|
`;
|
|
25821
25828
|
|