@nnc-digital/nnc-design-system 1.0.0-alpha29 → 1.0.0-alpha30
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 +1 -0
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +1 -0
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -25789,6 +25789,7 @@ const Search = styled__default.default.div`
|
|
|
25789
25789
|
const VideoContainer = styled__default.default.div`
|
|
25790
25790
|
position: absolute;
|
|
25791
25791
|
width: 100%;
|
|
25792
|
+
z-index: -1;
|
|
25792
25793
|
@media screen and (max-width: ${(props) => props.theme.theme_vars.breakpoints.m}) {
|
|
25793
25794
|
height: 580px;
|
|
25794
25795
|
}
|