annotate 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
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 }