Skip to content
Snippets Groups Projects
Commit da02f6f5 authored by Mark Kane's avatar Mark Kane
Browse files

planning#404: change navitem type and root-link,

tweak style
parent fe70792c
No related branches found
No related tags found
1 merge request!179planning#404: add back-to-root button to nav,
......@@ -42,8 +42,8 @@ module.exports = {
// },
items: [
{
to: '/',
html: '<img src="/icons/caret-left-fluent.svg" alt="Zurück" />',
type: 'html',
value: `<a href="/"><img src="${baseUrl}icons/caret-left-fluent.svg" alt="Zurück" /></a>`,
position: 'left',
className: 'fitko-navbar-icon--back',
},
......
......@@ -84,7 +84,7 @@ img {
padding: 0;
position: absolute;
left: -14px;
top: 14px;
top: 13px;
}
.fitko-navbar-icon--back.hidden {
......
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