@nnc-digital/nnc-design-system 1.0.0-alpha36 → 1.0.0-alpha38
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 -1
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +2 -1
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -7963,6 +7963,7 @@ const Container$_ = styled__default.default.div`
|
|
|
7963
7963
|
width: 100%;
|
|
7964
7964
|
display: block;
|
|
7965
7965
|
box-sizing: border-box;
|
|
7966
|
+
position: sticky;
|
|
7966
7967
|
z-index: 1;
|
|
7967
7968
|
`;
|
|
7968
7969
|
|
|
@@ -25803,7 +25804,7 @@ const VideoContainer = styled__default.default.div`
|
|
|
25803
25804
|
height: 560px;
|
|
25804
25805
|
}
|
|
25805
25806
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.xl}) {
|
|
25806
|
-
height:
|
|
25807
|
+
height: 636px;
|
|
25807
25808
|
}
|
|
25808
25809
|
`;
|
|
25809
25810
|
|