Mercurial > hg > ugly-duckling
annotate 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 |
rev | line source |
---|---|
dev@170 | 1 md-card { |
dev@170 | 2 padding-left: 0; |
dev@170 | 3 padding-right: 0; |
dev@176 | 4 width: 100%; |
dev@280 | 5 padding-bottom: 0; |
dev@170 | 6 } |
dev@176 | 7 |
dev@176 | 8 md-card-actions { |
dev@176 | 9 width: calc(100% - 16px); |
dev@176 | 10 padding-left: 16px; |
dev@176 | 11 } |
dev@176 | 12 |
dev@176 | 13 md-card-header { |
dev@176 | 14 margin-bottom: 8px; |
dev@176 | 15 } |
dev@348 | 16 |
dev@348 | 17 ugly-live-play-head { |
dev@348 | 18 position: absolute; |
dev@348 | 19 z-index: 99; |
dev@348 | 20 height: 160px; |
dev@348 | 21 } |
dev@348 | 22 |
dev@348 | 23 .content { |
dev@348 | 24 height: 160px; |
dev@348 | 25 width: 100%; |
dev@348 | 26 } |