mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #434 from openclassify/dia
#1118 Sosyal giriş İconları Renklendirilmeli
This commit is contained in:
commit
b4672b4744
@ -111,10 +111,9 @@
|
||||
background: #fafafa;
|
||||
color: #489ae8;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 470px) {
|
||||
.login-section {
|
||||
padding: 70px 78px 148px 77px;
|
||||
padding: 70px 30px 148px;
|
||||
}
|
||||
|
||||
.register-section {
|
||||
@ -123,4 +122,9 @@
|
||||
padding-right: 85px;
|
||||
background-color: #fff;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 1200px) {
|
||||
.login-section {
|
||||
padding: 70px 78px 148px 77px;
|
||||
}
|
||||
}
|
||||
@ -32,8 +32,11 @@ return [
|
||||
'register_information_note' => 'The information on this page is taken for ' . env('APPLICATION_DOMAIN') . ' membership. You can find detailed information about the protection of personal data here.',
|
||||
|
||||
// Register page
|
||||
'phone_validation_error' => 'This email address is in use by another member.',
|
||||
'phone_validation_error' => 'This phone number is in use by another member.',
|
||||
|
||||
// Forgot Password
|
||||
'create_new_password' => 'Create New Password',
|
||||
|
||||
// Login page
|
||||
'or' => 'or'
|
||||
];
|
||||
@ -58,17 +58,19 @@
|
||||
<div class="col-12 py-0">
|
||||
<label class="c-input c-checkbox remember_me">
|
||||
<input value="0" type="hidden" name="remember_me">
|
||||
<input type="checkbox" name="remember_me">
|
||||
<input type="checkbox" name="remember_me" class="align-middle">
|
||||
<span class="c-indicator"></span>
|
||||
{{ trans('visiosoft.theme.base::field.remember_me') }}
|
||||
</label>
|
||||
</div>
|
||||
<div class="social-login py-2 row">
|
||||
{{ addBlock('login/oauth')|raw }}
|
||||
</div>
|
||||
{% if addBlock('login/oauth') %}
|
||||
<div class="text-center text-muted">- {{ trans('visiosoft.theme.base::field.or') }} -</div>
|
||||
<div class="social-login py-2 px-3">
|
||||
{{ addBlock('login/oauth')|raw }}
|
||||
</div>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
||||
<div class="col-12 col-lg-5 m-3 py-4 row register-section align-items-center">
|
||||
<div class="col-12 text-center">
|
||||
<h3 class="py-0">{{ trans('visiosoft.theme.base::field.not_a_member_yet') }}?</h3>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user