Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 864c59ec70 | |||
| 653b489c32 |
@@ -5903,6 +5903,22 @@ blockquote cite {
|
|||||||
|
|
||||||
.appie-error-area {
|
.appie-error-area {
|
||||||
padding-top: 250px;
|
padding-top: 250px;
|
||||||
|
width: 100%;
|
||||||
|
min-height: 100vh;
|
||||||
|
background: url("../images/wrenchng-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 {
|
.appie-error-content span {
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
Reference in New Issue
Block a user