From fc56b4aeef16b4d7e96034180c435d45f333aeaa Mon Sep 17 00:00:00 2001 From: usn757 Date: Sat, 7 Jun 2025 22:35:36 +0900 Subject: [PATCH] =?UTF-8?q?[fix]=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=9D=98=20=EA=B9=A8=EC=A7=84=20=EC=B9=B4?= =?UTF-8?q?=EC=B9=B4=EC=98=A4=20=EC=95=84=EC=9D=B4=EC=BD=98=20SVG=EB=A1=9C?= =?UTF-8?q?=20=EB=B3=B5=EC=9B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/login.html | 297 +++++++++++------------- 1 file changed, 141 insertions(+), 156 deletions(-) diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html index 129a985..5f84bbe 100644 --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html @@ -1,168 +1,153 @@ - + - - PETTY - 로그인 - + .social-login-divider::before, + .social-login-divider::after { + content: ''; + flex: 1; + border-bottom: 1px solid var(--input-border-color); + } + + .social-login-divider:not(:empty)::before { + margin-right: .5em; + } + + .social-login-divider:not(:empty)::after { + margin-left: .5em; + } + + .social-login-btn { + display: flex; + align-items: center; + justify-content: center; + gap: 10px; + width: 100%; + margin-bottom: 10px; + padding: 10px; + border-radius: var(--border-radius-sm); + font-weight: bold; + border: 1px solid var(--input-border-color); + } + + .social-login-btn img { + width: 20px; + height: 20px; + } + + .social-login-btn.kakao { + background-color: #FEE500; + color: #191919; + border-color: #FEE500; + } + + .social-login-btn.github { + background-color: #333; + color: white; + border-color: #333; + } + + -

로그인

-
-
- - -
-
- - -
-
- -
+ +
+
+
-
- - + +
\ No newline at end of file