Insert Carosel (3 images to the HomePage)

This commit is contained in:
Paolo Arena
2019-03-14 01:24:59 +01:00
parent 4f94cfcac5
commit 41642853d1
12 changed files with 350 additions and 126 deletions

View File

@@ -2,8 +2,11 @@
<div class="mypanel">
<div v-if="!emailinviata">
<q-banner color="primary q-title" style="text-align: center;">
{{ $t('reset.title_update_pwd')}}
<q-banner
rounded
class="bg-primary text-white"
style="text-align: center;">
<span class="mybanner">{{ $t('reset.title_update_pwd')}}</span>
</q-banner>
<br>
@@ -41,8 +44,11 @@
</div>
<div v-else>
<q-banner color="primary q-title" style="text-align: center;">
{{ $t('reset.email_sent')}}
<q-banner
rounded
class="bg-primary text-white"
style="text-align: center;">
<span class="mybanner">{{ $t('reset.email_sent')}}</span>
</q-banner>
<br>