@asd20/ui 3.2.479 → 3.2.480

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.479",
8
+ "version": "3.2.480",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -116,8 +116,7 @@ export default {
116
116
  }
117
117
  &::v-deep .asd20-button {
118
118
  width: 50vw;
119
- margin: space(0.25) 0;
120
- margin: 0 space(0.5) 0 0;
119
+ margin: space(0.5) space(0.5) 0 0;
121
120
  }
122
121
  }
123
122
  }
@@ -84,7 +84,7 @@ export default {
84
84
  );
85
85
  flex-direction: column;
86
86
  width: 70vw;
87
- margin: space(0.5) auto;
87
+ margin: space(0.5) auto !important;
88
88
  color: var(--website-homepage-header__button-foreground-color);
89
89
  background: var(--website-homepage-header__button-background-color);
90
90
  border: none;
@@ -120,8 +120,7 @@ export default {
120
120
  }
121
121
  &::v-deep .asd20-button {
122
122
  width: 50vw;
123
- margin: space(0.25) 0;
124
- margin: space(0.5) space(0.5) 0 0;
123
+ margin: space(0.5) space(0.5) 0 0 !important;
125
124
  }
126
125
  }
127
126
  }
@@ -185,7 +184,7 @@ export default {
185
184
  );
186
185
  flex-direction: row;
187
186
  width: inherit;
188
- margin: space(0.5) space(0.5) 0 0;
187
+ margin: space(0.5) space(0.5) 0 0 !important;
189
188
  }
190
189
  }
191
190
  }