diff --git a/doc/bozze.txt b/doc/bozze.txt
index 1484fb7..9aea974 100644
--- a/doc/bozze.txt
+++ b/doc/bozze.txt
@@ -1,3 +1,8 @@
+
+ .....
+
+
+
import MixinMetaTags from '@src/mixins/mixin-metatags'
import { tools } from '@src/store/Modules/tools'
diff --git a/src/App.scss b/src/App.scss
index bf2b4ee..8a3f82f 100644
--- a/src/App.scss
+++ b/src/App.scss
@@ -541,6 +541,14 @@ $heightBtn: 100%;
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 {
animation-duration: 2s;
animation-fill-mode: both;
@@ -550,13 +558,16 @@ $heightBtn: 100%;
overflow-wrap: break-word;
}
-.clBorderWarning {
+.clBorderWarning, .clBorderZoom {
border: #f69f09 solid 5px;
border-radius: 32px;
font-size: 1rem;
padding: 4px;
}
+.clBorderZoom {
+ border: #666cf6 solid 5px;
+}
.text-h5 {
@media (max-width: 600px) {
font-size: 1rem;
@@ -565,3 +576,10 @@ $heightBtn: 100%;
letter-spacing: normal;
}
}
+
+.clBorderSmall {
+ border: #dfe3f6 solid 1px;
+ border-radius: 16px;
+ font-size: 1rem;
+ padding: 4px;
+}
diff --git a/src/db/i18n_website.js b/src/db/i18n_website.js
index 41c653b..03ce7f5 100644
--- a/src/db/i18n_website.js
+++ b/src/db/i18n_website.js
@@ -33,6 +33,7 @@ const msg_website = {
newreg:'Ultime Registrazioni:',
nationality: 'Nazionalità',
verified:'Verificata',
+ seezoom:'Partecipato ad 1 Zoom',
nonverified:'Non Verificata',
}
},