diff --git a/templates/angular/igx-ts/projects/empty/files/package.json b/templates/angular/igx-ts/projects/empty/files/package.json index cb32ed7b9..fa34cc215 100644 --- a/templates/angular/igx-ts/projects/empty/files/package.json +++ b/templates/angular/igx-ts/projects/empty/files/package.json @@ -23,7 +23,7 @@ "@angular/router": "^5.0.0", "core-js": "^2.4.1", "hammerjs": "^2.0.8", - "igniteui-angular": "5.2.0-beta.0", + "igniteui-angular": "5.2.0-beta.1", "igniteui-cli": "^1.0.4", "rxjs": "^5.5.2", "zone.js": "^0.8.14", diff --git a/templates/angular/igx-ts/projects/empty/files/src/app/app.component.css b/templates/angular/igx-ts/projects/empty/files/src/app/app.component.css index 89cf5b556..24a78da1f 100644 --- a/templates/angular/igx-ts/projects/empty/files/src/app/app.component.css +++ b/templates/angular/igx-ts/projects/empty/files/src/app/app.component.css @@ -1,49 +1,12 @@ -.main{ - display:-webkit-box;display:-ms-flexbox; - display:flex; - -webkit-box-orient:horizontal; - -webkit-box-direction:normal; - -ms-flex-flow:row nowrap; - flex-flow:row nowrap;top:0; - right:0;bottom:0; - left:0; - overflow:hidden +.main { + width: 100%; } - -.main,.nav{position:absolute} - -.nav-item { - display: flex; - flex: 1 0 100%; - flex-flow: row nowrap; - color: #383838; - max-height: 48px; - padding: 12px 16px; - cursor: pointer; - font-size: 16px; - align-items: center; - font-weight: 600; - user-select: none; - outline: transparent; - white-space: nowrap; -} - -.nav-item.active { - color: #731963; -} - -.nav-item:hover { - background-color: #f0f0f0; -} - -:host ::ng-deep .igx-navbar{ - background: #731963; -} - + h3 { padding-left: 16px; } -#content { +.content { flex: 1 1 100%; + padding: 20px; } diff --git a/templates/angular/igx-ts/projects/empty/files/src/app/app.component.html b/templates/angular/igx-ts/projects/empty/files/src/app/app.component.html index 3066415f4..3a8f7d01b 100644 --- a/templates/angular/igx-ts/projects/empty/files/src/app/app.component.html +++ b/templates/angular/igx-ts/projects/empty/files/src/app/app.component.html @@ -1,12 +1,15 @@ -