pervenir boton de volver si se cerro sesion, colores, navbar, calculo tarjeta + mp

This commit is contained in:
2026-03-20 00:21:02 -03:00
parent deb349adcc
commit ac8a5348dd
8 changed files with 153 additions and 59 deletions

View File

@@ -54,13 +54,25 @@
}
@media (max-width: 576px) {
.col-barcode {
display: none;
}
.btn-edit-sm,
.btn-del-sm {
padding: 4px 7px;
font-size: 0.75rem;
}
.col-barcode {
display: none;
}
.btn-edit-sm,
.btn-del-sm {
padding: 4px 7px;
font-size: 0.75rem;
}
}
[data-bs-theme="light"] #theme-icon.bi-moon-stars {
color: #5856d6; /* Un color índigo vibrante para que resalte en el fondo claro */
}
[data-bs-theme="dark"] #theme-icon.bi-sun {
color: #ffc107; /* Amarillo cálido de Bootstrap */
}
#theme-switcher.nav-link {
color: inherit !important;
}