Improve css
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<div class="vertical-center">Aktienübersicht</div>
|
||||
</div>
|
||||
<mat-card class="placeholder">
|
||||
<div class="stockTable">
|
||||
<div class="stockTableLHS">
|
||||
<table mat-table [dataSource]="dataSourceStocks">
|
||||
<!--- Note that these columns can be defined in any order.
|
||||
The actual rendered columns are set as a property on the row definition" -->
|
||||
@@ -53,12 +53,12 @@
|
||||
<div class="heading fix-right-side">
|
||||
<div class="vertical-center">Depotübersicht</div>
|
||||
</div>
|
||||
<mat-card class="placeholder"></mat-card>
|
||||
<mat-card class="placeholderRHS"></mat-card>
|
||||
</div>
|
||||
</mat-grid-tile>
|
||||
<!-- Transaktions -->
|
||||
<mat-grid-tile colspan="1" rowspan="1" class="right-side">
|
||||
<div class="depotOverview">
|
||||
<div class="depotOverviewDown">
|
||||
<div class="heading fix-right-side">
|
||||
<div class="vertical-center">Transaktionen</div>
|
||||
<span class="spacer"></span>
|
||||
@@ -72,7 +72,7 @@
|
||||
<mat-icon>add</mat-icon>
|
||||
</button>
|
||||
</div>
|
||||
<mat-card class="placeholder"
|
||||
<mat-card class="placeholderRHS"
|
||||
><div class="stockTable">
|
||||
<table mat-table [dataSource]="dataSourceTransactions">
|
||||
<!--- Note that these columns can be defined in any order.
|
||||
|
Reference in New Issue
Block a user