Mercurial > hg > ugly-duckling
changeset 455:d27f1ca7ba6a
Remove spacing from bottom of card content and align action items to the right.
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Thu, 29 Jun 2017 20:09:11 +0100 |
parents | f93582c38b70 |
children | 7bb0bac6f8dc |
files | src/app/analysis-item/analysis-item.component.css |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/app/analysis-item/analysis-item.component.css Thu Jun 29 20:08:11 2017 +0100 +++ b/src/app/analysis-item/analysis-item.component.css Thu Jun 29 20:09:11 2017 +0100 @@ -15,6 +15,14 @@ margin-bottom: 8px; } +md-card-content { + margin-bottom: 0; +} + +md-card-actions { + text-align: right; +} + ugly-live-play-head { position: absolute; z-index: 99;