Fix: At registration, ff in Italian, it show english email verified...

This commit is contained in:
Paolo Arena
2019-03-04 21:15:53 +01:00
parent 0181708fc9
commit 08e2fe879a
4 changed files with 8 additions and 8 deletions

View File

@@ -118,7 +118,7 @@
<!--<q-btn class="mybtn" round color="" icon="lock" @click="clickaggshowtype()"></q-btn>--> <!--<q-btn class="mybtn" round color="" icon="lock" @click="clickaggshowtype()"></q-btn>-->
<span style="white-space: pre;">{{ todos_vista }}</span> <!--<span style="white-space: pre;">{{ todos_vista }}</span>-->
</div> </div>
</q-page> </q-page>

View File

@@ -40,7 +40,7 @@
} }
.landing__hero { .landing__hero {
min-height: 90vh min-height: 100vh
} }
.landing__header { .landing__header {
@@ -81,7 +81,7 @@
.landing__footer { .landing__footer {
background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, .1)), to(#000)); background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, rgba(0, 0, 0, .1)), to(#000));
background: linear-gradient(180deg, rgba(0, 0, 0, .1) 65%, #000); background: linear-gradient(180deg, rgba(0, 0, 0, .1) 65%, #000);
//padding-top: 72px !important; padding-top: 72px !important;
//padding-bottom: 72px !important //padding-bottom: 72px !important
} }
@@ -110,10 +110,10 @@
.landing__hero .text-h1 { .landing__hero .text-h1 {
font-size: 3rem; font-size: 3rem;
line-height: 3.05rem; line-height: 3.05rem;
//margin-bottom: 24px margin-bottom: 24px
} }
.landing > section.padding { .landing > section.padding {
//padding-top: 90px; padding-top: 50px;
//padding-bottom: 90px //padding-bottom: 90px
} }
.landing .feature-item { .landing .feature-item {
@@ -137,7 +137,7 @@ body.mobile .landing:before {
content: ""; content: "";
position: fixed; position: fixed;
top: 0; top: 0;
height: 90vh; height: 100vh;
left: 0; left: 0;
right: 0; right: 0;
bottom: 0; bottom: 0;

View File

@@ -52,7 +52,7 @@
<q-btn rounded size="lg" color="primary" @click="PagLogin" class="btn-start"> <q-btn rounded size="lg" color="primary" @click="PagLogin" class="btn-start">
{{$t('login.enter')}} {{$t('login.enter')}}
</q-btn> </q-btn>
<q-btn rounded size="lg" color="secondary" @click="PagReg" class="btn-start"> <q-btn rounded size="lg" color="positive" @click="PagReg" class="btn-start">
{{$t('reg.submit')}} {{$t('reg.submit')}}
</q-btn> </q-btn>
</div> </div>

View File

@@ -80,7 +80,7 @@
<br> <br>
<div class="wrapper"> <div class="wrapper">
<q-btn rounded size="lg" color="secondary" @click="submitOk" :disabled='!allowSubmit'>{{$t('reg.submit')}} <q-btn rounded size="lg" color="positive" @click="submitOk" :disabled='!allowSubmit'>{{$t('reg.submit')}}
</q-btn> </q-btn>
</div> </div>