@asd20/ui 3.2.705 → 3.2.706

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.705",
8
+ "version": "3.2.706",
9
9
  "private": false,
10
10
  "license": "MIT",
11
11
  "repository": {
@@ -153,6 +153,7 @@ export default {
153
153
  margin-left: space(2);
154
154
  .asd20-messaging__content {
155
155
  margin: 0;
156
+ animation: slide_left 2s ease-in-out 0.5s both;
156
157
  }
157
158
  .asd20-messaging__heading {
158
159
  @include fluid-type($base-font-size * 1.5, $base-font-size * 2);
@@ -165,9 +166,10 @@ export default {
165
166
  display: block;
166
167
  position: absolute;
167
168
  width: 75%;
169
+ top: 0;
168
170
  bottom: space(-0.74);
169
- left: space(1.25);
170
- height: 60%;
171
+ left: 1.5rem;
172
+ height: 100%;
171
173
  right: 0;
172
174
  z-index: -1;
173
175
  // background: var(--color__accent);
@@ -185,9 +187,9 @@ export default {
185
187
  // rgba(255, 255, 255, 0) 90%,
186
188
  // rgba(0, 0, 0, 0) 100%
187
189
  // );
188
- border-left: 20px solid var(--website-homepage-header__accent);
189
- border-bottom: 20px solid var(--website-homepage-header__accent);
190
- animation: slide_down 1s ease-in-out 0.5s both;
190
+ border-left: 30px solid var(--website-homepage-header__accent);
191
+ // border-bottom: 20px solid var(--website-homepage-header__accent);
192
+ animation: slide_left 2.5s ease-in-out 0.5s both;
191
193
  }
192
194
  }
193
195
  &::v-deep .asd20-messaging__button-group {
@@ -307,7 +307,7 @@ export default {
307
307
  @keyframes slide_left {
308
308
  from {
309
309
  opacity: 0;
310
- margin-left: 100px;
310
+ margin-left: 150px;
311
311
  }
312
312
  to {
313
313
  opacity: 1;