File: /home/demo/public_html/waterdamage/assets/scss/partials/_not-found.scss
.page-404 {
padding-top: 200px;
padding-bottom: 130px;
.btn {
font-size: 13px;
box-shadow: 0 8px 15px rgba(#000, 0.07);
.btn-icon {
font-size: 2.15em;
margin-right: 0.5em;
text-shadow: 0 0.25px 0 currentColor, 0 -0.25px 0 currentColor, 0.25px 0 0 currentColor, -0.25px 0 0 currentColor;
}
&:hover {
box-shadow: 0 10px 20px rgba(#000, 0.1);
}
}
}
.text-404 {
position: relative;
.ld-particles-container {
position: absolute;
top: 0;
left: 0;
z-index: auto;
}
.re-particles-inner {
position: relative;
&:after {
content: '';
display: inline-block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
box-shadow:
0 0 15px 2px #fff inset,
0 0 30px 2px #fff inset,
0 0 45px 2px #fff inset,
0 0 60px 2px #fff inset;
}
}
h1 {
margin: 0 0 0.45em;
font-size: 300px;
line-height: 1;
font-weight: 700;
position: relative;
}
}