@nnc-digital/nnc-design-system 1.0.0-alpha18 → 1.0.0-alpha19
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 +4 -1
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +4 -1
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -25791,9 +25791,12 @@ const VideoBackground = styled__default.default.video`
|
|
|
25791
25791
|
top: 0;
|
|
25792
25792
|
left: 0;
|
|
25793
25793
|
width: 100%;
|
|
25794
|
-
height:
|
|
25794
|
+
height: 575px;
|
|
25795
25795
|
object-fit: cover;
|
|
25796
25796
|
z-index: -1;
|
|
25797
|
+
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
|
|
25798
|
+
height: 540px;
|
|
25799
|
+
}
|
|
25797
25800
|
`;
|
|
25798
25801
|
|
|
25799
25802
|
/**
|