improve mobile login,home and settings styles

This commit is contained in:
Mario Romano
2016-12-12 22:02:00 +00:00
parent d7e6f08448
commit 8b0621f5e1
7 changed files with 279 additions and 141 deletions

View File

@@ -19,6 +19,7 @@ import { Component } from '@angular/core';
@Component({
selector: 'home-view',
templateUrl: './home.component.html'
templateUrl: './home.component.html',
styleUrls: ['./home.component.css']
})
export class HomeComponent {}