ok
This commit is contained in:
@@ -73,6 +73,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes blink {
|
||||
0%, 100% { opacity: 1; }
|
||||
50% { opacity: 0.3; }
|
||||
}
|
||||
|
||||
@keyframes bounce-y {
|
||||
0%, 100% {
|
||||
transform: translateY(-10%);
|
||||
@@ -95,6 +100,16 @@
|
||||
|
||||
}
|
||||
|
||||
@layer utilities {
|
||||
.animate-blink {
|
||||
animation: blink 2s infinite;
|
||||
}
|
||||
|
||||
.bg-stat-gradient {
|
||||
background: linear-gradient(to bottom, #9089fc, #93c5fd);
|
||||
}
|
||||
}
|
||||
|
||||
@theme inline {
|
||||
--animate-marquee: marquee var(--marquee-duration) linear infinite;
|
||||
|
||||
|
Reference in New Issue
Block a user