@asd20/ui 3.2.905 → 3.2.907
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
|
@@ -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-
|
|
321
|
+
color: var(--website-footer__title-color);
|
|
319
322
|
font-size: 0.75rem !important;
|
|
320
323
|
flex-grow: 0;
|
|
321
324
|
}
|
|
@@ -229,7 +229,7 @@ export default {
|
|
|
229
229
|
height: min-content;
|
|
230
230
|
align-self: end;
|
|
231
231
|
.asd20-button {
|
|
232
|
-
min-width:
|
|
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(
|
|
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;
|