Browse Source
Merge pull request #188 from Budibase/minor-styling-changes-to-schema-nav-bar
minor styling changes to schema nav bar
gh-pages
Joe
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
12 additions and
7 deletions
-
packages/builder/src/BackendRoot.svelte
-
packages/builder/src/budibase.css
-
packages/builder/src/components/nav/HierarchyRow.svelte
-
packages/builder/src/components/nav/SchemaManagementDrawer.svelte
|
|
|
@ -43,7 +43,7 @@ |
|
|
|
.nav { |
|
|
|
overflow: auto; |
|
|
|
flex: 0 1 auto; |
|
|
|
width: 300px; |
|
|
|
width: 275px; |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|
|
|
|
@ -62,9 +62,9 @@ |
|
|
|
margin: 5px 20px 5px 0px; |
|
|
|
border-radius: 0 5px 5px 0; |
|
|
|
display: flex; |
|
|
|
align-items: center; |
|
|
|
align-items: baseline; |
|
|
|
font-weight: 500; |
|
|
|
font-size: 0.8em; |
|
|
|
font-size: 12px; |
|
|
|
} |
|
|
|
|
|
|
|
.budibase__nav-item.selected { |
|
|
|
|
|
|
|
@ -52,8 +52,9 @@ |
|
|
|
|
|
|
|
<style> |
|
|
|
.hierarchy-item { |
|
|
|
font-size: 14px; |
|
|
|
font-size: 12px; |
|
|
|
font-weight: 400; |
|
|
|
margin-bottom: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
.capitalized { |
|
|
|
|
|
|
|
@ -55,20 +55,24 @@ |
|
|
|
flex-direction: column; |
|
|
|
max-height: 100%; |
|
|
|
height: 100%; |
|
|
|
background-color: var(--secondary5); |
|
|
|
background-color: var(--white); |
|
|
|
} |
|
|
|
|
|
|
|
.nav-group-header { |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
align-items: center; |
|
|
|
padding: 2rem 1rem 1rem 1rem; |
|
|
|
padding: 20px 20px 10px 20px; |
|
|
|
} |
|
|
|
|
|
|
|
.hierarchy-title { |
|
|
|
align-items: center; |
|
|
|
text-transform: uppercase; |
|
|
|
font-size: 0.85em; |
|
|
|
font-size: 12px; |
|
|
|
font-weight: bold; |
|
|
|
opacity: 0.6; |
|
|
|
letter-spacing: 1px; |
|
|
|
text-rendering: optimizeLegibility; |
|
|
|
} |
|
|
|
|
|
|
|
.hierarchy { |
|
|
|
|