Compare commits

..

6 Commits

Author SHA1 Message Date
Chief Bube 6a77e888fb Add Background to Page not found page 2023-10-31 08:33:55 -07:00
CHIEFSOFT\ameye 7619d8aa6f added log out image 2023-10-14 07:33:41 -04:00
CHIEFSOFT\ameye 05a37b10bc image 2023-09-27 12:16:23 -04:00
CHIEFSOFT\ameye 06bb18dae6 https://www.wrenchboard.com/assets/images/apps/rewards.png 2023-09-23 20:41:14 -04:00
CHIEFSOFT\ameye 618d4c8e2f family suggest 2023-09-17 09:09:20 -04:00
ameye 890764cba8 Merge branch 'Performing-task-Text-and-Image' of WrenchBoard/WrenchBoardMainSite into master 2023-09-14 13:16:35 +00:00
18 changed files with 17 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

+17 -1
View File
@@ -6015,6 +6015,22 @@ blockquote cite {
.appie-error-area {
padding-top: 250px;
width: 100%;
min-height: 100vh;
background: url("../images//wrench-page-notfound.jpg") center/cover;
position: relative;
/* z-index: 1; */
}
.appie-error-area::before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #cdcdcd;
opacity: 0.8;
}
.appie-error-content span {
@@ -6032,7 +6048,7 @@ blockquote cite {
}
.appie-error-content p {
line-height: 26px;
color: #505056;
color: #27272a;
font-size: 16px;
padding: 0 50px;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB