- Chart Maps Nationality
- Username lowercase - Statistics - Telegram
This commit is contained in:
24
src/App.scss
24
src/App.scss
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user