mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#895 Login page
This commit is contained in:
parent
d10ae5b6e6
commit
e0679d19fe
@ -112,19 +112,6 @@
|
||||
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) {
|
||||
.login-section {
|
||||
padding: 70px 78px 148px 77px;
|
||||
@ -136,8 +123,7 @@
|
||||
padding-right: 85px;
|
||||
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_message' => 'Üyelerimize özel hizmetlerimizden faydalanabilmek için üye olun',
|
||||
'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ı',
|
||||
|
||||
// Registration instructions
|
||||
|
||||
@ -14,7 +14,6 @@
|
||||
<div class="col-12 text-left m-0 row justify-content-center">
|
||||
|
||||
<div class="col-12 col-lg-5 m-3 login-section">
|
||||
<a class="qr-login-trigger" href="javascript:;"></a>
|
||||
{% set form = form('signIn')
|
||||
.redirect(app.request.get('redirect'))
|
||||
.get() %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user