This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user