Minor improvements and move code to App.vue.

This commit is contained in:
Kavin
2022-09-06 19:31:14 +05:30
parent 3c6ddc48d7
commit d64db2e718
4 changed files with 65 additions and 26 deletions

View File

@@ -27,7 +27,7 @@ export default {
};
</script>
<style scoped>
<style>
.modal {
@apply fixed z-50 top-0 left-0 w-full h-full bg-dark-900 bg-opacity-80 transition-opacity table;
}