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

12 lines
176 B
SCSS

.spotlight {
position: relative;
.container {
height: 100%;
}
}
@media (min-height: 600px) and (min-width: 767px) {
[data-spotlight="fullscreen"] {
height: 100vh;
}
}