view src/app/analysis-item/analysis-item.component.css @ 361:f12a12ce9de0

Change AnalysisItem type slightly to actually contain the feature data. Improve type guards a tad.
author Lucas Thompson <dev@lucas.im>
date Tue, 30 May 2017 15:07:32 +0100
parents d17d5038b11a
children 2dbe167a95fd
line wrap: on
line source
md-card {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  padding-bottom: 0;
}

md-card-actions {
  width: calc(100% - 16px);
  padding-left: 16px;
}

md-card-header {
  margin-bottom: 8px;
}

ugly-live-play-head {
  position: absolute;
  z-index: 99;
  height: 160px;
}

.content {
  height: 160px;
  width: 100%;
}