diff --git a/static/css/components/import-modal.css b/static/css/components/import-modal.css index 86bbf33a..a876e344 100644 --- a/static/css/components/import-modal.css +++ b/static/css/components/import-modal.css @@ -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; -}