annotate src/app/feature-extraction-menu/feature-extraction-menu.component.css @ 200:d7e4bba39d20

Moving towards defining an analysis item - it is already doing too much in terms of also describing the root audio.
author Lucas Thompson <dev@lucas.im>
date Fri, 24 Mar 2017 11:05:20 +0000
parents bf8826d4e2c6
children 48904aa87ba3
rev   line source
dev@46 1 #extractor-outputs {
dev@46 2 max-width: 80%;
dev@46 3 display: block;
dev@46 4 margin: 0 auto;
dev@46 5 }
dev@100 6
dev@100 7 .container {
dev@100 8 margin-top: 10pt;
dev@100 9 padding: 10pt;
dev@100 10 }