mirror of
https://github.com/documenso/documenso.git
synced 2025-11-17 10:11:35 +10:00
fix: use shadcn pin input and revert changes
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user