Fixes navbar to top

Fixes footer buttons for cards
This commit is contained in:
GloriousCode
2017-11-20 17:50:07 +11:00
parent 6d2aa311c8
commit a073d5c439
5 changed files with 34 additions and 30 deletions

View File

@@ -1,16 +1,16 @@
<mat-grid-list cols="3" rowHeight="300px">
<mat-grid-list cols="3" rowHeight="24rem">
<mat-grid-tile [colspan]="1" [rowspan]="2">
<mat-card class="full-card">
<mat-card-header>
<mat-card-title>Shiba Inu</mat-card-title>
<mat-card-subtitle>Dog Breed</mat-card-subtitle>
</mat-card-header>
<mat-card-content style="height:80%">
<mat-card-content>
HI
</mat-card-content>
<mat-card-actions>
<mat-card-footer>
<button mat-button>EXPAND</button>
</mat-card-actions>
</mat-card-footer>
</mat-card>
</mat-grid-tile>
<mat-grid-tile [colspan]="2" [rowspan]="1">
@@ -23,10 +23,9 @@
HI
</mat-card-content>
<mat-card-actions>
<mat-card-footer>
<button mat-button>EXPAND</button>
</mat-card-actions>
<mat-card-footer>lkasdjf; la</mat-card-footer>
</mat-card-footer>
</mat-card>
</mat-grid-tile>
<mat-grid-tile [colspan]="1" [rowspan]="1">
@@ -35,29 +34,27 @@
<mat-card-title>Shiba Inu</mat-card-title>
<mat-card-subtitle>Dog Breed</mat-card-subtitle>
</mat-card-header>
<mat-card-content style="height:80%">
<mat-card-content>
HI
</mat-card-content>
<mat-card-actions>
<mat-card-footer>
<button mat-button>EXPAND</button>
</mat-card-actions>
</mat-card-footer>
</mat-card>
</mat-grid-tile>
<mat-grid-tile [colspan]="1" [rowspan]="1">
<mat-card class="full-card">
<mat-card-header>
<mat-card-title>Shiba Inu</mat-card-title>
<mat-card-title>4 Inu</mat-card-title>
<mat-card-subtitle>Dog Breed</mat-card-subtitle>
</mat-card-header>
<mat-card-content style="height:80%">
<mat-card-content>
HI
</mat-card-content>
<mat-card-actions>
<mat-card-footer>
<button mat-button>EXPAND</button>
</mat-card-actions>
</mat-card-footer>
</mat-card>
</mat-grid-tile>
</mat-grid-list>
<app-all-enabled-currency-tickers></app-all-enabled-currency-tickers>
</mat-grid-list>