2025-03-26 10:01:46 +07:00

29 lines
577 B
SCSS
Vendored

.iq-maintenance {
position: fixed;
bottom: 0;
width: 100%;
img {
max-height: 350px;
}
.maintenance-bottom {
width: 100%;
text-align: center;
padding: 0;
.search-input {
input {
&.form-control {
background: transparent;
border-radius: .5rem !important;
}
}
}
.bottom-text{
position: absolute;
left:0;
right:0;
bottom: 40px;
}
}
}