Aggiornamento Traduzioni ...

This commit is contained in:
Paolo Arena
2020-04-07 14:33:29 +02:00
parent bc7ab5f818
commit 1c010787d0
4 changed files with 21 additions and 7 deletions

View File

@@ -579,6 +579,10 @@ $heightBtn: 100%;
content: url('statics/icons/flag_ng.svg');
}
.fa-flag-md:before {
content: url('statics/icons/flag_md.svg');
}
.fa-flag-co:before {
content: url('statics/icons/flag_co.svg');
}
@@ -616,7 +620,7 @@ $heightBtn: 100%;
overflow-wrap: break-word;
}
.clBorderWarning, .clBorderZoom {
.clBorderWarning, .clBorderZoom, .clBorderTutor {
border: #f69f09 solid 5px;
border-radius: 32px;
font-size: 1rem;
@@ -634,6 +638,11 @@ $heightBtn: 100%;
border: #666cf6 solid 5px;
}
.clBorderTutor {
border-radius: 16px;
border: #f634b5 solid 2px;
}
.clBorderSteps {
border-color: green;
}