Merge pull request #434 from openclassify/dia

#1118 Sosyal giriş İconları Renklendirilmeli
This commit is contained in:
Fatih Alp 2020-03-19 17:56:04 +03:00 committed by GitHub
commit b4672b4744
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 8 deletions

View File

@ -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;
}
}

View File

@ -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'
];

View File

@ -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>