You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
educoder/public/react/build/static/media/main.ecedf39e.scss

24 lines
376 B

@import "../../next-core/lib/next.scss";
.#{$css-prefix}overlay-backdrop{
background: #000000;
position: fixed;
width:100%;
height:100%;
top:0;
left:0;
z-index: 1001;
transition: opacity 0.3s;
opacity: 0;
}
.opened .#{$css-prefix}overlay-backdrop{
opacity: 0.2;
}
.#{$css-prefix}overlay-wrapper{
.#{$css-prefix}overlay-inner{
z-index: 1001;
}
}