From 9eed4022a79f2cba139c9f8a359bfc8c1f9c31c5 Mon Sep 17 00:00:00 2001 From: vnugent Date: Wed, 5 Jun 2024 14:44:08 -0400 Subject: ci: Stage blocking changes --- front-end/src/views/Login/components/Social.vue | 52 ++++++++++++++----------- front-end/src/views/Login/index.vue | 30 +++++++------- 2 files changed, 44 insertions(+), 38 deletions(-) (limited to 'front-end/src/views/Login') diff --git a/front-end/src/views/Login/components/Social.vue b/front-end/src/views/Login/components/Social.vue index 3c93d0e..2087524 100644 --- a/front-end/src/views/Login/components/Social.vue +++ b/front-end/src/views/Login/components/Social.vue @@ -1,13 +1,29 @@ diff --git a/front-end/src/views/Login/index.vue b/front-end/src/views/Login/index.vue index 476ebf4..8532390 100644 --- a/front-end/src/views/Login/index.vue +++ b/front-end/src/views/Login/index.vue @@ -38,7 +38,7 @@ const submitLogout = async () => {
- +
@@ -46,13 +46,13 @@ const submitLogout = async () => {

You are currently logged-in.

-
- -
+
+ +
@@ -62,9 +62,13 @@ const submitLogout = async () => {
-
@@ -90,9 +94,5 @@ const submitLogout = async () => { @apply flex flex-row justify-center gap-3 items-center; } - a { - @apply ease-in-out duration-100; - @apply hover:text-primary-600 dark:hover:text-primary-500; - } } -- cgit