Improve style of frontend settings placeholder text

This commit is contained in:
Andrew Kingston 2020-10-12 15:14:11 +01:00
parent 63c14c11d6
commit 8ff401fd64
1 changed files with 4 additions and 4 deletions

View File

@ -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 {