move link into top nav
This commit is contained in:
parent
b3f34ae9ae
commit
820357e28d
|
@ -74,13 +74,13 @@
|
||||||
}}>
|
}}>
|
||||||
<PreviewIcon />
|
<PreviewIcon />
|
||||||
</span>
|
</span>
|
||||||
</div>
|
<span class="topnavitemright">
|
||||||
<div class="help-button">
|
<a
|
||||||
<a
|
target="_blank"
|
||||||
target="_blank"
|
href="https://github.com/Budibase/budibase/discussions">
|
||||||
href="https://github.com/Budibase/budibase/discussions">
|
<i class="ri-question-fill help" />
|
||||||
<i class="ri-question-line" />
|
</a>
|
||||||
</a>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -108,23 +108,6 @@
|
||||||
color: var(--grey-5);
|
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 {
|
.top-nav {
|
||||||
flex: 0 0 auto;
|
flex: 0 0 auto;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
@ -210,4 +193,9 @@
|
||||||
span:first-letter {
|
span:first-letter {
|
||||||
text-transform: capitalize;
|
text-transform: capitalize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.help {
|
||||||
|
font-size: 24px;
|
||||||
|
color: var(--grey-7);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue