This commit is contained in:
vedatakd 2020-02-17 17:52:52 +03:00
parent d10ae5b6e6
commit e0679d19fe
3 changed files with 4 additions and 19 deletions

View File

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

View File

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

View File

@ -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() %}