Adjust no results text when searching for screens
This commit is contained in:
parent
909941aa6e
commit
7e706c403a
|
@ -106,10 +106,10 @@
|
||||||
</NavItem>
|
</NavItem>
|
||||||
{/each}
|
{/each}
|
||||||
{:else}
|
{:else}
|
||||||
<Layout paddingY="L" paddingX="L">
|
<Layout paddingY="none" paddingX="L">
|
||||||
<Body size="S">
|
<div class="no-results">
|
||||||
There aren't any screens matching the current filters
|
There aren't any screens matching that route
|
||||||
</Body>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
@ -240,4 +240,8 @@
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
margin-right: 4px;
|
margin-right: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.no-results {
|
||||||
|
color: var(--spectrum-global-color-gray-600);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue