@asd20/ui 3.2.885 → 3.2.887
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,7 +1,7 @@
|
|
|
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
|
+
<span><i>~ J.R.R. Tolkien, The Fellowship of the Ring</i></span>
|
|
5
5
|
<p class="lead">
|
|
6
6
|
Well, at least in this case, we can't determine your journey's end. Let us
|
|
7
7
|
humbly provide a few options to get you back on track:
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
</asd20-site-navigation>
|
|
44
44
|
|
|
45
45
|
<!-- Widgets -->
|
|
46
|
-
<intersect
|
|
46
|
+
<!-- <intersect
|
|
47
47
|
@enter="
|
|
48
48
|
$emit('files-in-view')
|
|
49
49
|
$emit('events-in-view')
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
>
|
|
59
59
|
<slot name="widgets" />
|
|
60
60
|
</asd20-widgets-section>
|
|
61
|
-
</intersect>
|
|
61
|
+
</intersect> -->
|
|
62
62
|
|
|
63
63
|
<slot name="before-footer" />
|
|
64
64
|
</div>
|
package/src/design/_print.scss
CHANGED
|
@@ -21,11 +21,23 @@
|
|
|
21
21
|
.asd20-page-header {
|
|
22
22
|
display: block !important;
|
|
23
23
|
&::after { display: none !important; }
|
|
24
|
+
.asd20-page-header__main {
|
|
25
|
+
min-height: auto !important;
|
|
26
|
+
}
|
|
24
27
|
}
|
|
25
28
|
|
|
26
29
|
.asd20-page-header__content {
|
|
27
30
|
padding: 0 !important;
|
|
28
31
|
min-height: auto !important;
|
|
32
|
+
.asd20-page-header__title-content {
|
|
33
|
+
margin-bottom: 1rem !important;
|
|
34
|
+
}
|
|
35
|
+
.image-credits-full {
|
|
36
|
+
display: none !important;
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
.asd20-page-header__image {
|
|
40
|
+
display: none !important;
|
|
29
41
|
}
|
|
30
42
|
.asd20-page-header__call-to-action,
|
|
31
43
|
.asd20-widgets-section,
|
|
@@ -92,15 +104,20 @@
|
|
|
92
104
|
line-height: 1 !important;
|
|
93
105
|
}
|
|
94
106
|
|
|
95
|
-
// Links
|
|
96
107
|
.primary-messaging-section,
|
|
97
108
|
.secondary-messaging-section {
|
|
98
109
|
display: block !important;
|
|
99
110
|
padding: 0 !important;
|
|
100
111
|
}
|
|
101
|
-
.asd20-page-content
|
|
102
|
-
.asd20-page-content
|
|
103
|
-
padding: 0 !important;
|
|
112
|
+
.asd20-page-content .primary-messaging-section,
|
|
113
|
+
.asd20-page-content .secondary-messaging-section {
|
|
114
|
+
padding: 0 !important;
|
|
115
|
+
margin: 0 0 1rem 0 !important;
|
|
116
|
+
}
|
|
117
|
+
.asd20-page-content .primary-messaging-section .asd20-messaging,
|
|
118
|
+
.asd20-page-content .secondary-messaging-section .asd20-messaging {
|
|
119
|
+
padding: 0 !important;
|
|
120
|
+
margin: 0 0 1rem 0 !important;
|
|
104
121
|
}
|
|
105
122
|
.asd20-messaging__content .lead { font-size: 10pt !important; }
|
|
106
123
|
.asd20-messaging__button-group {
|
|
@@ -130,8 +147,7 @@
|
|
|
130
147
|
border: none !important;
|
|
131
148
|
box-shadow: none !important;
|
|
132
149
|
color: #029 !important;
|
|
133
|
-
|
|
134
|
-
text-decoration: underline !important;
|
|
150
|
+
text-decoration: none !important;
|
|
135
151
|
text-align: left !important;
|
|
136
152
|
min-width: none !important;
|
|
137
153
|
max-width: none !important;
|
|
@@ -143,43 +159,46 @@
|
|
|
143
159
|
display: none;
|
|
144
160
|
}
|
|
145
161
|
a::after {
|
|
146
|
-
display:
|
|
162
|
+
display: inline !important; /* Change to inline to keep the link on the same line */
|
|
147
163
|
transform: none !important;
|
|
148
164
|
text-decoration: underline;
|
|
149
|
-
content: ' (' attr(href) ') ' !important;
|
|
150
|
-
max-width:
|
|
151
|
-
overflow:
|
|
152
|
-
text-overflow:
|
|
153
|
-
font-size:
|
|
165
|
+
content: ' (' attr(href) ') ' !important; /* Display the href in parentheses */
|
|
166
|
+
max-width: none; /* Remove width restriction */
|
|
167
|
+
overflow: visible; /* Allow full link to be visible */
|
|
168
|
+
text-overflow: clip; /* No text clipping */
|
|
169
|
+
font-size: 9pt;
|
|
154
170
|
}
|
|
155
171
|
|
|
156
172
|
blockquote {
|
|
157
173
|
page-break-inside: avoid;
|
|
158
174
|
}
|
|
159
|
-
h1,
|
|
160
|
-
h2,
|
|
161
|
-
h3,
|
|
162
|
-
h4,
|
|
163
|
-
h5,
|
|
164
|
-
h6 {
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
}
|
|
175
|
+
// h1,
|
|
176
|
+
// h2,
|
|
177
|
+
// h3,
|
|
178
|
+
// h4,
|
|
179
|
+
// h5,
|
|
180
|
+
// h6 {
|
|
181
|
+
// page-break-after: avoid;
|
|
182
|
+
// page-break-inside: avoid;
|
|
183
|
+
// }
|
|
184
|
+
// img {
|
|
185
|
+
// page-break-inside: avoid;
|
|
186
|
+
// page-break-after: avoid;
|
|
187
|
+
// }
|
|
168
188
|
img {
|
|
169
|
-
|
|
170
|
-
page-break-after: avoid;
|
|
171
|
-
}
|
|
172
|
-
table,
|
|
173
|
-
pre {
|
|
174
|
-
page-break-inside: avoid;
|
|
189
|
+
display: none !important;
|
|
175
190
|
}
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
191
|
+
// table,
|
|
192
|
+
// pre {
|
|
193
|
+
// page-break-inside: avoid;
|
|
194
|
+
// }
|
|
195
|
+
// ul,
|
|
196
|
+
// ol,
|
|
197
|
+
// dl {
|
|
198
|
+
// page-break-before: avoid;
|
|
199
|
+
// page-break-inside: avoid;
|
|
181
200
|
|
|
182
|
-
}
|
|
201
|
+
// }
|
|
183
202
|
|
|
184
203
|
code,
|
|
185
204
|
pre {
|
|
@@ -188,9 +207,10 @@
|
|
|
188
207
|
|
|
189
208
|
ul,
|
|
190
209
|
ol {
|
|
191
|
-
list-style: inside;
|
|
210
|
+
// list-style: inside;
|
|
192
211
|
margin-left: 18pt;
|
|
193
212
|
margin-bottom: 20pt;
|
|
213
|
+
display: block !important;
|
|
194
214
|
}
|
|
195
215
|
|
|
196
216
|
li {
|