Merge branch 'main' of github.com:ueberdosis/tiptap-next into main
# Conflicts: # docs/src/components/PageFooter/index.vue
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
&--tertiary:hover &__icon {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
&__icon {
|
||||
&:first-child {
|
||||
margin-right: 0.5rem;
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
·
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user