From e9d347140edeb22576557a4f3daa3879713762e6 Mon Sep 17 00:00:00 2001 From: Gaeon Kim <rkdjs1104@ajou.ac.kr> Date: Sat, 25 Nov 2023 17:12:20 +0900 Subject: [PATCH] feat: modify deleteModal.module.css --- src/pages/deleteModal.module.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/pages/deleteModal.module.css b/src/pages/deleteModal.module.css index b27da53..09783aa 100644 --- a/src/pages/deleteModal.module.css +++ b/src/pages/deleteModal.module.css @@ -46,8 +46,23 @@ box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* 그림자 추가 */ transition: background-color 0.3s, color 0.3s, transform 0.3s; } +.Demodal_content button:last-child{ + background-color: #F97E7E; + color: white; + height: 40px; + width: 300px; + padding: 10px 20px; + margin: 5px; + font-size: 16px; + cursor: pointer; + border: none; + border-radius: 5px; + box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); /* 그림자 추가 */ + transition: background-color 0.3s, color 0.3s, transform 0.3s; +} + .method_text{ - margin-bottom: 5%; + margin-bottom: 7%; font-size: 18px; text-align: center; -- GitLab