Move CSS to App.vue + add some rules

This commit is contained in:
Jeffrey Biles
2020-03-23 22:51:00 -07:00
parent 3bced07176
commit 4abbbaf633
5 changed files with 97 additions and 70 deletions

View File

@@ -24,26 +24,5 @@
</script>
<style scoped>
.modal, .overlay {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
}
.overlay {
opacity: 0.5;
background-color: black;
}
.modal-card {
position: relative;
max-width: 80%;
margin: auto;
margin-top: 30px;
padding: 20px;
background-color: white;
min-height: 500px;
z-index: 10;
opacity: 1;
}
</style>