- Nave
- Requirements - Send Msg to Passeggeri
This commit is contained in:
21
src/App.scss
21
src/App.scss
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user