File: /var/www/quadcode-site/src/style/components/under-construction.scss
.under-construction {
max-width: 780px;
width: 100%;
margin: auto;
&__row {
position: relative;
}
&__title {
text-align: center;
margin-bottom: 16px;
}
&__desc {
text-align: center;
@include breakpoint-down('tabM') {
font-size: 16px;
}
}
&__animation {
margin: 0 auto;
background-color:rgba(255, 255, 255, 1.00);
width:375px;
height:375px;
}
&__canvas {
position: absolute;
display: none;
background-color:rgba(255, 255, 255, 1.00);
}
&__preloader {
position:absolute;
top:0;
left: 50%;
transform: translateX(-50%);
height:375px;
width: 375px;
}
&__overlay {
pointer-events:none;
overflow:hidden;
width:375px;
height:375px;
position: absolute;
left: 0;
top: 0;
display: none;
}
}