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; background: #fafafa;
color: #489ae8; color: #489ae8;
} }
@media only screen and (min-width: 470px) { @media only screen and (min-width: 470px) {
.login-section { .login-section {
padding: 70px 78px 148px 77px; padding: 70px 30px 148px;
} }
.register-section { .register-section {
@ -124,3 +123,8 @@
background-color: #fff; 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_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 // 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 // Forgot Password
'create_new_password' => 'Create New Password', 'create_new_password' => 'Create New Password',
// Login page
'or' => 'or'
]; ];

View File

@ -58,17 +58,19 @@
<div class="col-12 py-0"> <div class="col-12 py-0">
<label class="c-input c-checkbox remember_me"> <label class="c-input c-checkbox remember_me">
<input value="0" type="hidden" name="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> <span class="c-indicator"></span>
{{ trans('visiosoft.theme.base::field.remember_me') }} {{ trans('visiosoft.theme.base::field.remember_me') }}
</label> </label>
</div> </div>
<div class="social-login py-2 row"> {% if addBlock('login/oauth') %}
{{ addBlock('login/oauth')|raw }} <div class="text-center text-muted">- {{ trans('visiosoft.theme.base::field.or') }} -</div>
</div> <div class="social-login py-2 px-3">
{{ addBlock('login/oauth')|raw }}
</div>
{% endif %}
</div> </div>
<div class="col-12 col-lg-5 m-3 py-4 row register-section align-items-center"> <div class="col-12 col-lg-5 m-3 py-4 row register-section align-items-center">
<div class="col-12 text-center"> <div class="col-12 text-center">
<h3 class="py-0">{{ trans('visiosoft.theme.base::field.not_a_member_yet') }}?</h3> <h3 class="py-0">{{ trans('visiosoft.theme.base::field.not_a_member_yet') }}?</h3>