@asd20/ui 3.2.539 → 3.2.540

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.539",
8
+ "version": "3.2.540",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -89,11 +89,16 @@ export default {
89
89
  @include fluid-type($base-font-size * 1.5, $base-font-size * 2);
90
90
  font-weight: 900;
91
91
  line-height: 1.5;
92
- color: white;
92
+ color: var(--website-homepage-header__title-color);
93
93
  // -webkit-background-clip: text;
94
94
  // -webkit-text-fill-color: transparent;
95
95
  // background-image: url('https://asd20websitestorage.blob.core.windows.net/asd20-images/page-images/asd20-header-divider.jpg');
96
- // background-size: 50% auto;
96
+ // background-size: 30% auto;
97
+ }
98
+ &::v-deep .lead {
99
+ @include fluid-type($base-font-size * 1.2, $base-font-size * 1.4);
100
+ color: var(--website-homepage-header__foreground-color);
101
+ width: 100%;
97
102
  }
98
103
  &::v-deep .asd20-messaging__body-content {
99
104
  display: none;
@@ -381,7 +381,7 @@ export default {
381
381
  .asd20-organization-picker {
382
382
  display: inherit;
383
383
  .asd20-district-logo {
384
- height: space(3) !important;
384
+ height: space(2.5) !important;
385
385
  }
386
386
  }
387
387
  .notification-wrapper,
@@ -83,7 +83,7 @@ export default function mapPageQueryResultToPageTemplateProps(queryResult) {
83
83
  icon: 'school',
84
84
  title: firstStoriesFeedConfiguration.title || 'Stories',
85
85
  link: firstStoriesFeedConfiguration.link || '/stories',
86
- linkLabel: firstStoriesFeedConfiguration.linkLabel || 'More Stories',
86
+ linkLabel: firstStoriesFeedConfiguration.linkLabel || 'More Features',
87
87
  }
88
88
  }
89
89