move link into top nav

This commit is contained in:
Martin McKeaveney 2020-10-19 13:17:04 +01:00
parent b3f34ae9ae
commit 820357e28d
1 changed files with 12 additions and 24 deletions

View File

@ -74,13 +74,13 @@
}}>
<PreviewIcon />
</span>
</div>
<div class="help-button">
<a
target="_blank"
href="https://github.com/Budibase/budibase/discussions">
<i class="ri-question-line" />
</a>
<span class="topnavitemright">
<a
target="_blank"
href="https://github.com/Budibase/budibase/discussions">
<i class="ri-question-fill help" />
</a>
</span>
</div>
</div>
@ -108,23 +108,6 @@
color: var(--grey-5);
}
.help-button {
position: absolute;
bottom: var(--spacing-m);
right: var(--spacing-m);
font-size: 40px;
cursor: pointer;
}
.help-button i {
color: var(--grey-7);
transition: 0.5s all;
}
.help-button i:hover {
color: var(--blue);
}
.top-nav {
flex: 0 0 auto;
height: 60px;
@ -210,4 +193,9 @@
span:first-letter {
text-transform: capitalize;
}
.help {
font-size: 24px;
color: var(--grey-7);
}
</style>