Browse Source

Improve style (#398)

pull/399/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
4219e1121e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/client/src/app/pages/accounts/accounts-page.scss
  2. 2
      apps/client/src/app/pages/portfolio/allocations/allocations-page.scss
  3. 2
      apps/client/src/app/pages/portfolio/analysis/analysis-page.scss
  4. 2
      apps/client/src/app/pages/portfolio/transactions/transactions-page.scss

2
apps/client/src/app/pages/accounts/accounts-page.scss

@ -1,4 +1,6 @@
:host { :host {
display: block;
.fab-container { .fab-container {
position: fixed; position: fixed;
right: 2rem; right: 2rem;

2
apps/client/src/app/pages/portfolio/allocations/allocations-page.scss

@ -1,4 +1,6 @@
:host { :host {
display: block;
.allocations-by-symbol { .allocations-by-symbol {
gf-portfolio-proportion-chart { gf-portfolio-proportion-chart {
max-width: 80vh; max-width: 80vh;

2
apps/client/src/app/pages/portfolio/analysis/analysis-page.scss

@ -1,4 +1,6 @@
:host { :host {
display: block;
.investment-chart { .investment-chart {
.mat-card { .mat-card {
.mat-card-content { .mat-card-content {

2
apps/client/src/app/pages/portfolio/transactions/transactions-page.scss

@ -1,4 +1,6 @@
:host { :host {
display: block;
.fab-container { .fab-container {
position: fixed; position: fixed;
right: 2rem; right: 2rem;

Loading…
Cancel
Save