feat(buscar-transporte): find a transport

Find a transport informing place of departure and arrival
This commit is contained in:
Hugo Falcao
2022-06-06 00:54:40 -03:00
parent 8f3355c4d7
commit 533f8e41e8
10 changed files with 9733 additions and 15 deletions

View File

@@ -0,0 +1,19 @@
.header-page{
background-color: var(--ion-toolbar-background);
border-bottom: 1px solid var(--ion-toolbar-border-color);
height: 3.5rem;
display: flex;
justify-content: center;
padding: 0.5rem;
}
.icon-return{
font-size: 1.5rem;
}
.span-info-back{
background-color: #4e4e4e;
border-radius: 0.5rem;
padding: 0.5rem;
display: flex;
}