summaryrefslogtreecommitdiffstats
path: root/apps/web-shared/src/components/tile.svelte
blob: b8e9cdfa24d75755d2da5c4ec55f92376637abcf (plain) (blame)
1
2
3
4
<section class="bg-light radius-sm padding-sm inner-glow shadow-xs {$$restProps.class??''}"
         style="height: fit-content;">
    <slot/>
</section>