Added power sum per distributionboard

This commit is contained in:
2026-04-30 22:04:08 +02:00
parent 245a5b1485
commit 81d47ce16f
9 changed files with 501 additions and 31 deletions
+42
View File
@@ -91,6 +91,21 @@ h2 {
border-radius: 6px;
}
.iconButton.small {
width: 30px;
min-height: 30px;
}
.iconButton.muted {
background: #64748b;
border-color: #64748b;
}
.iconButton.danger {
background: #b42318;
border-color: #b42318;
}
.primaryButton {
border-radius: 6px;
padding: 0 12px;
@@ -197,6 +212,21 @@ select {
margin-bottom: 12px;
}
.boardTotals {
margin-bottom: 14px;
}
.boardTotals h3 {
margin: 0 0 8px;
font-size: 15px;
color: #344054;
}
.totalRow td {
font-weight: 700;
background: #eef4f7;
}
.subline {
margin: 6px 0 0;
color: var(--muted);
@@ -247,6 +277,18 @@ tbody tr:hover {
background: #f8fafc;
}
.rowField {
display: grid;
grid-template-columns: 1fr 64px 1fr;
gap: 6px;
}
.rowActions {
display: flex;
gap: 6px;
justify-content: flex-end;
}
.emptyState {
height: 92px;
color: var(--muted);