wip: desktop work
This commit is contained in:
parent
36b48a44ac
commit
ffc889b99e
9 changed files with 174 additions and 175 deletions
13
packages/ui/src/styles/animations.css
Normal file
13
packages/ui/src/styles/animations.css
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
:root {
|
||||
--animate-pulse: pulse-opacity 2s ease-in-out infinite;
|
||||
}
|
||||
|
||||
@keyframes pulse-opacity {
|
||||
0%,
|
||||
100% {
|
||||
opacity: 0;
|
||||
}
|
||||
50% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue