mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -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;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -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'
|
||||||
];
|
];
|
||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user