You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
xshop/resources/views/segments/index/GisooVideo/GisooVideo.scss

35 lines
708 B
SCSS

.GisooVideo {
position: relative;
&:before{
position: absolute;
content: ' ';
background: #ffffff33;
backdrop-filter: blur(12px);
width: 45%;
right: -25%;
top: 0;
z-index: 70;
bottom: .5rem;
transform: skewX(var(--gisso-deg-1));
}
&:after{
position: absolute;
content: ' ';
background: #ffffff33;
backdrop-filter: blur(12px);
width: 45%;
left: -25%;
top: 0;
z-index: 70;
bottom: .5rem;
transform: skewX(var(--gisso-deg-2));
}
// scss
video{
position: relative;
width: 100%;
z-index: 60;
}
}