@nnc-digital/nnc-design-system 1.0.0-alpha28 → 1.0.0-alpha29
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.mjs.js
CHANGED
|
@@ -25777,10 +25777,10 @@ const VideoContainer = styled.div`
|
|
|
25777
25777
|
position: absolute;
|
|
25778
25778
|
width: 100%;
|
|
25779
25779
|
@media screen and (max-width: ${(props) => props.theme.theme_vars.breakpoints.m}) {
|
|
25780
|
-
height:
|
|
25780
|
+
height: 580px;
|
|
25781
25781
|
}
|
|
25782
25782
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.m}) and (max-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
|
|
25783
|
-
height:
|
|
25783
|
+
height: 410px;
|
|
25784
25784
|
}
|
|
25785
25785
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
|
|
25786
25786
|
height: 530px;
|