@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
|
@@ -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:
|
|
170
|
-
height:
|
|
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:
|
|
189
|
-
border-bottom: 20px solid var(--website-homepage-header__accent);
|
|
190
|
-
animation:
|
|
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 {
|