File: /var/www/quadcode-jobs/resources/sass/components/_notfound.scss
.not-found{
background-color: #F8FAFB;
padding-top: 10%;
margin-top: 7%;
padding-bottom:10%;
&__wrapper{
position: relative;
img{
margin:0 auto;
}
}
&__wrapper-text{
position: absolute;
top: 82%;
font-size: 2rem;
font-family: 'Proxima Nova', sans-serif;
left: 50%;
transform: translateX(-50%);
width: 100%;
text-align: center
}
&__info {
&-text {
text-align: center;
font-size: 28px;
margin-bottom: 24px;
}
&-desc {
text-align: center;
a {
color: var(--color-link);
}
}
}
}
.app-footer-pt{
padding-top:2.8rem;
}
@include breakpoint-down('sm') {
.not-found{
padding-top:30%;
padding-bottom:30%;
&__wrapper{
width: 100%;
}
}
.app-footer-pt{
padding-top: 0;
}
}
@include breakpoint-up('lg') {
.app-content-fnone{
flex:none!important;
}
}