Correction navigation après enregistrement issue

This commit is contained in:
Cédric OLIVIER
2026-05-22 18:18:19 +02:00
parent e51a898686
commit 6cb8197f0c
3 changed files with 54 additions and 8 deletions
@@ -47,6 +47,20 @@
background-color: #047857;
}
.cancel-button {
border: 1px solid #d1d5db;
border-radius: 0.5rem;
background-color: #ffffff;
color: #374151;
padding: 0.65rem 1rem;
font-weight: 600;
cursor: pointer;
}
.cancel-button:hover {
background-color: #f3f4f6;
}
.detail-card {
background-color: #ffffff;
border: 1px solid #e5e7eb;
@@ -93,6 +107,13 @@ tr:last-child td {
border-bottom: none;
}
.form-actions {
margin-top: 1rem;
display: flex;
justify-content: flex-end;
gap: 0.75rem;
}
@media (max-width: 768px) {
.page-header {
flex-direction: column;