|
|
@ -346,13 +346,13 @@ |
|
|
<div class="app-actions"> |
|
|
<div class="app-actions"> |
|
|
{#if cloud} |
|
|
{#if cloud} |
|
|
<Button |
|
|
<Button |
|
|
size="M" |
|
|
size="M" |
|
|
icon="Export" |
|
|
icon="Export" |
|
|
quiet |
|
|
quiet |
|
|
secondary |
|
|
secondary |
|
|
on:click={initiateAppsExport} |
|
|
on:click={initiateAppsExport} |
|
|
> |
|
|
> |
|
|
Export apps |
|
|
Export apps |
|
|
</Button> |
|
|
</Button> |
|
|
{/if} |
|
|
{/if} |
|
|
<div class="filter"> |
|
|
<div class="filter"> |
|
|
@ -448,7 +448,7 @@ |
|
|
display: flex; |
|
|
display: flex; |
|
|
} |
|
|
} |
|
|
.app-actions :global(> button) { |
|
|
.app-actions :global(> button) { |
|
|
margin-right: 10px |
|
|
margin-right: 10px; |
|
|
} |
|
|
} |
|
|
.title .welcome > .buttons { |
|
|
.title .welcome > .buttons { |
|
|
padding-top: 30px; |
|
|
padding-top: 30px; |
|
|
|