1
0
forked from PGL/Clyde

profil menu base

This commit is contained in:
2024-03-09 22:48:33 +01:00
committed by Wal
parent c14d0a9d21
commit 07e5fb3a73
4 changed files with 144 additions and 94 deletions

View File

@ -27,7 +27,6 @@
<template>
<div class="logBoxCenterer">
<div class='loginBox'>
<div v-if="loginPage">
@ -121,7 +120,6 @@
</form>
</div>
</div>
</div>
</template>
<style scoped>
@ -142,14 +140,6 @@
transform: translate(0px ,1px);
}
.logBoxCenterer {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.loginBox {
background-color: rgb(24,24,24);