Aggiornamento Traduzioni ...

This commit is contained in:
Paolo Arena
2020-03-31 20:33:54 +02:00
parent 8bf9b504e1
commit 5f5bf7771b
6 changed files with 201 additions and 62 deletions

View File

@@ -575,6 +575,10 @@ $heightBtn: 100%;
content: url('statics/icons/flag_sm.svg');
}
.fa-flag-ng:before {
content: url('statics/icons/flag_ng.svg');
}
.fa-flag-co:before {
content: url('statics/icons/flag_co.svg');
}
@@ -583,6 +587,10 @@ $heightBtn: 100%;
content: url('statics/icons/flag_ro.svg');
}
.fa-flag-ve:before {
content: url('statics/icons/flag_ve.svg');
}
.fa-flag-cl:before {
content: url('statics/icons/flag_cl.svg');
}