annotate src/app/feature-extraction-menu/feature-extraction-menu.component.css @ 396:3eab26a629e1

Revert changes relating to bodging unit onto the shaped features. Now return from the extraction service and add to the analysis item, and send into the cross-hair component with a prop.
author Lucas Thompson <dev@lucas.im>
date Thu, 01 Jun 2017 23:04:39 +0100
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 }