tao-test/app/tao/views/scss/inc/_requirement-check.scss

15 lines
265 B
SCSS
Raw Normal View History

2022-08-29 20:14:13 +02:00
/* Hide everything is this class is there, it should be removed by JS*/
html.no-js {
.content-wrap, footer {
display: none !important;
}
}
html body > .check-msg {
position: absolute;
left: 50%;
top: 5%;
transform: translateX(-50%);
}