1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00
This commit is contained in:
Andrew Kingston 2022-05-23 11:56:15 +01:00
parent a494aec6c6
commit 123f091730
5 changed files with 9 additions and 18 deletions

View file

@ -1,14 +1,14 @@
<div class="icon-side-nav">
<slot/>
<slot />
</div>
<style>
.icon-side-nav {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
padding: var(--spacing-s);
gap: var(--spacing-xs);
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
padding: var(--spacing-s);
gap: var(--spacing-xs);
}
</style>
</style>

View file

@ -1,12 +1,6 @@
import { get, writable } from "svelte/store"
import { cloneDeep } from "lodash/fp"
import {
currentAsset,
mainLayout,
selectedComponent,
selectedScreen,
store,
} from "builderStore"
import { currentAsset, mainLayout, selectedComponent } from "builderStore"
import {
datasources,
integrations,

View file

@ -1,7 +1,6 @@
<script>
import Panel from "components/design/Panel.svelte"
import {
Body,
Layout,
Label,
ActionGroup,

View file

@ -1,7 +1,6 @@
<script>
import { notifications, Slider, Icon } from "@budibase/bbui"
import { store } from "builderStore"
import { get } from "svelte/store"
const ThemeOptions = [
"spectrum--darkest",

View file

@ -1,7 +1,6 @@
<script>
import Panel from "components/design/Panel.svelte"
import {
Body,
Layout,
Label,
ColorPicker,