Finishes terrible dashboard where all ticker updates are posted

Fixes issue with widths
This commit is contained in:
GloriousCode
2017-09-27 18:51:55 +10:00
parent e44832b0a7
commit e3d099a867
6 changed files with 30 additions and 53 deletions

View File

@@ -1,7 +1,5 @@
<div style="width:1000px">
<md-grid-list cols="3" rowHeight="2:1" >
<md-grid-list cols="4" rowHeight="4:3" >
<md-grid-tile *ngFor="let ticker of tickerCards">
<app-exchange-currency-ticker [ticker]="ticker" ></app-exchange-currency-ticker>
</md-grid-tile>
</md-grid-list>
</div>

View File

@@ -1,18 +0,0 @@
.example-form {
min-width: 150px;
width: 100%;
}
.example-full-width {
width: 100%;
}
.exchange-card {
margin-bottom: 20px;
width: 300px;
}
md-grid-tile {
width:300px;
padding:10px;
}