@asd20/ui 3.5.4 → 3.5.5
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
|
@@ -248,7 +248,9 @@ export default {
|
|
|
248
248
|
// width: 80%;
|
|
249
249
|
&::v-deep .asd20-messaging {
|
|
250
250
|
padding: space(1);
|
|
251
|
-
|
|
251
|
+
border-right: 30px inset var(--website-homepage-header__accent);
|
|
252
|
+
border-radius: 0 var(--website-shape__radius-l)
|
|
253
|
+
var(--website-shape__radius-l) 0;
|
|
252
254
|
.asd20-messaging__content {
|
|
253
255
|
margin: 0;
|
|
254
256
|
animation: slide_right 2s ease-in-out 0.5s both;
|
|
@@ -274,18 +276,17 @@ export default {
|
|
|
274
276
|
// animation: slide_down 2.5s ease-in-out 0.5s both;
|
|
275
277
|
// }
|
|
276
278
|
|
|
277
|
-
&::after {
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
}
|
|
279
|
+
// &::after {
|
|
280
|
+
// content: '';
|
|
281
|
+
// position: absolute;
|
|
282
|
+
// inset: 0 -30px 0 auto; /* top:0; right:auto; bottom:0; left:3.25rem; */
|
|
283
|
+
// width: 30px;
|
|
284
|
+
// background: var(--website-homepage-header__accent);
|
|
285
|
+
// border-radius: 0 var(--website-shape__radius-l) var(--website-shape__radius-l) 0;
|
|
286
|
+
// border-radius: var(--website-shape__radius-m) 0 0 var(--website-shape__radius-m);
|
|
287
|
+
// z-index: -1;
|
|
288
|
+
// animation: slide_right2 1s ease-in-out 1.5s both;
|
|
289
|
+
// }
|
|
289
290
|
}
|
|
290
291
|
&::v-deep .asd20-messaging__button-group {
|
|
291
292
|
flex-wrap: wrap;
|