Spaces:
Running
Running
Allow animation for progress indication.
Browse files
lynxkite-app/web/src/index.css
CHANGED
@@ -110,7 +110,7 @@ body {
|
|
110 |
--status-color-1: oklch(75% 0.2 55);
|
111 |
--status-color-2: oklch(90% 0.2 55);
|
112 |
--status-color-3: oklch(75% 0.1 55);
|
113 |
-
|
114 |
}
|
115 |
|
116 |
.lynxkite-node .title.planned {
|
|
|
110 |
--status-color-1: oklch(75% 0.2 55);
|
111 |
--status-color-2: oklch(90% 0.2 55);
|
112 |
--status-color-3: oklch(75% 0.1 55);
|
113 |
+
animation: active-node-gradient-animation 2s ease-in-out infinite;
|
114 |
}
|
115 |
|
116 |
.lynxkite-node .title.planned {
|