Smart auto (#476)
This commit is contained in:
@@ -290,6 +290,15 @@
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes shimmer {
|
||||
0% {
|
||||
background-position: -200% 0;
|
||||
}
|
||||
100% {
|
||||
background-position: 200% 0;
|
||||
}
|
||||
}
|
||||
|
||||
.animate-marquee {
|
||||
animation: marquee 2s linear infinite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user