feat: divide most content.scss styles into components

- contentAuth
- contentNoAuth.vue
- Login.vue
- button.vue
- comments.vue
This commit is contained in:
Dominik Pschenitschni 2021-10-18 14:32:59 +02:00
parent 2aecf3245b
commit 3e456782df
No known key found for this signature in database
GPG key ID: B257AC0149F43A77
6 changed files with 73 additions and 68 deletions

View file

@ -72,4 +72,10 @@ export default {
},
},
}
</script>
</script>
<style lang="scss" scoped>
.underline-none {
text-decoration: none !important;
}
</style>