From 7a9e2395efb8119cd10981b849629b091e84e2ee Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Sun, 21 Mar 2021 20:29:20 +0100 Subject: [PATCH] update styling --- .../component/landing/landing.component.html | 2 +- .../app/component/login/login.component.css | 24 ++++++++++++++++++ .../app/component/login/login.component.html | 25 +++++++++++++------ 3 files changed, 42 insertions(+), 9 deletions(-) diff --git a/frontend/src/app/component/landing/landing.component.html b/frontend/src/app/component/landing/landing.component.html index 7b2456e..6dfd8cc 100644 --- a/frontend/src/app/component/landing/landing.component.html +++ b/frontend/src/app/component/landing/landing.component.html @@ -1,2 +1,2 @@ -

Bsp 1 Gruppe 4

+

Bsp 1 Gruppe 4

diff --git a/frontend/src/app/component/login/login.component.css b/frontend/src/app/component/login/login.component.css index e69de29..9feb465 100644 --- a/frontend/src/app/component/login/login.component.css +++ b/frontend/src/app/component/login/login.component.css @@ -0,0 +1,24 @@ +#userComp { + position: fixed; + top: 2em; + right: 8em; +} + +#loginBtnWrapper { + width: 100%; + text-align: center; + display: block; + margin-top: 10em; +} + +#loginBtnWrapper > button { + font-size: 2em; + width: 8em; + height: 2em; +} + +#logoutBtn { + position: fixed; + right: 2em; + top: 4.5em; +} diff --git a/frontend/src/app/component/login/login.component.html b/frontend/src/app/component/login/login.component.html index 87e6948..3d6dbd0 100644 --- a/frontend/src/app/component/login/login.component.html +++ b/frontend/src/app/component/login/login.component.html @@ -1,11 +1,20 @@ - + + + +
- -
- +
+ + Profile picture + {{parsedToken.given_name}} {{parsedToken.family_name}} + + + +
+

Error on login: {{errorMessage}}

-
- {{parsedToken.given_name}} {{parsedToken.family_name}} - Profile picture -
+