@ -52,32 +52,11 @@
</div>
<style>
.tabs {
display: flex;
justify-content: center;
list-style: none;
margin: 0 auto;
padding: 0 30px;
border-bottom: 1px solid #d8d8d8;
font-size: 14px;
font-weight: 500;
letter-spacing: 0.14px;
}
li {
color: #808192;
margin: 0 5px;
padding: 0 8px;
cursor: pointer;
.panel {
padding: 20px;
padding: 20px 0px;
flex-wrap: wrap;
.active {
border-bottom: solid 3px #0055ff;
color: #393c44;
</style>
@ -8,59 +8,46 @@
<div class="item-text">
<div class="item-name">{item.name}</div>
<div class="item-description">
<p>{item.description}</p>
.item-item {
flex-direction: row;
padding: 10px 0px 8px 10px;
align-items: center;
flex-direction: column;
margin-bottom: 8px;
padding: 8px 0px 16px 0px;
width: 80px;
margin-right: 6px;
.item-item:hover {
background: #fbfbfb;
border-radius: 5px;
background: var(--grey-light);
border-radius: 3px;
.item-icon {
flex: 0 0 40px;
background: #f1f4fc;
height: 40px;
.item-text {
padding-left: 16px;
padding-top: 8px;
.item-name {
font-weight: 400;
.item-description {
font-size: 12px;
p {
line-height: 15px;
i {
font-size: 24px;
color: var(--ink-light);
@ -249,7 +249,7 @@ export default {
properties: { design: { ...all } },
},
{
name: "Navigation Bar",
name: "Nav Bar",
_component: "@budibase/standard-components/Navigation",
description:
"A component for handling the navigation within your app.",
@ -150,7 +150,7 @@
.topnavitemright:hover {
color: rgb(255, 255, 255, 0.8);
color: var(--ink);