annotate src/app/app.component.css @ 44:13f5f228ed98

Add a component for the feature extraction menu, and start setting up some comms with the worker. Currently populating a select box with list of extractors from hardcoded server.
author Lucas Thompson <dev@lucas.im>
date Fri, 02 Dec 2016 16:55:14 +0000
parents 85c741b8130c
children d17b92663d50
rev   line source
dev@4 1 .app-toolbar-filler {
dev@4 2 flex: 1 1 auto;
dev@4 3 }
dev@4 4
dev@4 5 md-sidenav-layout {
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 }