CyberExam-django/static/scss/components/_masks.scss
2024-10-22 00:34:38 +08:00

9 lines
177 B
SCSS

.mask {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
}