diff --git a/configuracion.html b/configuracion.html index 9156324..e118b0d 100644 --- a/configuracion.html +++ b/configuracion.html @@ -11,11 +11,12 @@ .fade-in { animation: fadeIn 0.3s ease-in-out; } .scroller::-webkit-scrollbar { width: 6px; } .scroller::-webkit-scrollbar-thumb { background-color: #cbd5e1; border-radius: 4px; } - /* Toggle Switch PRO - CORREGIDO */ .toggle-checkbox:checked { transform: translateX(100%); border-color: #2563eb; } .toggle-checkbox:checked + .toggle-label { background-color: #2563eb; } .toggle-checkbox { top: 0; left: 0; z-index: 10; transition: all 0.3s ease; border-color: #cbd5e1; } .toggle-label { background-color: #e2e8f0; transition: all 0.3s ease; cursor: pointer; } + .keyword-tag { animation: popIn 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); } + @keyframes popIn { from { transform: scale(0.8); opacity: 0; } to { transform: scale(1); opacity: 1; } }
@@ -40,7 +41,7 @@ WhatsApp