add: fixes user card & removed logs

This commit is contained in:
Alexandro Uc Santos
2024-09-25 20:27:00 -06:00
parent c217fdb20c
commit 0b56a2a223
67 changed files with 15 additions and 367 deletions

View File

@@ -35,7 +35,6 @@
.main-panel {
position: relative;
margin-left: 220px;
// width: calc(100wv - 220px) !important;
width: calc(100% - 220px); //new
}

View File

@@ -14,21 +14,12 @@
</template>
<style scoped>
/* .auth-layout {
display: flex;
flex-direction: row;
width: 100%;
margin: 0px 0px !important;
padding: 0px 0px !important;
overflow: hidden;
} */
.auth-layout {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
align-content: center;
/* background-color: red; */
width: 55%;
margin: 0px auto !important;
padding: 0px 5px !important;
@@ -41,11 +32,6 @@
width: 80%;
}
}
/* @media (max-width: 1024px) {
.auth-layout {
width: 80%;
}
} */
@media (max-width: 768px) {
.auth-layout {

View File

@@ -1,7 +1,5 @@
<script setup>
import Header from '../components/Header.vue';
</script>
<template>
@@ -18,7 +16,6 @@
justify-content: center;
align-items: center;
align-content: center;
/* background-color: red; */
width: 100%;
margin: 0px auto !important;
padding: 0px 5px !important;