Use central metric cards for Campaign summaries

This commit is contained in:
2026-07-21 13:24:18 +02:00
parent 8627d0e135
commit 2c70c553ac
2 changed files with 6 additions and 23 deletions

View File

@@ -512,13 +512,8 @@
width: 100%;
}
.overview-config-actions a { text-decoration: none; }
.overview-summary-grid {
grid-template-columns: repeat(4, minmax(120px, 1fr));
}
@media (max-width: 1100px) {
.overview-config-grid,
.overview-summary-grid { grid-template-columns: 1fr; }
.overview-config-grid { grid-template-columns: 1fr; }
.overview-config-card { grid-template-rows: auto auto auto auto; }
}
@@ -750,9 +745,6 @@
line-height: 22px;
text-transform: uppercase;
}
.recipient-field-input {
min-width: 140px;
}
.attachment-summary-button {
white-space: nowrap;
}