Fix alignment in login-view
This commit is contained in:
@@ -23,29 +23,27 @@ async function googleCallback(token) {
|
||||
|
||||
<template>
|
||||
|
||||
<div class="flex min-h-screen items-center">
|
||||
<div class="card justify-items-center">
|
||||
<div class="flex min-h-screen justify-center items-center p-10 w-full">
|
||||
<div class="card justify-items-center ">
|
||||
|
||||
<img alt="hutopy login"
|
||||
src="/images/hutopy-logo.png"/>
|
||||
|
||||
<div class="flex flex-col w-[800px] gap-10 justify-items-center">
|
||||
<div class="flex flex-col gap-10">
|
||||
|
||||
<h1 class="text-2xl font-bold login-text text-center mt-10 ">
|
||||
Connexion
|
||||
</h1>
|
||||
|
||||
<div class="w-full items-center justify-center flex flex-col gap-4">
|
||||
<div class="flex flex-col gap-4">
|
||||
<google-login :callback="googleCallback"
|
||||
class=""
|
||||
popup-type="TOKEN">
|
||||
<button class="secondary w-full">
|
||||
<button class="secondary">
|
||||
<v-icon left>mdi-google</v-icon>
|
||||
Google
|
||||
</button>
|
||||
</google-login>
|
||||
|
||||
<button class="secondary w-full text-red-600"
|
||||
<button class="secondary"
|
||||
@click="loginWithFacebook">
|
||||
<facebook class="social-icon"></facebook>
|
||||
Facebook
|
||||
|
||||
Reference in New Issue
Block a user