some fixes

thierry
Viiciouss 7 years ago
parent 0f57cf3d21
commit 71a57f0e06

@ -25,6 +25,7 @@ h5 {
body {
margin: 0;
height: 100%;
overflow-y: auto;
}
@ -32,6 +33,7 @@ body {
height: 100%;
width:100%;
display: flex;
overflow-y: auto;
justify-content: center;
align-items: center;
}

@ -29,6 +29,9 @@ export class HomeComponent implements OnInit {
this.loadComponentLogin = !this.loadComponentLogin;
this.loadComponentRegister = false;
}
loadHomeComponent() {
this.router.navigate(['/']);
}
ngOnInit() {
}

@ -15,7 +15,8 @@
<input type="text" id="orangeForm-Username" [(ngModel)]="currentUser.username" placeholder="User name">
</div>
<div class="md-form">
<input type="text" type="date" id="orangeForm-Birthday" [(ngModel)]="currentUser.birthday" placeholder="Birthday..">
<i class="fa fa-birthday-cake prefix grey-text"></i>
<input type="date" id="orangeForm-Birthday" [(ngModel)]="currentUser.birthday" placeholder="Birthday..">
</div>
<div class="md-form">
<i class="fa fa-envelope prefix grey-text"></i>

Loading…
Cancel
Save