Update font sizes and weights
This commit is contained in:
parent
2d0b797216
commit
2dda9caa32
|
@ -23,7 +23,7 @@
|
||||||
<Icon name={icon} />
|
<Icon name={icon} />
|
||||||
{/if}
|
{/if}
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<Heading>{title || ""}</Heading>
|
<Heading size="XXS">{title || ""}</Heading>
|
||||||
</div>
|
</div>
|
||||||
{#if showExpandIcon}
|
{#if showExpandIcon}
|
||||||
<Icon
|
<Icon
|
||||||
|
@ -81,7 +81,6 @@
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
font-size: 15px;
|
|
||||||
}
|
}
|
||||||
.add-button {
|
.add-button {
|
||||||
flex: 0 0 30px;
|
flex: 0 0 30px;
|
||||||
|
|
|
@ -119,10 +119,10 @@
|
||||||
hoverable
|
hoverable
|
||||||
on:click={() => $goto("../../portal/apps")}
|
on:click={() => $goto("../../portal/apps")}
|
||||||
/>
|
/>
|
||||||
<Heading size="S">{$store.name || "App"}</Heading>
|
<Heading size="XS">{$store.name || "App"}</Heading>
|
||||||
</div>
|
</div>
|
||||||
<div class="topcenternav">
|
<div class="topcenternav">
|
||||||
<Tabs {selected} size="L">
|
<Tabs {selected} size="M">
|
||||||
{#each $layout.children as { path, title }}
|
{#each $layout.children as { path, title }}
|
||||||
<Tab
|
<Tab
|
||||||
quiet
|
quiet
|
||||||
|
|
Loading…
Reference in New Issue