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

This commit is contained in:
Hans Pagel
2020-10-29 13:13:36 +01:00
3 changed files with 12 additions and 6 deletions

View File

@@ -157,6 +157,10 @@ $menuBreakPoint: 800px;
margin-top: 0.5rem;
}
&__mobile-nav &__link-list &__link-list {
display: block;
}
.active + &__link-list {
display: block;
}
@@ -200,6 +204,10 @@ $menuBreakPoint: 800px;
}
}
&__mobile-nav &__link--with-children::after {
display: none;
}
&__main {
padding: 1rem 0;

View File

@@ -149,12 +149,13 @@
display: inline-block;
margin-right: 0.75rem;
content: "\2022";
opacity: 0.2;
color: $colorYellow;
}
}
}
> ol {
list-style: none;
counter-reset: item;
li {
@@ -171,9 +172,9 @@
justify-content: center;
height: 1.5rem;
width: 1.5rem;
background-color: rgba($colorWhite, 0.1);
background-color: rgba($colorYellow, 0.1);
border-radius: 9999px;
color: rgba($colorWhite, 0.4);
color: $colorYellow;
font-size: 0.75rem;
font-weight: 700;
content: counter(item);