Remove duplicate page-header styles after cherry-pick

This commit is contained in:
2025-07-14 10:11:55 +02:00
committed by Jens Luedicke
parent f8d9b3c47e
commit 6f4916cac0

View File

@@ -2620,19 +2620,7 @@ input[type="time"]::-webkit-datetime-edit {
margin: 0 auto;
}
.page-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 2rem;
padding-bottom: 1rem;
border-bottom: 2px solid #e9ecef;
}
.page-header h2 {
margin: 0;
color: #333;
}
/* Page header styles moved to Common Admin Page Styles section above */
.page-actions {
display: flex;