@asd20/ui 3.2.905 → 3.2.906

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.905",
8
+ "version": "3.2.906",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -229,7 +229,7 @@ export default {
229
229
  height: min-content;
230
230
  align-self: end;
231
231
  .asd20-button {
232
- min-width: 100%;
232
+ min-width: 95%;
233
233
  border-radius: var(--website-shape__radius-m);
234
234
  margin: space(0.5) 0 0;
235
235
  flex-grow: 1;
@@ -244,7 +244,7 @@ export default {
244
244
  var(--color__accent-t100)
245
245
  );
246
246
  position: relative;
247
- padding: space(0.5) space(1.5);
247
+ padding: space(0.5) space(0.75);
248
248
  transition: background-color 0.3s ease;
249
249
  z-index: 2;
250
250
  overflow: hidden;