Merge pull request #755 from Budibase/help-button

help button
This commit is contained in:
Martin McKeaveney 2020-10-19 16:03:26 +01:00 committed by GitHub
commit 15ff1c9ac0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -74,6 +74,13 @@
}}>
<PreviewIcon />
</span>
<span class="topnavitemright">
<a
target="_blank"
href="https://github.com/Budibase/budibase/discussions">
<i class="ri-question-fill help" />
</a>
</span>
</div>
</div>
@ -186,4 +193,9 @@
span:first-letter {
text-transform: capitalize;
}
.help {
font-size: 24px;
color: var(--grey-7);
}
</style>