@asd20/ui 3.2.906 → 3.2.908

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.906",
8
+ "version": "3.2.908",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -233,7 +233,6 @@ export default {
233
233
  margin: space(0) space(0) space(0) space(0);
234
234
  padding: space(1);
235
235
  --logo-title-color: var(--website-footer__title-color);
236
- --logo-subtitle-color: var(--website-footer__foreground-color);
237
236
  --logo-border-color: var(--website-footer__link-color);
238
237
  .logoContainer {
239
238
  display: flex;
@@ -241,6 +240,10 @@ export default {
241
240
  .asd20-logo {
242
241
  &::v-deep .asd20-logo__title {
243
242
  max-width: 100%;
243
+ .asd20-logo__subtitle,
244
+ .asd20-logo__tagline {
245
+ color: var(--website-footer__title-color);
246
+ }
244
247
  }
245
248
  &::v-deep .asd20-logo__image {
246
249
  height: 5rem;
@@ -315,7 +318,7 @@ export default {
315
318
  line-height: 1.25;
316
319
  flex-direction: column;
317
320
  .asd20-button {
318
- color: var(--website-footer__foreground-color);
321
+ color: var(--website-footer__title-color);
319
322
  font-size: 0.75rem !important;
320
323
  flex-grow: 0;
321
324
  }
@@ -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
  }