- Chart Maps Nationality

- Username lowercase
- Statistics
- Telegram
This commit is contained in:
Paolo Arena
2020-01-27 15:08:03 +01:00
parent ffded7f9b1
commit f3b70c781e
15 changed files with 397 additions and 2420 deletions

View File

@@ -491,6 +491,11 @@ $heightBtn: 100%;
.fa-flag-it:before {
content: url('statics/icons/flag_it.svg');
overflow-y: hidden;
}
.fa-flag-si:before {
content: url('statics/icons/flag_si.svg');
}
.fa-flag-us:before {
@@ -509,6 +514,18 @@ $heightBtn: 100%;
content: url('statics/icons/flag_de.svg');
}
.fa-flag-ch:before {
content: url('statics/icons/flag_ch.svg');
}
.fa-flag-pe:before {
content: url('statics/icons/flag_pe.svg');
}
.fa-flag-hr:before {
content: url('statics/icons/flag_hr.svg');
}
.animazione {
animation-duration: 2s;
animation-fill-mode: both;
@@ -517,3 +534,10 @@ $heightBtn: 100%;
.wrapword {
overflow-wrap: break-word;
}
.clBorderWarning {
border: #f69f09 solid 5px;
border-radius: 32px;
font-size: 1rem;
padding: 4px;
}