@nnc-digital/nnc-design-system 1.0.0-alpha32 → 1.0.0-alpha34
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 -3
- package/build/index.js.map +1 -1
- package/build/index.mjs.js +2 -3
- package/build/index.mjs.js.map +1 -1
- package/package.json +1 -1
package/build/index.mjs.js
CHANGED
|
@@ -25654,6 +25654,7 @@ const InnerContainer = styled.div`
|
|
|
25654
25654
|
margin-right: auto;
|
|
25655
25655
|
margin-left: auto;
|
|
25656
25656
|
flex-grow: 1;
|
|
25657
|
+
z-index: 1;
|
|
25657
25658
|
|
|
25658
25659
|
@media screen and (min-width: ${(props) => props.theme.theme_vars.breakpoints.l}) {
|
|
25659
25660
|
max-width: ${(props) => props.theme.theme_vars.breakpoints.l};
|
|
@@ -25778,7 +25779,6 @@ const Search = styled.div`
|
|
|
25778
25779
|
const VideoContainer = styled.div`
|
|
25779
25780
|
position: absolute;
|
|
25780
25781
|
width: 100%;
|
|
25781
|
-
z-index: -1;
|
|
25782
25782
|
@media screen and (max-width: ${(props) => props.theme.theme_vars.breakpoints.m}) {
|
|
25783
25783
|
height: 580px;
|
|
25784
25784
|
}
|
|
@@ -25795,7 +25795,6 @@ const VideoBackground = styled.video`
|
|
|
25795
25795
|
width: 100%;
|
|
25796
25796
|
height: 575px;
|
|
25797
25797
|
object-fit: cover;
|
|
25798
|
-
z-index: -1;
|
|
25799
25798
|
@media screen and (max-width: ${(props) => props.theme.theme_vars.breakpoints.m}) {
|
|
25800
25799
|
height: 590px;
|
|
25801
25800
|
}
|
|
@@ -25816,7 +25815,7 @@ const PlayPauseButton = styled.button`
|
|
|
25816
25815
|
display: flex;
|
|
25817
25816
|
align-items: center;
|
|
25818
25817
|
justify-content: center;
|
|
25819
|
-
z-index:
|
|
25818
|
+
z-index: 1;
|
|
25820
25819
|
background: rgba(0, 0, 0, 0.5);
|
|
25821
25820
|
border: 1px solid white;
|
|
25822
25821
|
color: white;
|