Introduce canonical hardware.devices repository and align UI/Reanimator exports
This commit is contained in:
@@ -837,6 +837,12 @@ footer {
|
||||
color: #2c3e50;
|
||||
}
|
||||
|
||||
.pcie-group-title {
|
||||
margin: 1rem 0 0.5rem;
|
||||
color: #34495e;
|
||||
font-size: 0.95rem;
|
||||
}
|
||||
|
||||
/* Config tables */
|
||||
.config-table {
|
||||
font-size: 0.875rem;
|
||||
@@ -930,6 +936,64 @@ footer {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.stat-box.pcie-balance-ok {
|
||||
border-left-color: #27ae60;
|
||||
}
|
||||
|
||||
.stat-box.pcie-balance-warning {
|
||||
border-left-color: #f39c12;
|
||||
}
|
||||
|
||||
.stat-box.pcie-balance-critical {
|
||||
border-left-color: #e74c3c;
|
||||
}
|
||||
|
||||
.pcie-balance-bars {
|
||||
margin-bottom: 1rem;
|
||||
display: grid;
|
||||
gap: 0.5rem;
|
||||
max-width: 560px;
|
||||
}
|
||||
|
||||
.pcie-balance-row {
|
||||
display: grid;
|
||||
grid-template-columns: 72px 1fr 42px;
|
||||
gap: 0.5rem;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.pcie-balance-cpu,
|
||||
.pcie-balance-value {
|
||||
font-size: 0.8rem;
|
||||
color: #2c3e50;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.pcie-balance-track {
|
||||
height: 10px;
|
||||
border-radius: 999px;
|
||||
background: #e5e9ec;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.pcie-balance-fill {
|
||||
height: 100%;
|
||||
border-radius: inherit;
|
||||
min-width: 2px;
|
||||
}
|
||||
|
||||
.pcie-balance-fill.pcie-balance-ok {
|
||||
background: #27ae60;
|
||||
}
|
||||
|
||||
.pcie-balance-fill.pcie-balance-warning {
|
||||
background: #f39c12;
|
||||
}
|
||||
|
||||
.pcie-balance-fill.pcie-balance-critical {
|
||||
background: #e74c3c;
|
||||
}
|
||||
|
||||
/* Responsive */
|
||||
@media (max-width: 768px) {
|
||||
.sensor-grid {
|
||||
|
||||
Reference in New Issue
Block a user