Merge branch 'main' of github.com:ueberdosis/tiptap-next into main

# Conflicts:
#	docs/src/components/PageFooter/index.vue
This commit is contained in:
Hans Pagel
2021-02-05 17:54:53 +01:00
5 changed files with 20 additions and 14 deletions

View File

@@ -41,6 +41,10 @@
opacity: 0.3;
}
&--tertiary:hover &__icon {
opacity: 1;
}
&__icon {
&:first-child {
margin-right: 0.5rem;

View File

@@ -44,6 +44,7 @@ export default {
flex-direction: column;
align-items: center;
background-color: rgba($colorBlack, 0.03);
border: 3px solid transparent;
border-radius: 0.75rem;
padding: 1.5rem;
margin-bottom: 1rem;
@@ -57,5 +58,9 @@ export default {
white-space: nowrap;
font-size: 0.85rem;
}
&:hover {
border-color: $colorBlack;
}
}
</style>

View File

@@ -80,7 +80,9 @@
</h3>
<ul>
<li>
<a href="https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md">MIT</a>
<g-link to="https://github.com/ueberdosis/tiptap-next/blob/main/LICENSE.md">
MIT
</g-link>
</li>
</ul>
</div>
@@ -93,9 +95,9 @@
<div class="page-footer__section">
<div class="page-footer__small-text text">
<p>
Made with by <a href="https://twitter.com/_ueberdosis">überdosis</a>
Made with by <g-link to="https://twitter.com/_ueberdosis">überdosis</g-link>
&middot;
Based on <a href="https://prosemirror.net/">ProseMirror</a> by Marijn Haverbeke
Based on <g-link to="https://prosemirror.net/">ProseMirror</g-link> by Marijn Haverbeke
</p>
</div>
</div>