From 99463ad01cd6111eb1afe97733566eb9e4343697 Mon Sep 17 00:00:00 2001 From: Will Miao <13051207myq@gmail.com> Date: Thu, 8 May 2025 20:16:25 +0800 Subject: [PATCH] refactor(import-modal): remove outdated duplicate styles and clean up modal button layout --- static/css/components/import-modal.css | 26 -------------------------- 1 file changed, 26 deletions(-) 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; -}