@nnc-digital/nnc-design-system 1.0.0-alpha35 → 1.0.0-alpha37
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 +3 -2
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +3 -2
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.mjs.js
CHANGED
|
@@ -7950,6 +7950,7 @@ const Container$_ = styled.div`
|
|
|
7950
7950
|
width: 100%;
|
|
7951
7951
|
display: block;
|
|
7952
7952
|
box-sizing: border-box;
|
|
7953
|
+
z-index: 1;
|
|
7953
7954
|
`;
|
|
7954
7955
|
|
|
7955
7956
|
const CookieHide = styled.button`
|
|
@@ -25786,10 +25787,10 @@ const VideoContainer = styled.div`
|
|
|
25786
25787
|
height: 410px;
|
|
25787
25788
|
}
|
|
25788
25789
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
|
|
25789
|
-
height:
|
|
25790
|
+
height: 560px;
|
|
25790
25791
|
}
|
|
25791
25792
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.xl}) {
|
|
25792
|
-
height:
|
|
25793
|
+
height: 636px;
|
|
25793
25794
|
}
|
|
25794
25795
|
`;
|
|
25795
25796
|
|