Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahirton Lopes authored and Ahirton Lopes committed Jun 3, 2018
1 parent e020639 commit c56064a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/pages/destination/destination.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ page-destination {
width: 100%;
}
.button {
background-color: rgb(228, 118, 28);
background-color: rgb(228, 198, 28);
border: none;
color: white;
padding: 15px 32px;
Expand Down
10 changes: 5 additions & 5 deletions src/pages/parkings/parkings.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ion-header>
<ion-navbar>
<ion-navbar text-center class="bg-brown">
<ion-title>Estacionamentos</ion-title>
</ion-navbar>
</ion-navbar>
</ion-header>

<ion-content>
Expand All @@ -12,9 +12,9 @@
</div>

<ion-item>
<h2><b>text-wrap>{{ parking.name }}</b></h2>
<p>vagas livres: {{ parking.lots.free }}</p>
<p>vagas ocupadas: {{ parking.lots.busy }}</p>
<h2><b>{{ parking.name }}</b></h2>
<p>Vagas livres: {{ parking.lots.free }}</p>
<p>Vagas ocupadas: {{ parking.lots.busy }}</p>
<p>Custo por hora: {{ parking.cost | currency:'R$' }}</p>
</ion-item>
</ion-card>
Expand Down
13 changes: 13 additions & 0 deletions src/pages/parkings/parkings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,17 @@ page-parkings {
.mapa {
height: 150px;
}

nav {
background-color: rgb(77, 77, 79);
height: 100%;
width: 100%;
}

.bg-brown {
.toolbar-background {
background-color: #4d4d4d !important;
}

}
}

0 comments on commit c56064a

Please sign in to comment.