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

15 lines
265 B
SCSS

/* 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%);
}