Tela inicial de administração desenvolvida.

This commit is contained in:
andersonid
2025-04-15 10:19:59 -03:00
parent 5057802220
commit 92bc21dbd8
2 changed files with 17 additions and 8 deletions

View File

@@ -20,6 +20,10 @@
--bs-success-dark: #157347;
--bs-secondary: #6c757d;
--bs-secondary-dark: #565e64;
/* Variáveis para status */
--status-active: #28a745;
--status-inactive: #dc3545;
}
/* Tabelas */
@@ -608,4 +612,15 @@ input.btn-secondary:hover,
color: #055160;
background-color: #cff4fc;
border-color: #b6effb;
}
/* Status styles */
.status-active {
color: var(--status-active);
font-weight: 500;
}
.status-inactive {
color: var(--status-inactive);
font-weight: 500;
}