Groundwork
This commit is contained in:
19
frontend/src/App.vue
Normal file
19
frontend/src/App.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<div class="app-backdrop"></div>
|
||||
<router-view/>
|
||||
<div id="modalSpot" />
|
||||
</template>
|
||||
|
||||
<style lang="scss">
|
||||
@import "@/scss/style.scss";
|
||||
|
||||
.app-backdrop {
|
||||
z-index: -10000;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: $darker;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user