@asd20/ui 3.2.636 → 3.2.637

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.636",
8
+ "version": "3.2.637",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -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) space(2) space(2) space(2);
223
+ padding: space(2);
224
224
  &::v-deep > * {
225
225
  // flex: 1 1 var(--minimum-column-width);
226
226
  margin: space(1) !important;
@@ -234,7 +234,7 @@ export default {
234
234
  display: flex;
235
235
  flex-wrap: wrap;
236
236
  margin: calc(var(--gutter) * -1);
237
- padding: space(2) space(3);
237
+ // padding: space(2) space(3);
238
238
 
239
239
  &::v-deep > * {
240
240
  // flex: 1 1 var(--minimum-column-width);
@@ -254,7 +254,7 @@ export default {
254
254
  --gutter: #{space(1)};
255
255
  display: flex;
256
256
  margin: calc(var(--gutter) * -1);
257
- padding: space(2) space(3);
257
+ // padding: space(2) space(3);
258
258
 
259
259
  &::v-deep > * {
260
260
  // flex: 1 1 var(--minimum-column-width);
@@ -340,7 +340,7 @@ export default {
340
340
  display: flex;
341
341
  flex-wrap: wrap;
342
342
  margin: calc(var(--gutter) * -1);
343
- padding: space(2) space(3);
343
+ padding: space(2) space(2) space(2) space(3);
344
344
  }
345
345
  }
346
346
  }