Browse Source

Improve style of frontend settings placeholder text

pull/4023/head
Andrew Kingston 6 years ago
parent
commit
7af86f089d
  1. 8
      packages/builder/src/components/userInterface/SettingsView.svelte

8
packages/builder/src/components/userInterface/SettingsView.svelte

@ -124,14 +124,14 @@
{/if} {/if}
{/each} {/each}
{:else} {:else}
<div> <div>This component does not have any settings.</div>
<span>This component does not have any settings.</span>
</div>
{/if} {/if}
<style> <style>
div { div {
text-align: center; font-size: var(--font-size-s);
margin-top: var(--spacing-m);
color: var(--grey-6);
} }
.duplicate-name { .duplicate-name {

Loading…
Cancel
Save