compose + colors

This commit is contained in:
2026-03-19 23:51:01 -03:00
parent e430c732bd
commit a043f8e98c
8 changed files with 38 additions and 14 deletions

View File

@@ -10,3 +10,15 @@
[data-bs-theme="dark"] .text-muted-rut {
color: #adb5bd !important; /* Un gris medio para el label "RUT (No editable)" */
}
@media (max-width: 576px) {
.col-barcode {
display: none;
}
.btn-edit-sm,
.btn-del-sm {
padding: 4px 7px;
font-size: 0.75rem;
}
}