@asd20/ui 3.2.764 → 3.2.766

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.764",
8
+ "version": "3.2.766",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -66,7 +66,7 @@ export default {
66
66
  // background-size: 30% auto;
67
67
  }
68
68
  &::v-deep .lead {
69
- @include fluid-type($base-font-size * 1.2, $base-font-size * 1.4);
69
+ @include fluid-type($base-font-size * 1, $base-font-size * 1.15);
70
70
  color: var(--website-homepage-header__secondary-foreground-color);
71
71
  width: 100%;
72
72
  }
@@ -164,8 +164,13 @@ export default {
164
164
  padding: space(3) space(3) space(2) space(3);
165
165
  background: var(--website-homepage-header__secondary-background-color)
166
166
  var(--website-homepage-header__secondary-background-style);
167
- .asd20-messaging {
167
+ &::v-deep .asd20-messaging {
168
168
  flex-direction: row;
169
+ .asd20-messaging__heading {
170
+ @include fluid-type($base-font-size * 1.15, $base-font-size * 1.5);
171
+ // color: var(--color__accent-s10);
172
+ // border-bottom: none;
173
+ }
169
174
  }
170
175
  &::v-deep .message-image {
171
176
  margin-top: 0;
@@ -95,8 +95,8 @@ export default {
95
95
  .background-image {
96
96
  display: block;
97
97
  // position: absolute;
98
- height: 50vh;
99
- min-height: 400px;
98
+ // height: 50vh;
99
+ // min-height: 400px;
100
100
  width: 100%;
101
101
  z-index: -1;
102
102
  object-fit: cover;
@@ -113,7 +113,7 @@ export default {
113
113
  &::v-deep .lead {
114
114
  margin-bottom: 0;
115
115
  // width: 90%;
116
- @include fluid-type($base-font-size * 1.2, $base-font-size * 1.4);
116
+ @include fluid-type($base-font-size * 1, $base-font-size * 1.15);
117
117
  color: var(--website-homepage-header__foreground-color) !important;
118
118
  }
119
119
  &::v-deep .asd20-button {
@@ -197,7 +197,7 @@ export default {
197
197
  animation: slide_left 1.5s ease-in-out 0.5s both;
198
198
  }
199
199
  .asd20-messaging__heading {
200
- @include fluid-type($base-font-size * 1.5, $base-font-size * 2);
200
+ @include fluid-type($base-font-size * 1.15, $base-font-size * 1.5);
201
201
  color: var(--color__accent-s10);
202
202
  border-bottom: none;
203
203
  }
@@ -367,7 +367,7 @@ export default {
367
367
  }
368
368
  .asd20-video-header-content {
369
369
  position: absolute;
370
- bottom: 20%;
370
+ bottom: 15%;
371
371
  transform: translate3d(0, calc(-70% * var(--scroll-progress)), 0);
372
372
  animation: slide_left 1.5s ease-in-out 0.5s both;
373
373
  }