diff --git a/buscar.html b/buscar.html index a8a132f..ad2bf8d 100644 --- a/buscar.html +++ b/buscar.html @@ -28,6 +28,15 @@ .tab-active { background-color: var(--primary) !important; color: white !important; font-weight: 900; box-shadow: 0 4px 10px rgba(0,0,0,0.1); border-color: var(--primary) !important; } .tab-inactive { background-color: white; color: #64748b; border-color: #e2e8f0; font-weight: 700; } + + /* Smart Scheduler Custom CSS */ + .day-chip { transition: all 0.2s; border: 2px solid transparent; } + .day-chip.active { background-color: var(--primary) !important; color: white !important; border-color: var(--primary) !important; transform: scale(1.05); } + .day-chip.inactive { background-color: #f8fafc; color: #64748b; border-color: #e2e8f0; } + + .time-chip { transition: all 0.2s; } + .time-chip.active { background-color: var(--primary) !important; color: white !important; font-weight: 900; box-shadow: 0 4px 10px rgba(0,0,0,0.15); border-color: var(--primary) !important; } + .time-chip.inactive { background-color: white; color: #475569; border-color: #cbd5e1; } @@ -45,7 +54,7 @@
- +
@@ -88,7 +97,6 @@ + +
- Enlace copiado + Acción completada