Integration page 404
- New less file - Remove Upsell product
This commit is contained in:
@@ -3,19 +3,6 @@
|
||||
// Main Title
|
||||
.page-header { margin-top: 0; }
|
||||
|
||||
// 404 Page
|
||||
.page_404{
|
||||
color: @brand-primary;
|
||||
font-size: 9em; font-weight: bold;
|
||||
text-align: center;
|
||||
|
||||
span{
|
||||
color : #CCC;
|
||||
display: block;
|
||||
font-size: 15px; font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
// Collapse
|
||||
.no-js .collapse { display: block!important; }
|
||||
|
||||
|
||||
@@ -30,5 +30,5 @@
|
||||
|
||||
// Thelia : Pages
|
||||
@import "page-home.less";
|
||||
@import "page-error.less";
|
||||
//@import "page-login.less";
|
||||
//@import "page-error.less";
|
||||
15
templates/default/assets/less/thelia/page-error.less
Executable file
15
templates/default/assets/less/thelia/page-error.less
Executable file
@@ -0,0 +1,15 @@
|
||||
// 404 Page
|
||||
.page-404 {
|
||||
.main { padding: 10px 0 100px; }
|
||||
#main-label {
|
||||
color: @brand-primary;
|
||||
font-size: 9em; font-weight: bold;
|
||||
text-align: center;
|
||||
|
||||
span{
|
||||
color : #CCC;
|
||||
display: block;
|
||||
font-size: 15px; font-weight: normal;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user