mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-06 17:46:23 +00:00
style(ui): align wallet and profile interactions
This commit is contained in:
Vendored
+3
-3
@@ -477,19 +477,19 @@ For commercial licensing, please contact support@quantumnous.com
|
||||
|
||||
/* Micro-interactions — Vercel-style subtle hover/active feedback */
|
||||
@media (prefers-reduced-motion: no-preference) {
|
||||
[data-slot='card'] {
|
||||
[data-slot='card']:not([data-card-hover='false']) {
|
||||
transition:
|
||||
transform 150ms ease,
|
||||
box-shadow 150ms ease;
|
||||
}
|
||||
|
||||
@media (min-width: 641px) {
|
||||
[data-slot='card']:hover {
|
||||
[data-slot='card']:not([data-card-hover='false']):hover {
|
||||
transform: translateY(-1px);
|
||||
box-shadow: 0 4px 12px rgb(0 0 0 / 0.06);
|
||||
}
|
||||
|
||||
.dark [data-slot='card']:hover {
|
||||
.dark [data-slot='card']:not([data-card-hover='false']):hover {
|
||||
box-shadow: 0 4px 12px rgb(0 0 0 / 0.3);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user