1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

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

View file

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