feat: FRO-2 Implement Login Component WIP
This commit is contained in:
@@ -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!" />-->
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user