- Nella Lavagna, cliccando sul nome dell'invitato, compaiono le sue informazioni sugli step rimasti, in dettaglio.
- Ogni utente puo' cosi scegliere di regalare un proprio invitato, cliccando sull'invitato, scrivendo l'username del destinatario e premendo il bottone 'Regala Invitato'. Al destinatario gli arriverà un messaggio sul Bot Telegram che indica che gli è stato regalato un'invitato.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
<div v-if="$q.screen.gt.xs">
|
||||||
|
.....
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
import MixinMetaTags from '@src/mixins/mixin-metatags'
|
import MixinMetaTags from '@src/mixins/mixin-metatags'
|
||||||
import { tools } from '@src/store/Modules/tools'
|
import { tools } from '@src/store/Modules/tools'
|
||||||
|
|
||||||
|
|||||||
20
src/App.scss
20
src/App.scss
@@ -541,6 +541,14 @@ $heightBtn: 100%;
|
|||||||
content: url('statics/icons/flag_co.svg');
|
content: url('statics/icons/flag_co.svg');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fa-flag-ro:before {
|
||||||
|
content: url('statics/icons/flag_ro.svg');
|
||||||
|
}
|
||||||
|
|
||||||
|
.fa-flag-cl:before {
|
||||||
|
content: url('statics/icons/flag_cl.svg');
|
||||||
|
}
|
||||||
|
|
||||||
.animazione {
|
.animazione {
|
||||||
animation-duration: 2s;
|
animation-duration: 2s;
|
||||||
animation-fill-mode: both;
|
animation-fill-mode: both;
|
||||||
@@ -550,13 +558,16 @@ $heightBtn: 100%;
|
|||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
.clBorderWarning {
|
.clBorderWarning, .clBorderZoom {
|
||||||
border: #f69f09 solid 5px;
|
border: #f69f09 solid 5px;
|
||||||
border-radius: 32px;
|
border-radius: 32px;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.clBorderZoom {
|
||||||
|
border: #666cf6 solid 5px;
|
||||||
|
}
|
||||||
.text-h5 {
|
.text-h5 {
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
@@ -565,3 +576,10 @@ $heightBtn: 100%;
|
|||||||
letter-spacing: normal;
|
letter-spacing: normal;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.clBorderSmall {
|
||||||
|
border: #dfe3f6 solid 1px;
|
||||||
|
border-radius: 16px;
|
||||||
|
font-size: 1rem;
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
|||||||
@@ -33,6 +33,7 @@ const msg_website = {
|
|||||||
newreg:'Ultime Registrazioni:',
|
newreg:'Ultime Registrazioni:',
|
||||||
nationality: 'Nazionalità',
|
nationality: 'Nazionalità',
|
||||||
verified:'Verificata',
|
verified:'Verificata',
|
||||||
|
seezoom:'Partecipato ad 1 Zoom',
|
||||||
nonverified:'Non Verificata',
|
nonverified:'Non Verificata',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user