Aggiornamento Traduzioni ...
This commit is contained in:
11
src/App.scss
11
src/App.scss
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user