feat: FRO-2 Implement Login Component WIP

This commit is contained in:
2025-12-08 09:09:32 +01:00
parent e8e3a08b7c
commit 4776e92cd2
4 changed files with 675 additions and 29 deletions

View File

@@ -6,8 +6,6 @@ import LoginView from "@/views/LoginView.vue";
<template>
<header>
<img alt="Vue logo" class="logo" src="@/assets/logo.svg" width="125" height="125" />
<div class="wrapper">
<!-- <HelloWorld msg="You did it!" />-->

View File

@@ -140,11 +140,4 @@ const options = {
padding: 1rem;
z-index: 2;
}
#loginParticles {
background-color: rgb(11, 8, 8);
background-size: cover;
background-repeat: no-repeat;
background-position: 50% 50%;
}
</style>