mirror of
https://github.com/bellingcat/auto-archiver-setup-tool.git
synced 2026-06-12 05:28:36 +03:00
Add warning message
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user