From 36071837cb83885a9e4a68bc842604cf43ed1353 Mon Sep 17 00:00:00 2001 From: Richard Wei <54336863+WaysonWei@users.noreply.github.com> Date: Wed, 27 Jul 2022 11:02:41 +1200 Subject: [PATCH] feat(ui): portainer login page ui EE-3542 (#7244) * ui change for login page * Update app/portainer/views/auth/auth.html Co-authored-by: itsconquest * remove inline styles logout view Co-authored-by: itsconquest --- app/assets/css/app.css | 2 +- app/portainer/views/auth/auth.html | 52 ++++++++++++++++++-------- app/portainer/views/logout/logout.html | 4 +- 3 files changed, 40 insertions(+), 18 deletions(-) diff --git a/app/assets/css/app.css b/app/assets/css/app.css index 82b91e750..e7137ffe6 100644 --- a/app/assets/css/app.css +++ b/app/assets/css/app.css @@ -400,7 +400,7 @@ a[ng-click] { } .panel-body { - padding: 30px 25px; + padding: 20px 25px; background-color: var(--white-color); border-radius: 8px; } diff --git a/app/portainer/views/auth/auth.html b/app/portainer/views/auth/auth.html index efd5bbd75..53072e74c 100644 --- a/app/portainer/views/auth/auth.html +++ b/app/portainer/views/auth/auth.html @@ -1,7 +1,7 @@
-
+
@@ -9,6 +9,11 @@
+
+

Log in to your account

+

Welcome back! Please enter your details

+
+
@@ -17,16 +22,16 @@
-
+
Login with Microsoft
-
+
Login with Google
-
+
Login with Github
-
+
Login with OAuth
@@ -43,34 +48,51 @@
-
Use internal authentication
+
Use internal authentication
-
- - +
+
Username
+
-
- - +
+
Password
+
-
+
diff --git a/app/portainer/views/logout/logout.html b/app/portainer/views/logout/logout.html index 2256ffaf3..7cc7830ce 100644 --- a/app/portainer/views/logout/logout.html +++ b/app/portainer/views/logout/logout.html @@ -7,9 +7,9 @@
-
+
Logout in progress... - +