cfmgrv4 init...3
This commit is contained in:
parent
cabf249647
commit
6089e0efa1
@ -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>
|
||||
|
||||
@ -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;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user