@asd20/ui 3.2.708 → 3.2.709

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.708",
8
+ "version": "3.2.709",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -195,7 +195,6 @@ export default {
195
195
  @media (min-width: 1024px) {
196
196
  .asd20-messaging {
197
197
  &--fullscreen {
198
- // position: relative;
199
198
  padding: 0;
200
199
  display: flex;
201
200
  align-items: center;
@@ -204,22 +203,12 @@ export default {
204
203
  position: relative;
205
204
  z-index: 1;
206
205
  height: min-content;
207
- // align-self: center;
208
206
  transform: translate3d(0, calc(10% * var(--scroll-progress)), 0);
209
207
  }
210
208
 
211
209
  .message-image {
212
210
  position: relative;
213
- padding-top: 0.5rem;
214
- padding-right: space(1);
215
- margin: 0;
216
- img {
217
- width: 15vw;
218
- height: 15vw;
219
- // filter: grayscale(100%);
220
- // mix-blend-mode: lighten;
221
- // opacity: 0.7;
222
- }
211
+ margin: 0 0 0 1rem;
223
212
  }
224
213
  }
225
214
  }
@@ -38,19 +38,18 @@ export default {
38
38
  // background-image: var(--website-homepage-header__secondary-background-style);
39
39
  // background-position: bottom right !important;
40
40
  // background-size: cover !important;
41
- padding: space(2) space(1) space(1) space(1);
41
+ padding: space(1) 0 space(1) 0;
42
42
  .asd20-messaging {
43
43
  padding: 0;
44
44
  }
45
45
 
46
46
  &::v-deep .message-image {
47
47
  order: 2;
48
- padding: space(1);
49
- margin-top: space(-1);
48
+ // padding-top: space(1);
49
+ // margin-top: space(-1);
50
50
  img {
51
51
  width: 100%;
52
- height: 100%;
53
- max-height: 300px;
52
+ height: 200px;
54
53
  }
55
54
  }
56
55
  &::v-deep .asd20-messaging__heading {
@@ -73,6 +72,7 @@ export default {
73
72
  order: 1;
74
73
  max-width: 100%;
75
74
  text-shadow: 1px 1px 4px black !important;
75
+ padding: space(1);
76
76
  }
77
77
  &::v-deep .asd20-button {
78
78
  @include asd20-font(
@@ -139,22 +139,32 @@ export default {
139
139
  }
140
140
  }
141
141
  }
142
+
143
+ @media (min-width: 768px) {
144
+ .asd20-secondary-header {
145
+ &::v-deep .asd20-messaging__content {
146
+ padding: space(1);
147
+ }
148
+ &::v-deep .message-image img {
149
+ height: 300px;
150
+ }
151
+ }
152
+ }
142
153
  @media (min-width: 1024px) {
143
154
  .asd20-secondary-header {
144
155
  padding: space(3) space(3) space(2) space(3);
145
156
  background: var(--website-homepage-header__secondary-background-color)
146
157
  var(--website-homepage-header__secondary-background-style);
147
- // &::v-deep .lead {
148
- // width: 80%;
149
- // }
150
158
  &::v-deep .message-image {
151
- // display: none !important;
152
159
  margin-top: 0;
153
- padding: 0 0 0 space(1);
160
+ img {
161
+ height: auto;
162
+ }
154
163
  }
155
164
  &::v-deep .asd20-messaging__content {
156
165
  order: 1;
157
166
  max-width: 60%;
167
+ padding: 0;
158
168
  }
159
169
  &::v-deep .asd20-messaging__heading {
160
170
  border-bottom: none;
@@ -108,18 +108,14 @@ export default {
108
108
  --fill-one: rgba(255, 255, 255, 1);
109
109
  --fill-two: rgba(255, 255, 255, 0.625);
110
110
 
111
- // position: absolute;
112
111
  right: 0;
113
112
  z-index: 100;
114
113
  padding: space(0.25) space(0);
115
- // display: flex;
116
114
  justify-content: space-between;
117
115
  align-items: center;
118
116
  margin: 0 0.5rem;
119
- // flex-direction: column;
120
117
 
121
118
  & ::v-deep .notification-group--status {
122
- // margin-left: -0.5rem;
123
119
  .asd20-notification {
124
120
  margin: 0;
125
121
  padding: 0 !important;
@@ -198,10 +194,6 @@ export default {
198
194
 
199
195
  @media (min-width: 768px) {
200
196
  .asd20-video-header {
201
- // .background-image {
202
- // height: 80vh;
203
- // max-height: 400px;
204
- // }
205
197
  &__top {
206
198
  position: absolute;
207
199
  padding: space(0.5) space(0);
@@ -150,7 +150,7 @@ export default {
150
150
  // width: 80%;
151
151
  &::v-deep .asd20-messaging {
152
152
  padding: space(1);
153
- margin-left: space(2);
153
+ margin-left: space(3);
154
154
  .asd20-messaging__content {
155
155
  margin: 0;
156
156
  animation: slide_left 2s ease-in-out 0.5s both;
@@ -168,7 +168,7 @@ export default {
168
168
  width: 75%;
169
169
  top: 0;
170
170
  bottom: space(-0.74);
171
- left: 1.5rem;
171
+ left: 3.25rem;
172
172
  height: 100%;
173
173
  right: 0;
174
174
  z-index: -1;
@@ -372,8 +372,8 @@ export default {
372
372
  }
373
373
  }
374
374
  }
375
- // .asd20-secondary-header {
376
- // background-attachment: fixed !important;
377
- // }
375
+ .asd20-secondary-header {
376
+ background-attachment: fixed !important;
377
+ }
378
378
  }
379
379
  </style>