cfmgrv4 init...3
This commit is contained in:
parent
cabf249647
commit
6089e0efa1
@ -17,7 +17,7 @@
|
|||||||
<button type="submit" class="btn-login">로그인</button>
|
<button type="submit" class="btn-login">로그인</button>
|
||||||
<div class="login-options">
|
<div class="login-options">
|
||||||
<?= anchor($viewDatas['google_url'], ICONS['GOOGLE'] . 'Google 로그인', ["class" => "btn-google"]) ?>
|
<?= 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>
|
</div>
|
||||||
<?= form_close(); ?>
|
<?= form_close(); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -57,7 +57,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.btn-google,
|
.btn-google,
|
||||||
.btn-signup {
|
.btn-facebook {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: none;
|
border: none;
|
||||||
@ -74,7 +74,7 @@
|
|||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn-signup {
|
.btn-facebook {
|
||||||
background-color: #28a745;
|
background-color: #28a745;
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user