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