@nnc-digital/nnc-design-system 1.0.0-alpha22 → 1.0.0-alpha23
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 +2 -2
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +2 -2
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -25796,7 +25796,7 @@ const VideoContainer = styled__default.default.div`
|
|
|
25796
25796
|
height: 540px;
|
|
25797
25797
|
}
|
|
25798
25798
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.m}) {
|
|
25799
|
-
height:
|
|
25799
|
+
height: 468px;
|
|
25800
25800
|
}
|
|
25801
25801
|
`;
|
|
25802
25802
|
|
|
@@ -25813,7 +25813,7 @@ const VideoBackground = styled__default.default.video`
|
|
|
25813
25813
|
height: 540px;
|
|
25814
25814
|
}
|
|
25815
25815
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.m}) {
|
|
25816
|
-
height:
|
|
25816
|
+
height: 468px;
|
|
25817
25817
|
}
|
|
25818
25818
|
`;
|
|
25819
25819
|
|