mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 10:39:18 +08:00
improve styling of the new sponsor banner
This commit is contained in:
parent
dd0c1044d0
commit
9a39c3b772
@ -2,25 +2,26 @@
|
||||
|
||||
.banner {
|
||||
font-size: 0.9rem;
|
||||
background-color: $color-black;
|
||||
color: $color-white;
|
||||
background-color: $color-white;
|
||||
color: $color-black;
|
||||
border-bottom: 1px solid $color-grey;
|
||||
text-align: center;
|
||||
padding: 0.5rem 1rem;
|
||||
|
||||
&__action {
|
||||
display: inline-block;
|
||||
background-color: $color-white;
|
||||
border: 3px solid $color-grey;
|
||||
font-weight: bold;
|
||||
|
||||
transition: 0.1s ease-in-out all;
|
||||
color: $color-black;
|
||||
text-decoration: none;
|
||||
padding: 0.4rem 0.7rem;
|
||||
margin: 0.5rem;
|
||||
margin: 0.5rem 0.5rem 0.25rem;
|
||||
border-radius: 5px;
|
||||
white-space: nowrap;
|
||||
|
||||
&:hover {
|
||||
background-color: $color-grey;
|
||||
border-color: $color-black;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -17,9 +17,6 @@
|
||||
<a class="navigation__link" href="https://tiptap.dev/docs" target="_blank">
|
||||
Documentation
|
||||
</a>
|
||||
<a class="navigation__link" href="https://github.com/sponsors/ueberdosis" target="_blank">
|
||||
Sponsor
|
||||
</a>
|
||||
<a class="navigation__github-link" href="https://github.com/ueberdosis/tiptap" target="_blank">
|
||||
<icon class="navigation__icon" name="github" />
|
||||
</a>
|
||||
|
Loading…
Reference in New Issue
Block a user