@asd20/ui 3.2.870 → 3.2.871
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 +2 -2
- package/src/components/templates/Asd20WayfindingAlternateTemplate/index.vue +2 -2
- package/src/components/templates/Asd20WayfindingImageTemplate/index.vue +2 -2
- package/src/components/templates/Asd20WayfindingTemplate/index.vue +2 -2
package/package.json
CHANGED
|
@@ -180,7 +180,7 @@ export default {
|
|
|
180
180
|
.primary-messaging-section,
|
|
181
181
|
.secondary-messaging-section {
|
|
182
182
|
display: flex;
|
|
183
|
-
padding: space(2);
|
|
183
|
+
padding: space(2) space(1) space(2) space(2);
|
|
184
184
|
&::v-deep > * {
|
|
185
185
|
// flex: 1 1 var(--minimum-column-width);
|
|
186
186
|
// margin: space(1) !important;
|
|
@@ -220,7 +220,7 @@ export default {
|
|
|
220
220
|
.asd20-page-content {
|
|
221
221
|
.primary-messaging-section,
|
|
222
222
|
.secondary-messaging-section {
|
|
223
|
-
padding: space(2);
|
|
223
|
+
padding: space(2) space(1) space(2) space(2);
|
|
224
224
|
&::v-deep > * {
|
|
225
225
|
// flex: 1 1 var(--minimum-column-width);
|
|
226
226
|
margin: space(1) !important;
|
|
@@ -256,8 +256,8 @@ export default {
|
|
|
256
256
|
.intro-message {
|
|
257
257
|
.primary-messaging-section {
|
|
258
258
|
justify-content: center;
|
|
259
|
-
|
|
260
|
-
padding
|
|
259
|
+
margin-top: space(1) !important;
|
|
260
|
+
padding: space(1) space(2) !important;
|
|
261
261
|
.asd20-messaging {
|
|
262
262
|
border-top: space(0.25) solid var(--color__tertiary);
|
|
263
263
|
border-bottom: space(0.25) solid var(--color__tertiary);
|
|
@@ -266,8 +266,8 @@ export default {
|
|
|
266
266
|
.intro-message {
|
|
267
267
|
.primary-messaging-section {
|
|
268
268
|
justify-content: center;
|
|
269
|
-
|
|
270
|
-
padding
|
|
269
|
+
margin-top: space(1) !important;
|
|
270
|
+
padding: space(1) space(2) !important;
|
|
271
271
|
.asd20-messaging {
|
|
272
272
|
border-top: space(0.25) solid var(--color__tertiary);
|
|
273
273
|
border-bottom: space(0.25) solid var(--color__tertiary);
|
|
@@ -236,8 +236,8 @@ export default {
|
|
|
236
236
|
.intro-message {
|
|
237
237
|
.primary-messaging-section {
|
|
238
238
|
justify-content: center;
|
|
239
|
-
|
|
240
|
-
padding
|
|
239
|
+
margin-top: space(1) !important;
|
|
240
|
+
padding: space(1) space(2) !important;
|
|
241
241
|
.asd20-messaging {
|
|
242
242
|
border-top: space(0.25) solid var(--color__tertiary);
|
|
243
243
|
border-bottom: space(0.25) solid var(--color__tertiary);
|