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

@@ -247,10 +247,12 @@
color: $colorRed;
}
&.pro {
&.premium {
border-color: rgba($colorRed, 0.1);
background-color: rgba($colorRed, 0.1);
color: $colorRed;
color: $colorPurple;
background-color: rgba($colorPurple, 0.1);
border-color: rgba($colorPurple, 0.1);
}
.remark-container-title {