@asd20/ui 3.2.776 → 3.2.778
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">
|
|
@@ -142,7 +143,7 @@ export default {
|
|
|
142
143
|
padding: space(2) space(1);
|
|
143
144
|
box-sizing: border-box;
|
|
144
145
|
background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),
|
|
145
|
-
url(../../../../public/statics/images/404Background.jpg) no-repeat
|
|
146
|
+
url(../../../../public/statics/images/404Background.jpg) no-repeat 30% /cover;
|
|
146
147
|
h1 {
|
|
147
148
|
text-align: center;
|
|
148
149
|
color: asd20-swatch('primary');
|
|
@@ -159,7 +160,10 @@ export default {
|
|
|
159
160
|
}
|
|
160
161
|
}
|
|
161
162
|
p {
|
|
163
|
+
margin-top: 1rem;
|
|
164
|
+
padding-top: 1rem;
|
|
162
165
|
text-align: center;
|
|
166
|
+
border-top: 2px solid lightgray;
|
|
163
167
|
}
|
|
164
168
|
.options {
|
|
165
169
|
display: flex;
|