Skip to content
Snippets Groups Projects
Commit 18c68ba3 authored by Ingrid Martinsheimen Egge's avatar Ingrid Martinsheimen Egge :cow2:
Browse files

oppdatert navbar

parent 3ec77a69
No related branches found
No related tags found
1 merge request!21Merge profilinnstillinger into main
...@@ -13,10 +13,8 @@ ...@@ -13,10 +13,8 @@
</RouterLink> </RouterLink>
</li> </li>
<li> <li>
<RouterLink :to="'/'" :aria-label="'link to week menu page'"> <RouterLink :to="'/'" :aria-label="'link to fridge page'">
<div id = "logoContainer" :style="{ width: logoSize, height: logoSize }" > <Icon icon="ic:baseline-calendar-month" :color="iconColor" :style="{ fontSize: logoSize }"/>
<img src="../components/icons/logo.png" alt="logo">
</div>
</RouterLink> </RouterLink>
</li> </li>
<li> <li>
...@@ -49,8 +47,11 @@ export default { ...@@ -49,8 +47,11 @@ export default {
return `32px`; return `32px`;
}, },
logoSize() { logoSize() {
return '52px'; return '45px';
}, },
logocolor() {
return '#00663C'
},
isLoggedIn(){ isLoggedIn(){
return useAuthStore().isLoggedIn; return useAuthStore().isLoggedIn;
} }
...@@ -67,7 +68,7 @@ export default { ...@@ -67,7 +68,7 @@ export default {
justify-content: center; justify-content: center;
align-items:center; align-items:center;
} }
#logoContainer img{ #logoContainer Icon{
width:70%; width:70%;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment