Improve style of frontend settings placeholder text
This commit is contained in:
parent
63c14c11d6
commit
8ff401fd64
|
@ -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…
Reference in New Issue