@asd20/ui 3.2.699 → 3.2.701
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 +1 -1
- package/src/components/organisms/Asd20WidgetsSection/index.vue +1 -1
- package/src/components/templates/Asd20WayfindingAlternateTemplate/index.vue +3 -4
- package/src/components/templates/Asd20WayfindingImageTemplate/index.vue +6 -13
- package/src/components/templates/Asd20WayfindingTemplate/index.vue +3 -4
package/package.json
CHANGED
|
@@ -249,10 +249,9 @@ export default {
|
|
|
249
249
|
padding-top: space(1) !important;
|
|
250
250
|
padding-bottom: space(1) !important;
|
|
251
251
|
.asd20-messaging {
|
|
252
|
-
border-
|
|
253
|
-
border-bottom: space(
|
|
254
|
-
padding
|
|
255
|
-
padding-bottom: space(1);
|
|
252
|
+
border-top: space(0.25) solid var(--color__tertiary);
|
|
253
|
+
border-bottom: space(0.25) solid var(--color__tertiary);
|
|
254
|
+
padding: space(1);
|
|
256
255
|
}
|
|
257
256
|
}
|
|
258
257
|
p {
|
|
@@ -260,10 +260,9 @@ export default {
|
|
|
260
260
|
padding-top: space(1) !important;
|
|
261
261
|
padding-bottom: space(1) !important;
|
|
262
262
|
.asd20-messaging {
|
|
263
|
-
border-
|
|
264
|
-
border-bottom: space(0.
|
|
265
|
-
padding
|
|
266
|
-
padding-bottom: space(0.5);
|
|
263
|
+
border-top: space(0.25) solid var(--color__tertiary);
|
|
264
|
+
border-bottom: space(0.25) solid var(--color__tertiary);
|
|
265
|
+
padding: space(1) 0;
|
|
267
266
|
}
|
|
268
267
|
}
|
|
269
268
|
p {
|
|
@@ -283,10 +282,6 @@ export default {
|
|
|
283
282
|
// font-size: 36px !important;
|
|
284
283
|
}
|
|
285
284
|
}
|
|
286
|
-
// .asd20-messaging {
|
|
287
|
-
// padding-bottom: space(2);
|
|
288
|
-
// border-bottom: 10px solid var(--color__tertiary);
|
|
289
|
-
// }
|
|
290
285
|
}
|
|
291
286
|
@media (min-width: 768px) {
|
|
292
287
|
.asd20-template-wayfinding-image {
|
|
@@ -294,12 +289,10 @@ export default {
|
|
|
294
289
|
top: space(0.5);
|
|
295
290
|
}
|
|
296
291
|
.intro-message {
|
|
292
|
+
padding: space(1);
|
|
297
293
|
.primary-messaging-section {
|
|
298
294
|
.asd20-messaging {
|
|
299
|
-
|
|
300
|
-
border-bottom: space(1) solid var(--color__tertiary);
|
|
301
|
-
padding-left: space(1);
|
|
302
|
-
padding-bottom: space(1);
|
|
295
|
+
padding: space(1) space(1);
|
|
303
296
|
}
|
|
304
297
|
}
|
|
305
298
|
}
|
|
@@ -334,7 +327,7 @@ export default {
|
|
|
334
327
|
}
|
|
335
328
|
.asd20-page-content:not(.intro-message) .primary-messaging-section {
|
|
336
329
|
display: flex;
|
|
337
|
-
padding: space(1) space(
|
|
330
|
+
padding: space(1) space(2) space(1) space(2);
|
|
338
331
|
.asd20-messaging {
|
|
339
332
|
margin-bottom: space(2) !important;
|
|
340
333
|
flex-grow: 1;
|
|
@@ -229,10 +229,9 @@ export default {
|
|
|
229
229
|
padding-top: space(1) !important;
|
|
230
230
|
padding-bottom: space(1) !important;
|
|
231
231
|
.asd20-messaging {
|
|
232
|
-
border-
|
|
233
|
-
border-bottom: space(
|
|
234
|
-
padding
|
|
235
|
-
padding-bottom: space(1);
|
|
232
|
+
border-top: space(0.25) solid var(--color__tertiary);
|
|
233
|
+
border-bottom: space(0.25) solid var(--color__tertiary);
|
|
234
|
+
padding: space(1);
|
|
236
235
|
}
|
|
237
236
|
}
|
|
238
237
|
|