@nnc-digital/nnc-design-system 1.0.0-alpha26 → 1.0.0-alpha27
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 -3
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +3 -3
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -25792,7 +25792,7 @@ const VideoContainer = styled__default.default.div`
|
|
|
25792
25792
|
left: 0;
|
|
25793
25793
|
width: 100%;
|
|
25794
25794
|
@media screen and (max-width: ${(props) => props.theme.theme_vars.breakpoints.m}) {
|
|
25795
|
-
height:
|
|
25795
|
+
height: 590px;
|
|
25796
25796
|
}
|
|
25797
25797
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.m}) and (max-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
|
|
25798
25798
|
height: 420px;
|
|
@@ -25811,13 +25811,13 @@ const VideoBackground = styled__default.default.video`
|
|
|
25811
25811
|
object-fit: cover;
|
|
25812
25812
|
z-index: -1;
|
|
25813
25813
|
@media screen and (max-width: ${(props) => props.theme.theme_vars.breakpoints.m}) {
|
|
25814
|
-
height:
|
|
25814
|
+
height: 590px;
|
|
25815
25815
|
}
|
|
25816
25816
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.m}) and (max-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
|
|
25817
25817
|
height: 420px;
|
|
25818
25818
|
}
|
|
25819
25819
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
|
|
25820
|
-
height: 540px;
|
|
25820
|
+
height: 540px;
|
|
25821
25821
|
}
|
|
25822
25822
|
`;
|
|
25823
25823
|
|