refactor(import-modal): remove outdated duplicate styles and clean up modal button layout

This commit is contained in:
Will Miao
2025-05-08 20:16:25 +08:00
parent e33da50278
commit 99463ad01c

View File

@@ -880,29 +880,3 @@
align-items: center;
gap: 4px;
}
/* Remove the old duplicate styles that are no longer needed */
.duplicate-recipe-item,
.duplicate-recipe-content,
.duplicate-recipe-actions,
.danger-btn,
.view-recipe-btn {
/* These styles are being replaced by the card layout */
}
/* Modal buttons layout to accommodate multiple buttons */
.modal-actions {
display: flex;
justify-content: space-between;
gap: 10px;
margin-top: var(--space-3);
}
.modal-actions button {
flex: 1;
white-space: nowrap;
display: flex;
align-items: center;
justify-content: center;
gap: 6px;
}