first commit

This commit is contained in:
2024-12-17 13:43:22 +01:00
commit 8e6cd8b410
21292 changed files with 3514826 additions and 0 deletions

View File

@@ -0,0 +1,45 @@
#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%;
}
}
}
}