Adding 404 image and styles

This commit is contained in:
ICabaleiro 2020-02-21 16:49:22 +00:00
parent ddbb365d46
commit 84496a8a93
3 changed files with 25 additions and 1 deletions

View file

@ -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;
}