@asd20/ui 3.2.972 → 3.2.973
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
|
@@ -90,7 +90,7 @@ export default {
|
|
|
90
90
|
background-attachment: scroll;
|
|
91
91
|
position: relative;
|
|
92
92
|
background-repeat: repeat-x;
|
|
93
|
-
animation: leftscroll
|
|
93
|
+
animation: leftscroll 4000s infinite linear;
|
|
94
94
|
border-top: 20px solid var(--color__primary);
|
|
95
95
|
border-bottom: 20px solid var(--color__primary);
|
|
96
96
|
|