Redesign header

This commit is contained in:
Astralof 2018-09-19 12:57:08 +02:00
parent 3820513afb
commit 6bd11e60f2
3 changed files with 7 additions and 6 deletions

View file

@ -1,6 +1,6 @@
<div class='ui vertical inverted sidebar menu right overlay'>
<a class='item' href="/safing">
<img class='ui image' src='{{ site.assets_url }}img/logo_with_name.png' style='width: 10rem;'>
<img class='ui image' src='{{ site.assets_url }}img/logo_v3_name_light.svg' style='width: 10rem; padding: 0.6rem;'>
</a>
<a class='item' href="/our-values" >
OUR VALUES
@ -16,7 +16,7 @@
<div class='ui inverted stackable borderless menu {% if include.home %}home{% endif %}' id='menubar'>
<div class='menu'>
<a class='item' href='/safing' style='padding: 0 6px;'>
<img class='ui image' src='{{ site.assets_url }}img/logo_with_name.png' style='width: 10rem; '>
<img class='ui image' src='{{ site.assets_url }}img/logo_v3_name_light.svg' style='width: 10rem; padding: 0.6rem;'>
</a>
</div>
@ -27,7 +27,7 @@
<a class='item' href="/technology">
TECHNOLOGY
</a>
<a class='item' href="/download">
<a class='item' href="/download" style="z-index: 10;">
DOWNLOAD
</a>
</div>

View file

@ -4,11 +4,10 @@
}
#menubar {
width: 100%;
background-color: $fill_medium;
background-color: $background_bar;
margin: 0;
border-radius: 0;
z-index: 1;
z-index: 10;
}
#menubar.home {

View file

@ -11,6 +11,8 @@ $fill_lighter: #788294 !default;
$secondary: $fill_medium;
$discreet: #F7F7F7;
$background_bar: #031949;
$anchor: #0078ff;
$anchor_hover: #258bff;