@asd20/ui 3.2.893 → 3.2.894

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.893",
8
+ "version": "3.2.894",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -506,7 +506,7 @@ export default {
506
506
  );
507
507
  // box-shadow: 2px 2px 2px rgb(50, 50, 50);
508
508
  position: relative;
509
- padding: space(0.5) space(1);
509
+ padding: space(0.5) space(1.5);
510
510
  transition: background-color 0.3s ease;
511
511
  z-index: 2;
512
512
  overflow: hidden;
@@ -236,7 +236,7 @@ export default {
236
236
  var(--color__accent-t100)
237
237
  );
238
238
  position: relative;
239
- padding: space(0.5) space(1);
239
+ padding: space(0.5) space(1.5);
240
240
  transition: background-color 0.3s ease;
241
241
  z-index: 2;
242
242
  overflow: hidden;
@@ -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);
247
+ padding: space(0.5) space(1.5);
248
248
  transition: background-color 0.3s ease;
249
249
  z-index: 2;
250
250
  overflow: hidden;
@@ -91,7 +91,7 @@ export default {
91
91
  );
92
92
  border: none;
93
93
  position: relative;
94
- padding: space(0.5) space(1);
94
+ padding: space(0.5) space(1.5);
95
95
  transition: background-color 0.3s ease;
96
96
  z-index: 2;
97
97
  overflow: hidden;
@@ -130,7 +130,7 @@ export default {
130
130
  background: var(--website-homepage-header__button-background-color);
131
131
  border: none;
132
132
  position: relative;
133
- padding: space(0.5) space(1);
133
+ padding: space(0.5) space(1.5);
134
134
  height: 50px;
135
135
  line-height: 50px;
136
136
  transition: background-color 0.3s ease;