This commit is contained in:
WBHarry 2026-03-08 19:35:27 +01:00
parent c6bf482b07
commit 8b7a455410
11 changed files with 162 additions and 61 deletions

View file

@ -138,10 +138,6 @@
align-items: center;
gap: 4px;
margin-right: 20px;
.resource-manager {
color: light-dark(@dark-blue, @golden);
}
}
.downtime-section {

View file

@ -32,6 +32,24 @@
.hidden {
display: none;
}
img {
width: 18px;
height: 18px;
&.empty {
opacity: 0.4;
}
&.filter {
filter: @golden-filter;
}
&.non-transparent {
border-radius: 50%;
border: 1px solid @golden;
}
}
}
}
}