annotate src/app/app.component.css @ 93:8f2b2aed0df1

Update cli config to conform to latest version, needed to move around my worker bootstrapping bodge. Angular-cli for some reason now includes global scripts as strings in the webpack bundle, and they are eval'ed. So TypeScript no longer gets compiled. So once again I chase the mouse, re-purposing the new polyfill field to compile and bundle externals.ts once more!
author Lucas Thompson <dev@lucas.im>
date Thu, 23 Feb 2017 22:15:52 +0000
parents d17b92663d50
children 5e8a2eb8bdbf
rev   line source
dev@4 1 .app-toolbar-filler {
dev@4 2 flex: 1 1 auto;
dev@4 3 }
dev@4 4
dev@87 5 md-sidenav-container {
dev@4 6 height: calc(100vh - 64px); /* height of window minus the toolbar height*/
dev@4 7 }
dev@4 8
dev@4 9 md-sidenav {
dev@7 10 text-align: center;
dev@4 11 }
dev@21 12
dev@28 13 md-tab-group {
dev@28 14 height: calc(100vh - 64px); /* height of window minus the toolbar height*/
dev@21 15 }
dev@21 16
dev@28 17 md-tab-group >>> .md-tab-body-wrapper {
dev@28 18 align-items: center;
dev@28 19 }