- Requirements
- Send Msg to Passeggeri
This commit is contained in:
Paolo Arena
2020-03-10 21:43:42 +01:00
parent 61dcb2360e
commit 71e1cd36d0
7 changed files with 415 additions and 116 deletions

View File

@@ -519,6 +519,10 @@ $heightBtn: 100%;
content: url('statics/icons/flag_fr.svg');
}
.fa-flag-br:before {
content: url('statics/icons/flag_br.svg');
}
.fa-flag-si:before {
content: url('statics/icons/flag_si2.svg');
}
@@ -583,6 +587,10 @@ $heightBtn: 100%;
content: url('statics/icons/flag_eg.svg');
}
.fa-flag-sk:before {
content: url('statics/icons/flag_sk.svg');
}
.animazione {
animation-duration: 2s;
animation-fill-mode: both;
@@ -630,6 +638,15 @@ $heightBtn: 100%;
padding: 4px;
}
.clBorderxs {
border: #dfe3f6 solid 1px;
border-radius: 16px;
padding-left: 3px;
padding-right: 3px;
padding-top: 0;
padding-bottom: 0;
}
.img {
margin-left: auto;
margin-right: auto;
@@ -647,3 +664,7 @@ $heightBtn: 100%;
margin-left: auto;
margin-right: auto;
}
.text-h7{
font-size: 1rem;
}