Browse Source

Improve style of system message

pull/4806/head
Thomas Kaul 3 months ago
parent
commit
a50ea6dcf7
  1. 2
      apps/client/src/app/app.component.html
  2. 6
      apps/client/src/app/app.component.scss

2
apps/client/src/app/app.component.html

@ -10,7 +10,7 @@
(click)="onCreateAccount()" (click)="onCreateAccount()"
> >
<span i18n>You are using the Live Demo.</span> <span i18n>You are using the Live Demo.</span>
<span class="a ml-2" i18n>Create Account</span> <span class="a ml-2 p-1" i18n>Create Account</span>
</div></a </div></a
> >
} }

6
apps/client/src/app/app.component.scss

@ -15,12 +15,14 @@
z-index: 999; z-index: 999;
.info-message { .info-message {
color: rgba(var(--palette-foreground-text), 1); color: rgba(var(--light-primary-text));
font-size: 80%; font-size: 80%;
font-weight: 500;
max-width: 100%; max-width: 100%;
.a { .a {
font-weight: 500; border: 1px solid rgba(var(--light-primary-text));
border-radius: 0.25rem;
} }
} }
} }

Loading…
Cancel
Save