Files
newwalls.pl/themes/ayon_/_dev/css/components/errors.scss
2024-12-17 13:43:22 +01:00

46 lines
829 B
SCSS

#products,
#pagenotfound {
#main {
.page-header {
margin: 2rem 0 3rem;
}
.page-content {
margin-bottom: 10rem;
}
}
.page-not-found {
padding: 3rem;
.title404 {
text-align: center;
font-size:12rem;
line-height: 12rem;
color:$body-border;
font-weight: bold;
letter-spacing: -1rem;
display: inline-block;
width: 100%;
margin: 1.5rem 0 1rem;
}
h4 {
font-size: 1rem;
text-align: center;
font-weight: 500;
margin: 0.5rem 0!important;
color:$body-comment!important;
}
p {
font-size: 1rem;
font-weight: 500;
text-align: center;
color:$body-comment;
}
.search-widget {
margin:0 auto;
float: none;
input {
width: 100%;
}
}
}
}