view src/app/analysis-item/analysis-item.component.css @ 509:041468f553e1 tip master

Merge pull request #57 from LucasThompson/fix/session-stack-max-call-stack Fix accidental recursion in PersistentStack
author Lucas Thompson <LucasThompson@users.noreply.github.com>
date Mon, 27 Nov 2017 11:04:30 +0000
parents cf4a17efb5d4
children
line wrap: on
line source
mat-card {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  padding-bottom: 0;
  user-select: none;
}

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

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

mat-card-content {
  margin-bottom: 0;
}

mat-card-actions {
  text-align: right;
}

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

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