@asd20/ui 3.2.777 → 3.2.779
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="page-content-404">
|
|
3
3
|
<h1><small>404</small>"Not all who wander are lost."</h1>
|
|
4
|
+
<span><i>~ J.R.R Tolkien, The Fellowship of the Ring</i></span>
|
|
4
5
|
<p class="lead">
|
|
5
|
-
Well, at least in this case, we can't
|
|
6
|
+
Well, at least in this case, we can't determine your journey's end. Let us
|
|
6
7
|
humbly provide a few options to get you back on track:
|
|
7
8
|
</p>
|
|
8
9
|
<div class="options">
|
|
@@ -141,8 +142,9 @@ export default {
|
|
|
141
142
|
flex-grow: 1;
|
|
142
143
|
padding: space(2) space(1);
|
|
143
144
|
box-sizing: border-box;
|
|
145
|
+
height: 100vh;
|
|
144
146
|
background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),
|
|
145
|
-
url(../../../../public/statics/images/404Background.jpg) no-repeat
|
|
147
|
+
url(../../../../public/statics/images/404Background.jpg) no-repeat center /cover;
|
|
146
148
|
h1 {
|
|
147
149
|
text-align: center;
|
|
148
150
|
color: asd20-swatch('primary');
|
|
@@ -159,7 +161,10 @@ export default {
|
|
|
159
161
|
}
|
|
160
162
|
}
|
|
161
163
|
p {
|
|
164
|
+
margin-top: 1rem;
|
|
165
|
+
padding-top: 1rem;
|
|
162
166
|
text-align: center;
|
|
167
|
+
border-top: 2px solid lightgray;
|
|
163
168
|
}
|
|
164
169
|
.options {
|
|
165
170
|
display: flex;
|