diff --git a/configuracion.html b/configuracion.html index 977a7f5..5140af6 100644 --- a/configuracion.html +++ b/configuracion.html @@ -11,6 +11,11 @@ .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 CSS */ + .toggle-checkbox:checked { right: 0; border-color: #2563eb; } + .toggle-checkbox:checked + .toggle-label { background-color: #2563eb; } + .toggle-checkbox { right: 0; z-index: 1; border-color: #e2e8f0; transition: all 0.3s; } + .toggle-label { background-color: #e2e8f0; transition: all 0.3s; }
@@ -86,16 +91,31 @@Escanea el código QR para vincular tu número de empresa.
+