diff options
Diffstat (limited to 'src/site/pages/dashboard/settings.vue')
| -rw-r--r-- | src/site/pages/dashboard/settings.vue | 28 |
1 files changed, 1 insertions, 27 deletions
diff --git a/src/site/pages/dashboard/settings.vue b/src/site/pages/dashboard/settings.vue index 1b9adcb..35a23e8 100644 --- a/src/site/pages/dashboard/settings.vue +++ b/src/site/pages/dashboard/settings.vue @@ -1,21 +1,5 @@ -<style lang="scss" scoped> - @import '~/assets/styles/_colors.scss'; - section { background-color: $backgroundLight1 !important; } - section.hero div.hero-body { - align-items: baseline; - } - div.search-container { - display: flex; - justify-content: center; - } -</style> -<style lang="scss"> - @import '~/assets/styles/_colors.scss'; -</style> - - <template> - <section class="hero is-fullheight"> + <section class="hero is-fullheight dashboard"> <div class="hero-body"> <div class="container"> <div class="columns"> @@ -25,11 +9,6 @@ <div class="column"> <h2 class="subtitle">Service settings</h2> <hr> - <!-- - <h1 class="title">Uploads</h1> - <h2 class="subtitle">Keep track of all your uploads in here</h2> - <hr> - --> <b-field label="Service name" message="Please enter the name which this service is gonna be identified as" @@ -130,11 +109,6 @@ export default { options: {} }; }, - computed: { - config() { - return this.$store.state.config; - } - }, metaInfo() { return { title: 'Settings' }; }, |