From a566044ab26642e52ac8e6c9984e95f2e4fae0ab Mon Sep 17 00:00:00 2001
From: Thomas <4159106+dtslvr@users.noreply.github.com>
Date: Sat, 16 Sep 2023 20:12:33 +0200
Subject: [PATCH] Improve style
---
apps/client/src/app/app.component.html | 4 ++--
apps/client/src/app/app.component.scss | 20 ++------------------
2 files changed, 4 insertions(+), 20 deletions(-)
diff --git a/apps/client/src/app/app.component.html b/apps/client/src/app/app.component.html
index 16569d30d..b8dfbdb9c 100644
--- a/apps/client/src/app/app.component.html
+++ b/apps/client/src/app/app.component.html
@@ -11,7 +11,7 @@
[routerLink]="routerLinkRegister"
>
You are using the Live Demo.
@@ -20,7 +20,7 @@
>
{{ info.systemMessage }}
diff --git a/apps/client/src/app/app.component.scss b/apps/client/src/app/app.component.scss
index bf1d65eba..2cc6d9a17 100644
--- a/apps/client/src/app/app.component.scss
+++ b/apps/client/src/app/app.component.scss
@@ -12,18 +12,16 @@
height: var(--mat-toolbar-standard-height);
.info-message-inner-container {
- background-color: var(--light-background);
+ background-color: rgba(var(--palette-primary-500), 1);
height: var(--mat-toolbar-standard-height);
z-index: 999;
.info-message {
- background-color: rgba(var(--palette-foreground-text), 0.05);
- border-radius: 2rem;
+ color: rgba(var(--palette-foreground-text), 1);
font-size: 80%;
max-width: 100%;
.a {
- color: rgba(var(--palette-primary-500), 1);
font-weight: 500;
}
}
@@ -51,20 +49,6 @@
}
:host-context(.is-dark-theme) {
- &.has-info-message {
- header {
- .info-message-container {
- .info-message-inner-container {
- background-color: var(--dark-background);
-
- .info-message {
- background-color: rgba(var(--palette-foreground-text-dark), 0.05);
- }
- }
- }
- }
- }
-
footer {
background-color: rgba(var(--palette-foreground-text-dark), 0.05);
}