view src/app/app.component.css @ 131:4eb3cc32f6c0

Add dispose method
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 16 Mar 2017 12:35:43 +0000
parents d17b92663d50
children 5e8a2eb8bdbf
line wrap: on
line source
.app-toolbar-filler {
  flex: 1 1 auto;
}

md-sidenav-container {
  height: calc(100vh - 64px); /* height of window minus the toolbar height*/
}

md-sidenav {
  text-align: center;
}

md-tab-group {
  height: calc(100vh - 64px); /* height of window minus the toolbar height*/
}

md-tab-group >>> .md-tab-body-wrapper {
  align-items: center;
}