added background image to error page

This commit was merged in pull request #474.
This commit is contained in:
victorAnumudu
2023-10-31 19:51:36 +01:00
parent 086b1202a4
commit 436498bef9
3 changed files with 9 additions and 2 deletions
+6
View File
@@ -304,6 +304,12 @@ input[type="text"][dir="rtl"] {
transform: rotate(360deg);
}
}
.my-custom-bg-class{
background: url("./assets/images/wrench-page-notfound.jpg") center/cover;
position: relative;
}
/* TODO: =================================default end================================ */
/* TODO: =================================update password================================ */
.content-wrapper.thankyou-section {