Mercurial > hg > ugly-duckling
annotate src/app/app.component.css @ 49:92c139e16b51
Disable button whilst extracting (for now) - quick fix to stop multiple process requests being sent (as they aren't queued / no request-response matching is done / process requests are synchronous)
author | Lucas Thompson <dev@lucas.im> |
---|---|
date | Tue, 06 Dec 2016 11:12:56 +0000 |
parents | 85c741b8130c |
children | d17b92663d50 |
rev | line source |
---|---|
dev@4 | 1 .app-toolbar-filler { |
dev@4 | 2 flex: 1 1 auto; |
dev@4 | 3 } |
dev@4 | 4 |
dev@4 | 5 md-sidenav-layout { |
dev@4 | 6 height: calc(100vh - 64px); /* height of window minus the toolbar height*/ |
dev@4 | 7 } |
dev@4 | 8 |
dev@4 | 9 md-sidenav { |
dev@7 | 10 text-align: center; |
dev@4 | 11 } |
dev@21 | 12 |
dev@28 | 13 md-tab-group { |
dev@28 | 14 height: calc(100vh - 64px); /* height of window minus the toolbar height*/ |
dev@21 | 15 } |
dev@21 | 16 |
dev@28 | 17 md-tab-group >>> .md-tab-body-wrapper { |
dev@28 | 18 align-items: center; |
dev@28 | 19 } |