Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
matyunya committed Feb 17, 2020
2 parents e04e24a + 67ab1fe commit 780ab5b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/routes/_layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,21 @@
<ProgressLinear app />
{/if}

<AppBar class={i=> i.replace('primary-300', 'dark-600')}>
<AppBar class={i => i.replace('primary-300', 'dark-600')}>
<a href="." class="px-2 md:px-8 flex items-center">
<img src="/logo.png" alt="Smelte logo" width="44" />
<h6 class="pl-3 text-white tracking-widest font-thin text-lg">SMELTE</h6>
</a>
<Spacer />
<Tabs navigation items={topMenu} bind:selected={path} />
<div class="md:hidden">
<Button icon="menu" small flat add="text-white" remove="p-1 h-4 w-4" iconClasses={i=> i.replace('p-4',
'p-3').replace('m-4', 'm-3')}
<Button
icon="menu"
small
flat
add="text-white"
remove="p-1 h-4 w-4"
iconClasses={i => i.replace('p-4', 'p-3').replace('m-4', 'm-3')}
text
on:click={() => showNav.set(!$showNav)} />
</div>
Expand Down

0 comments on commit 780ab5b

Please sign in to comment.