Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6a77e888fb | |||
| 7619d8aa6f | |||
| 05a37b10bc | |||
| 06bb18dae6 | |||
| 618d4c8e2f | |||
| 890764cba8 |
|
After Width: | Height: | Size: 75 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 107 KiB |
|
After Width: | Height: | Size: 171 KiB |
|
After Width: | Height: | Size: 111 KiB |
|
After Width: | Height: | Size: 67 KiB |
@@ -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;
|
||||
}
|
||||
|
||||
|
After Width: | Height: | Size: 67 KiB |