Adding 404 image and styles
This commit is contained in:
parent
ddbb365d46
commit
84496a8a93
3 changed files with 25 additions and 1 deletions
|
@ -153,4 +153,10 @@ body {
|
|||
#custom-css .ui-paginator .ui-paginator-element:hover:not(.ui-state-disabled){
|
||||
color: var(--whiteColor) !important;
|
||||
background-color: var(--mainHoverColor) !important;
|
||||
}
|
||||
|
||||
/* 404 Not found page */
|
||||
#custom-css my-page-not-found img {
|
||||
width: 350px !important;
|
||||
margin-bottom: 0px !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue