view src/app/analysis-item/analysis-item.component.css @ 192:e4f38975c2bc

Introduce interface for reading a file, once again avoiding specific browser implementation.
author Lucas Thompson <dev@lucas.im>
date Thu, 23 Mar 2017 15:42:34 +0000
parents 8b34bc784d80
children 65ac5f8fc253
line wrap: on
line source
md-card {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

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

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