cfmgrv4 init...3

This commit is contained in:
최준흠 2024-10-21 10:00:24 +09:00
parent cabf249647
commit 6089e0efa1
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
<button type="submit" class="btn-login">로그인</button>
<div class="login-options">
<?= anchor($viewDatas['google_url'], ICONS['GOOGLE'] . 'Google 로그인', ["class" => "btn-google"]) ?>
<button type="button" class="btn-signup">회원가입</button>
<button type="button" class="btn-facebook">Facebook</button>
</div>
<?= form_close(); ?>
</div>

View File

@ -57,7 +57,7 @@
}
.btn-google,
.btn-signup {
.btn-facebook {
flex: 1;
padding: 10px;
border: none;
@ -74,7 +74,7 @@
margin-right: 10px;
}
.btn-signup {
.btn-facebook {
background-color: #28a745;
color: white;
}