add premium hints everywhere, add premium flags to the navigation, add a license page

This commit is contained in:
Hans Pagel
2020-10-28 18:05:20 +01:00
parent 83eac2ddd8
commit 86c528830c
12 changed files with 168 additions and 12 deletions

View File

@@ -183,6 +183,17 @@ $menuBreakPoint: 800px;
color: rgba($colorWhite, 0.2);
}
&--premium {
&::after {
content: 'PRO';
color: $colorPurple;
background-color: rgba($colorPurple, 0.1);
box-decoration-break: clone;
padding: 0 0.5em;
border-radius: 5px;
}
}
&--with-children::after {
content: '';
color: rgba($colorWhite, 0.2);