feat(buscar-transporte): ✨ find a transport
Find a transport informing place of departure and arrival
This commit is contained in:
19
src/pages/Transportes/Transportes.css
Normal file
19
src/pages/Transportes/Transportes.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user