@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 CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.604",
8
+ "version": "3.2.605",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -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
  }
@@ -269,6 +269,10 @@ export default {
269
269
  // font-size: 36px !important;
270
270
  }
271
271
  }
272
+ .asd20-messaging {
273
+ padding-bottom: space(2);
274
+ border-bottom: 10px solid var(--color__tertiary);
275
+ }
272
276
  }
273
277
 
274
278
  @media (min-width: 1024px) {
@@ -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 {
@@ -252,6 +252,10 @@ export default {
252
252
  // font-size: 36px !important;
253
253
  }
254
254
  }
255
+ .asd20-messaging {
256
+ padding-bottom: space(2);
257
+ border-bottom: 10px solid var(--color__tertiary);
258
+ }
255
259
  }
256
260
 
257
261
  @media (min-width: 1024px) {