resource integration
Some checks failed
Zone / build (push) Failing after 7s

This commit is contained in:
2026-06-26 14:44:40 +01:00
parent 9e182e01d6
commit 60695b377b
4 changed files with 111 additions and 25 deletions

View File

@@ -723,3 +723,34 @@
color: var(--text-muted);
line-height: 1.45;
}
.resource-row + .resource-row {
margin-top: 0.5rem;
}
.resource-line {
display: flex;
justify-content: space-between;
gap: 0.75rem;
font-size: 0.78rem;
}
.resource-line span:last-child {
color: var(--text);
text-align: right;
}
.resource-meter {
height: 0.35rem;
margin-top: 0.25rem;
overflow: hidden;
border-radius: 999px;
background: var(--surface);
}
.resource-meter span {
display: block;
height: 100%;
border-radius: inherit;
background: var(--green);
}