fix: use shadcn pin input and revert changes

This commit is contained in:
Lucas Smith
2024-05-24 02:51:25 +00:00
parent 918e9ddc0b
commit aadb22cdbf
7 changed files with 93 additions and 211 deletions

View File

@ -114,25 +114,3 @@
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
background: rgb(100 116 139 / 0.5);
}
@keyframes blink-caret {
50% {
background: transparent;
}
}
@keyframes shake {
25% {
transform: translateX(10px);
}
75% {
transform: translateX(-10px);
}
}
@keyframes pulse-border {
50% {
border-color: var(--segment-color);
box-shadow: var(--segment-color) 0 0 0 1px;
}
}