diff --git a/examples/Components/Navigation/index.vue b/examples/Components/Navigation/index.vue index d4e83f2b..04537352 100644 --- a/examples/Components/Navigation/index.vue +++ b/examples/Components/Navigation/index.vue @@ -1,15 +1,38 @@ - - Default - - - Bubble Menu - - - Links - + + + + tiptap + + + + + + + + + Default + + + Bubble Menu + + + Links + + + - \ No newline at end of file + + + \ No newline at end of file diff --git a/examples/Components/Navigation/style.scss b/examples/Components/Navigation/style.scss index 8dfd9792..2a4e3a0c 100644 --- a/examples/Components/Navigation/style.scss +++ b/examples/Components/Navigation/style.scss @@ -2,9 +2,33 @@ .navigation { - background: $color-black; text-align: center; - padding: 0.5rem; + + &__header { + display: flex; + justify-content: space-between; + align-items: center; + padding: 0.75rem; + background-color: $color-black; + color: $color-white; + } + + &__logo { + font-size: 1.1rem; + font-weight: bold; + margin: 0; + } + + &__icon { + width: 1.5rem; + height: 1.5rem; + } + + &__links { + padding: 0.5rem; + background-color: rgba($color-black, 0.9); + color: $color-white; + } &__link { display: inline-block; diff --git a/examples/assets/images/icons/github.svg b/examples/assets/images/icons/github.svg old mode 100755 new mode 100644 index 29ba8327..cf089e63 --- a/examples/assets/images/icons/github.svg +++ b/examples/assets/images/icons/github.svg @@ -1,18 +1,3 @@ - - - - - - - - - + + diff --git a/examples/assets/sass/main.scss b/examples/assets/sass/main.scss index 31906185..4917f6d3 100644 --- a/examples/assets/sass/main.scss +++ b/examples/assets/sass/main.scss @@ -32,6 +32,9 @@ body { margin: 0; } +a { + color: inherit; +} h1, h2,