@asd20/ui 3.2.700 → 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 CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.700",
8
+ "version": "3.2.701",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -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-left: space(1) solid var(--color__tertiary);
253
- border-bottom: space(1) solid var(--color__tertiary);
254
- padding-left: space(1);
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-left: space(0.5) solid var(--color__tertiary);
264
- border-bottom: space(0.5) solid var(--color__tertiary);
265
- padding-left: space(0.5);
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
- border-left: space(1) solid var(--color__tertiary);
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(1) space(1) space(2);
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-left: space(1) solid var(--color__tertiary);
233
- border-bottom: space(1) solid var(--color__tertiary);
234
- padding-left: space(1);
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