@asd20/ui 3.2.604 → 3.2.605
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/Asd20PageContent/index.vue +0 -5
- package/src/components/templates/Asd20WayfindingAlternateTemplate/index.vue +4 -0
- package/src/components/templates/Asd20WayfindingImageTemplate/index.vue +4 -0
- package/src/components/templates/Asd20WayfindingTemplate/index.vue +4 -0
package/package.json
CHANGED
|
@@ -127,11 +127,6 @@ export default {
|
|
|
127
127
|
background: var(--color__tertiary);
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
.asd20-messaging {
|
|
131
|
-
padding-bottom: space(1);
|
|
132
|
-
border-bottom: 10px solid var(--color__tertiary);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
130
|
.asd20-messaging:not(:last-child) {
|
|
136
131
|
margin-bottom: space(2);
|
|
137
132
|
}
|
|
@@ -276,6 +276,10 @@ export default {
|
|
|
276
276
|
// font-size: 36px !important;
|
|
277
277
|
}
|
|
278
278
|
}
|
|
279
|
+
.asd20-messaging {
|
|
280
|
+
padding-bottom: space(2);
|
|
281
|
+
border-bottom: 10px solid var(--color__tertiary);
|
|
282
|
+
}
|
|
279
283
|
}
|
|
280
284
|
@media (min-width: 768px) {
|
|
281
285
|
.asd20-template-wayfinding-image {
|