Skip to content
Snippets Groups Projects
Commit 26c4231a authored by Martin Leblanc's avatar Martin Leblanc
Browse files

Merge branch 'feature/ISTWCMS-5151-ebremner-home-icon' into '3.0.x'

ISTWCMS-5151: updating home icon

See merge request !106
parents 0dc3dce0 b046bcb2
No related branches found
No related tags found
1 merge request!106ISTWCMS-5151: updating home icon
......@@ -503,4 +503,4 @@ $gesso: (
xxl: 96px,
),
gutter-width: 40px,
);
\ No newline at end of file
);
......@@ -215,14 +215,20 @@ $faculties: 'org-default', 'org-ahs', 'org-art', 'org-eng', 'org-env', 'org-mat'
border:1px solid $menu-horizontal-bg;
border-radius:50%;
display:block;
height:2rem;
height:1.6rem;
outline:none;
width:2rem;
overflow:hidden;
position:relative;
width:1.6rem;
svg{
height:2rem;
padding-left:gesso-spacing(xxs);
padding-top:gesso-spacing(xxs);
width:2rem;
height:1.9rem;
//padding-left:gesso-spacing(xxs);
//padding-top:gesso-spacing(xxs);
left:5px;
position:absolute;
top:2px;
width:1.9rem;
}
}
}
......
......@@ -2,7 +2,7 @@
<div class="uw-horizontal-nav--wrapper">
<div class="uw-horizontal-nav--home">
<a href="{{ home_link }}" class="uw-site-home__link">
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M21 13v10h-6v-6h-6v6h-6v-10h-3l12-12 12 12h-3zm-1-5.907v-5.093h-3v2.093l3 3z"/></svg>
{{ source('@components/svg/icons/_home.svg') }}
<span class="off-screen">Home</span>
</a>
</div>
......
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
<path d="M10.982,5.04a.384.384,0,0,0-.375-.4H9.481a.384.384,0,0,0-.375.4V6.187L7.367,4.621a.479.479,0,0,0-.638,0L.9,9.818l.638.837L2.389,9.9v6.479a.384.384,0,0,0,.375.4h2.9a.384.384,0,0,0,.375-.4V13h2v3.375a.384.384,0,0,0,.375.4h2.9a.384.384,0,0,0,.375-.4V9.9l.851.756.638-.837-2.2-1.957Z"/>
</svg>
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