UI-Verbesserungen: Rechnungsmenü entfernt, TS zu Trockenstellerprobe, Auffällig statt ⚠, Erregerkacheln bereinigt, Layout-Abstände optimiert
This commit is contained in:
@@ -312,6 +312,7 @@ a {
|
||||
.portal-grid {
|
||||
display: grid;
|
||||
gap: 20px;
|
||||
align-items: stretch;
|
||||
}
|
||||
|
||||
.metrics-grid {
|
||||
@@ -383,6 +384,10 @@ a {
|
||||
grid-column: 1 / -1;
|
||||
}
|
||||
|
||||
.field--spaced {
|
||||
margin-top: 28px;
|
||||
}
|
||||
|
||||
.field span {
|
||||
font-size: 0.9rem;
|
||||
color: var(--muted);
|
||||
@@ -664,6 +669,10 @@ a {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.info-panel--spaced {
|
||||
margin-top: 28px;
|
||||
}
|
||||
|
||||
.alert {
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user