install shadcdn and move login dialog to a separate component

This commit is contained in:
Viktor Barzin 2025-06-15 13:49:34 +00:00
parent 4c7fe8927b
commit a8ee95b9d9
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
13 changed files with 1141 additions and 73 deletions

View file

@ -11,9 +11,11 @@
will-change: filter;
transition: filter 300ms;
}
.logo:hover {
filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.react:hover {
filter: drop-shadow(0 0 2em #61dafbaa);
}
@ -22,6 +24,7 @@
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}