mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 11:49:02 +08:00
add beta tag to menu
This commit is contained in:
parent
d57825adb5
commit
3406e47ac7
@ -3,7 +3,7 @@
|
||||
|
||||
<div class="navigation__header">
|
||||
<h1 class="navigation__logo">
|
||||
tiptap
|
||||
tiptap <span class="navigation__beta">beta</span>
|
||||
</h1>
|
||||
<a href="https://github.com/heyscrumpy/tiptap" target="_blank">
|
||||
<icon class="navigation__icon" name="github" />
|
||||
|
@ -24,6 +24,19 @@
|
||||
height: 1.5rem;
|
||||
}
|
||||
|
||||
&__beta {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
background-color: $color-white;
|
||||
color: $color-black;
|
||||
font-size: 0.6rem;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05rem;
|
||||
padding: 0.1rem 0.2rem;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
&__links {
|
||||
padding: 0.5rem;
|
||||
background-color: rgba($color-black, 0.9);
|
||||
|
Loading…
Reference in New Issue
Block a user