From 85aab75a9c32cdc2a1cf8bae89d82ee156f5c71a Mon Sep 17 00:00:00 2001 From: subsub Date: Tue, 19 Nov 2024 14:07:25 +0900 Subject: [PATCH] =?UTF-8?q?2024/11/19=20=EB=B3=B4=EC=95=88=EB=A1=9C?= =?UTF-8?q?=EA=B7=B8=EC=9D=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/publish/css/mem.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/publish/css/mem.css b/src/main/webapp/publish/css/mem.css index c2dc4c70..a759895f 100644 --- a/src/main/webapp/publish/css/mem.css +++ b/src/main/webapp/publish/css/mem.css @@ -569,7 +569,7 @@ input[type="password"].list_inputType1 {padding: 0px;background-color: transpare .mypage_content .tType1 tbody tr td .certify_in_body .noti {position:absolute;right:0;top:50%;font-size:16px;font-weight:300;letter-spacing:-0.025em;color:#a6a6a6;transform:translateY(-50%);} /* 보안로그인 */ -.security_login{display: block !important;width:100%;background:#f2f2f2;border-radius:5px;padding:30px;margin:0 0 30px 0;box-sizing:border-box;} +.my_dashboard > div.security_login{display: block;width:100%;background:#f2f2f2;border-radius:5px;padding:30px;margin:0 0 30px 0;box-sizing:border-box;} .security_login *{box-sizing:border-box;} .security_login .box{width:100%;background:#fff;border-radius:5px;margin:0 0 30px 0;} .security_login .info{display:flex;font-size:15px;color:#444;padding:15px 20px;flex-direction:column;gap:6px;}