@asd20/ui 3.2.907 → 3.2.909

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.907",
8
+ "version": "3.2.909",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -28,7 +28,7 @@ export default {
28
28
  align-items: center;
29
29
  justify-content: center;
30
30
  font-family: var(--website-typography__font-family-headlines);
31
- font-size: 0.75em;
31
+ font-size: 1rem;
32
32
  font-weight: bold;
33
33
  text-transform: uppercase;
34
34
  line-height: 1;
@@ -91,7 +91,7 @@ export default {
91
91
  );
92
92
  border: none;
93
93
  position: relative;
94
- padding: space(0.5) space(1.5);
94
+ padding: space(0.5) space(1);
95
95
  transition: background-color 0.3s ease;
96
96
  z-index: 2;
97
97
  overflow: hidden;
@@ -222,6 +222,7 @@ export default {
222
222
  flex-direction: row;
223
223
  width: inherit;
224
224
  margin: space(0.5) space(0.5) 0 0 !important;
225
+ padding: space(0.5) space(1.5);
225
226
  }
226
227
  }
227
228
  }
@@ -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.5);
133
+ padding: space(0.5) space(1);
134
134
  // height: 50px;
135
135
  // line-height: 50px;
136
136
  transition: background-color 0.3s ease;
@@ -298,6 +298,7 @@ export default {
298
298
  flex-direction: row;
299
299
  width: inherit;
300
300
  margin: space(0.5) space(0.5) 0 0 !important;
301
+ padding: space(0.5) space(1.5);
301
302
  }
302
303
  }
303
304
  }