File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed
infrastructure/control-panel/src/fragments/LiveDataFlow Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<style >
14
14
.dot {
15
- offset-path : rect (0px 92 % 175px 0px round 10 % );
15
+ offset-path : rect (0px 100 % 175px 0px round 0 % );
16
16
offset-distance : 0% ;
17
17
offset-rotate : auto ;
18
18
animation : move 10s linear infinite ;
19
19
}
20
20
21
21
@keyframes move {
22
22
0% {
23
- offset-distance : 0% ;
24
- }
25
- 25% {
26
- offset-distance : 25% ;
27
- }
28
- 50% {
29
- offset-distance : 50% ;
30
- }
31
- 75% {
32
- offset-distance : 75% ;
23
+ offset-distance : 100% ;
33
24
}
34
25
100% {
35
- offset-distance : 100 % ;
26
+ offset-distance : 0 % ;
36
27
}
37
28
}
38
29
</style >
39
30
40
31
<article class =" w-full h-[80vh] px-16 flex items-center bg-gray rounded-md" >
41
32
<div class =" relative w-full flex justify-between items-center z-10" >
42
33
<!-- svelte-ignore element_invalid_self_closing_tag -->
43
- <div class =" w-[92%] h-[175px] absolute top-[55%] start-[50%] translate-x-[-50%] bg-transparent border border-t-transparent border-s-green border-b-green border-e-green rounded-md" >
34
+ <div class =" w-[92%] h-[175px] absolute top-[55%] start-[50%] z-[-1] translate-x-[-50%] bg-transparent border border-t-transparent border-s-green border-b-green border-e-green rounded-md" >
44
35
<div class =" dot absolute h-2.5 w-2.5 top-0 start-[-1px] bg-green rounded-full" />
45
36
</div >
46
37
You can’t perform that action at this time.
0 commit comments