mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 23:36:08 -06:00
#895 Login page
This commit is contained in:
parent
d10ae5b6e6
commit
e0679d19fe
@ -112,19 +112,6 @@
|
|||||||
color: #489ae8;
|
color: #489ae8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.qr-login-trigger {
|
|
||||||
display: block;
|
|
||||||
background: #fff url("{{ img('visiosoft.theme.base::images/qr_logo_for_login.png').url }}") center no-repeat;
|
|
||||||
background-size: 60px 60px;
|
|
||||||
width: 60px;
|
|
||||||
height: 60px;
|
|
||||||
padding: 10px;
|
|
||||||
right: 5px;
|
|
||||||
top: 5px;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 10;
|
|
||||||
}
|
|
||||||
|
|
||||||
@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 78px 148px 77px;
|
||||||
@ -136,8 +123,7 @@
|
|||||||
padding-right: 85px;
|
padding-right: 85px;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
}
|
}
|
||||||
}
|
#header {
|
||||||
|
display: none;
|
||||||
#header {
|
}
|
||||||
display: none;
|
|
||||||
}
|
}
|
||||||
@ -20,7 +20,7 @@ return [
|
|||||||
'not_a_member_yet' => 'Henüz Üye Değil Misiniz',
|
'not_a_member_yet' => 'Henüz Üye Değil Misiniz',
|
||||||
'not_a_member_yet_message' => 'Üyelerimize özel hizmetlerimizden faydalanabilmek için üye olun',
|
'not_a_member_yet_message' => 'Üyelerimize özel hizmetlerimizden faydalanabilmek için üye olun',
|
||||||
'forgot_password' => 'Şifremi Unuttum',
|
'forgot_password' => 'Şifremi Unuttum',
|
||||||
'email_or_phone_number' => 'E-Posta Adresiniz veya Telefon Numaranız',
|
'email_or_phone_number' => 'E-Posta veya Telefon Numarası',
|
||||||
'phone_number' => 'Telefon Numarası',
|
'phone_number' => 'Telefon Numarası',
|
||||||
|
|
||||||
// Registration instructions
|
// Registration instructions
|
||||||
|
|||||||
@ -14,7 +14,6 @@
|
|||||||
<div class="col-12 text-left m-0 row justify-content-center">
|
<div class="col-12 text-left m-0 row justify-content-center">
|
||||||
|
|
||||||
<div class="col-12 col-lg-5 m-3 login-section">
|
<div class="col-12 col-lg-5 m-3 login-section">
|
||||||
<a class="qr-login-trigger" href="javascript:;"></a>
|
|
||||||
{% set form = form('signIn')
|
{% set form = form('signIn')
|
||||||
.redirect(app.request.get('redirect'))
|
.redirect(app.request.get('redirect'))
|
||||||
.get() %}
|
.get() %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user