Skip to content

Commit 2ce4c08

Browse files
committed
fix: format
1 parent 493690c commit 2ce4c08

1 file changed

Lines changed: 18 additions & 18 deletions

File tree

infrastructure/control-panel/src/lib/fragments/LiveDataFlow/LiveDataFlow.svelte

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@
2727
}
2828
2929
@keyframes move {
30-
0% {
31-
offset-distance: 100%;
32-
opacity: 1;
33-
}
34-
50% {
35-
opacity: 1;
36-
}
37-
55% {
38-
opacity: 0.4;
39-
}
40-
60% {
41-
opacity: 0;
42-
}
43-
100% {
44-
offset-distance: 0%;
45-
opacity: 0;
46-
}
47-
}
30+
0% {
31+
offset-distance: 100%;
32+
opacity: 1;
33+
}
34+
50% {
35+
opacity: 1;
36+
}
37+
55% {
38+
opacity: 0.4;
39+
}
40+
60% {
41+
opacity: 0;
42+
}
43+
100% {
44+
offset-distance: 0%;
45+
opacity: 0;
46+
}
47+
}
4848
4949
</style>
5050

0 commit comments

Comments
 (0)