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