Actualizar configuracion.html
This commit is contained in:
@@ -11,11 +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; }
|
||||
/* Toggle Switch PRO - Corregido */
|
||||
.toggle-checkbox:checked { transform: translateX(100%); border-color: #2563eb; }
|
||||
.toggle-checkbox:checked + .toggle-label { background-color: #2563eb; }
|
||||
.toggle-checkbox { left: 0; z-index: 10; transition: all 0.3s ease; }
|
||||
.toggle-label { background-color: #e2e8f0; transition: all 0.3s ease; cursor: pointer; }
|
||||
</style>
|
||||
</head>
|
||||
<body class="bg-gray-50 text-gray-800 font-sans h-screen overflow-hidden flex">
|
||||
|
||||
Reference in New Issue
Block a user