first commit
This commit is contained in:
45
themes/ayon/_dev/css/components/errors.scss
Normal file
45
themes/ayon/_dev/css/components/errors.scss
Normal 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%;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user