update style

This commit is contained in:
Philipp Kühn
2021-03-18 14:14:20 +01:00
parent e5b808bd67
commit 6b1c272a6a
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.vue-component { .vue-component {
border: 1px solid #adb5bd; border: 3px solid #0D0D0D;
border-radius: 0.5rem; border-radius: 0.5rem;
margin: 1rem 0; margin: 1rem 0;
position: relative; position: relative;
@@ -40,7 +40,7 @@ export default {
.label { .label {
margin-left: 1rem; margin-left: 1rem;
background-color: #adb5bd; background-color: #0D0D0D;
font-size: 0.6rem; font-size: 0.6rem;
letter-spacing: 1px; letter-spacing: 1px;
font-weight: bold; font-weight: bold;

View File

@@ -5,7 +5,7 @@
<script> <script>
import { Editor, EditorContent } from '@tiptap/vue-2' import { Editor, EditorContent } from '@tiptap/vue-2'
import { defaultExtensions } from '@tiptap/starter-kit' import { defaultExtensions } from '@tiptap/starter-kit'
import VueComponent from './index.js' import VueComponent from './Extension.js'
export default { export default {
components: { components: {