add search animation

This commit is contained in:
smanylov
2026-01-30 14:54:52 +07:00
parent c01499f4f1
commit 82c7bb3635
3 changed files with 20 additions and 2 deletions
+9
View File
@@ -2948,6 +2948,11 @@
position: relative;
overflow: hidden;
&:disabled {
opacity: 0.5;
cursor: default;
}
&:hover:not(:disabled) {
transform: translateY(-2px);
box-shadow: 0 12px 35px rgba(102, 126, 234, 0.4);
@@ -2962,6 +2967,10 @@
border-radius: 16px;
margin: 20px 0;
&.show {
display: block;
}
.global-spinner {
width: 50px;
height: 50px;