+
Registros do Cliente
Clique no “olho” para ver todos os detalhes
diff --git a/src/app/pages/faturamento/faturamento.scss b/src/app/pages/faturamento/faturamento.scss
index 4e76be3..d0d1f5a 100644
--- a/src/app/pages/faturamento/faturamento.scss
+++ b/src/app/pages/faturamento/faturamento.scss
@@ -585,6 +585,16 @@
to { opacity: 1; transform: translateY(0); }
}
+.group-actions-row {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ padding: 12px 16px;
+ background: #fff;
+ border-bottom: 1px solid rgba(17,18,20,0.06);
+ gap: 12px;
+}
+
.chip-muted {
display: inline-flex;
align-items: center;
@@ -598,7 +608,11 @@
border: 1px solid rgba(17,18,20,0.06);
}
-.inner-table-wrap { max-height: 520px; overflow: auto; }
+.inner-table-wrap {
+ max-height: none;
+ height: auto;
+ overflow-y: visible;
+}
/* TABLE */
.table-wrap { overflow: auto; height: 100%; }
@@ -624,6 +638,9 @@
text-transform: uppercase;
white-space: nowrap;
text-align: center !important;
+ transition: color 0.2s ease;
+
+ &:hover { color: var(--brand); }
}
tbody tr {