1
0
forked from PGL/Clyde

Merge branch 'wal/front/temp' into tonitch/front/fullSpaceApp

This commit is contained in:
Wawilski 2024-03-22 20:15:45 +01:00
commit 123fa97611
2 changed files with 14 additions and 32 deletions

View File

@ -55,7 +55,7 @@
</script>
<template>
<template style="background-color:rgba(255,255,255,0.05); border-radius:50px" >
<div class='loginBox'>
<div v-if="loginPage">
@ -157,31 +157,14 @@
</template>
<style scoped>
.Home{
position:absolute;
display: flex;
z-index: 100;
padding: 8px 16px;
color:rgb(255, 255, 255);
text-decoration: none;
}
.Home:hover{
width:40px;
background-color: black;
border-radius:6px;
color:white;
transform: translate(0px ,1px);
}
.loginBox {
background-color: rgb(24,24,24);
width: 400px;
display:flex;
width: 100%;
height:100%;
justify-content: center;
padding: 40px;
border-radius: 20px;
padding: 10%;
border-radius: 5%;
box-shadow:0 5px 25px #000000;
}
@ -190,9 +173,8 @@
width:100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items:center;
gap: 15px;
gap: 3%;
}
@ -200,12 +182,12 @@
width:100%;
border: none;
margin-right: 50px;
padding-left: 10px;
padding-top:10px;
padding-bottom:10px;
margin-right: 12.5%;
padding-left: 2.5%;
padding-top:2.5%;
padding-bottom:2.5%;
outline:none;
border-radius: 4px;
border-radius: 10px;
font-size:1.35em;
}