Browse Source

Feature/various style improvements (#4788)

* Various style improvements
pull/4792/head
Thomas Kaul 1 month ago
committed by GitHub
parent
commit
daedfd6ad6
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      apps/client/src/app/components/home-market/home-market.html
  2. 8
      apps/client/src/app/pages/webauthn/webauthn-page.html

6
apps/client/src/app/components/home-market/home-market.html

@ -37,8 +37,10 @@
[user]="user"
/>
@if (benchmarks?.length > 0) {
<div class="mt-3 text-center">
<small class="text-muted" i18n>
<div
class="gf-text-wrap-balance line-height-1 mt-3 text-center text-muted"
>
<small i18n>
Calculations are based on delayed market data and may not be
displayed in real-time.</small
>

8
apps/client/src/app/pages/webauthn/webauthn-page.html

@ -19,15 +19,17 @@
<ng-container i18n>Oops, authentication has failed.</ng-container>
</h1>
<button
class="mb-3 mt-4"
class="mt-4"
color="primary"
mat-flat-button
(click)="signIn()"
>
<ng-container i18n>Try again</ng-container>
</button>
<div class="text-muted"><ng-container i18n>or</ng-container></div>
<button class="mt-1" mat-flat-button (click)="deregisterDevice()">
<div class="my-2 text-muted">
<ng-container i18n>or</ng-container>
</div>
<button mat-stroked-button (click)="deregisterDevice()">
<ng-container i18n>Go back to Home Page</ng-container>
</button>
</div>

Loading…
Cancel
Save