- MOre fixes per Nick

This commit is contained in:
2018-05-31 21:19:38 -04:00
parent b11052fd23
commit e02b540bb0
15 changed files with 54 additions and 27 deletions

View File

@@ -1,10 +1,6 @@
<ion-header>
<ion-toolbar>
<ion-buttons right>
<button ion-button icon-only (tap)="close($event)">
<ion-icon name="close"></ion-icon>
</button>
</ion-buttons>
<ion-title>looking</ion-title>
</ion-toolbar>
</ion-header>

View File

@@ -1,5 +1,15 @@
page-information {
ion-toolbar {
.toolbar-title {
color: #ffffff;
font-size: 2.42em;
font-weight: 700;
line-height: 1.29;
}
}
.content-box {
background-color: #ffffff;
color: #000000;

View File

@@ -14,7 +14,7 @@ export class InformationPage {
}
ionViewWillEnter() {
this.tabNavEl.style.display = 'none';
this.tabNavEl.style.display = 'flex';
}
close(event) {