@asd20/ui 3.2.869 → 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 CHANGED
@@ -5,7 +5,7 @@
5
5
  "*.scss",
6
6
  "*.vue"
7
7
  ],
8
- "version": "3.2.869",
8
+ "version": "3.2.871",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -256,8 +256,8 @@ export default {
256
256
  .intro-message {
257
257
  .primary-messaging-section {
258
258
  justify-content: center;
259
- padding-top: space(1) !important;
260
- padding-bottom: space(1) !important;
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
- padding-top: space(1) !important;
270
- padding-bottom: space(1) !important;
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
- padding-top: space(1) !important;
240
- padding-bottom: space(1) !important;
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);