Add warning message

This commit is contained in:
Logan Williams
2023-06-06 11:43:30 -06:00
parent 0a2923bfde
commit d2e6d26063
5 changed files with 51 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div class="pane">
<v-app>
<v-app class="bg">
<NavBar />
<v-main>
<router-view />
@@ -26,7 +26,11 @@ export default {
margin-left: auto;
margin-right: auto;
height: 100vh;
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
background-color: #d6e8de !important;
}
.bg {
background-color: #d6e8de !important;
}
html {