From c53f339e788df15ad8bf782b7742eacf7b12d1c1 Mon Sep 17 00:00:00 2001 From: Tomasi - Developing Date: Thu, 27 Mar 2025 16:37:30 +0100 Subject: [PATCH] add legal notice an privacy --- .../Authentication/login/login.component.css | 43 ++++++++++---- .../Authentication/login/login.component.html | 7 ++- .../Authentication/login/login.component.ts | 7 +++ Ui/src/app/app-routing.module.ts | 2 + Ui/src/app/app.module.ts | 4 +- .../app/pages/imprint/imprint.component.css | 36 ++++++++++++ .../app/pages/imprint/imprint.component.html | 58 +++++++++++++++++++ Ui/src/app/pages/imprint/imprint.component.ts | 10 ++++ 8 files changed, 151 insertions(+), 16 deletions(-) create mode 100644 Ui/src/app/pages/imprint/imprint.component.css create mode 100644 Ui/src/app/pages/imprint/imprint.component.html create mode 100644 Ui/src/app/pages/imprint/imprint.component.ts diff --git a/Ui/src/app/Authentication/login/login.component.css b/Ui/src/app/Authentication/login/login.component.css index 185ec51..332a49f 100644 --- a/Ui/src/app/Authentication/login/login.component.css +++ b/Ui/src/app/Authentication/login/login.component.css @@ -139,29 +139,48 @@ } /* Footer */ +/*.footer {*/ +/* display: flex;*/ +/* justify-content: space-between;*/ +/* align-items: center;*/ +/* width: 100%;*/ +/* padding: 10px 20px;*/ +/* background-color: #090909;*/ +/* color: #ffffff;*/ +/* font-size: 0.9em;*/ +/* position: absolute;*/ +/* bottom: 0;*/ +/* left: 0;*/ +/* box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);*/ +/*}*/ + +/*.footer a {*/ +/* text-decoration: none;*/ +/* color: #007bff;*/ +/* margin-left: 10px;*/ +/*}*/ + +/*.footer a:hover {*/ +/* text-decoration: underline;*/ +/*}*/ .footer { display: flex; justify-content: space-between; align-items: center; width: 100%; padding: 10px 20px; - background-color: #090909; - color: #ffffff; - font-size: 0.9em; + background-color: rgba(0, 0, 0, 0.7); + color: #aaa; + font-size: 0.85em; position: absolute; bottom: 0; left: 0; - box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1); + box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3); } -.footer a { - text-decoration: none; - color: #007bff; - margin-left: 10px; -} - -.footer a:hover { - text-decoration: underline; +.footer .version { + color: #00bfff; + font-weight: 500; } /* Responsive */ diff --git a/Ui/src/app/Authentication/login/login.component.html b/Ui/src/app/Authentication/login/login.component.html index 03dca3d..6409e0a 100644 --- a/Ui/src/app/Authentication/login/login.component.html +++ b/Ui/src/app/Authentication/login/login.component.html @@ -75,8 +75,9 @@ -