Header: fix alignement in ff

This commit is contained in:
Simon Lehericey 2017-07-04 12:33:43 +02:00
parent b3796af470
commit 1d4a0dce56
2 changed files with 2 additions and 6 deletions

View file

@ -17,16 +17,12 @@
@extend %page-width-container;
display: flex;
justify-content: space-between;
}
.header-logo {
margin-top: 17px;
padding-top: 17px;
}
.header-right-content {
display: flex;
align-items: center;
height: 100%;
> li {
@include horizontal-padding(8px);

View file

@ -1,7 +1,7 @@
.new-header{ class: current_page?(root_path) ? nil : "new-header-with-border" }
.header-inner-content
= link_to root_path do
%img.header-logo{ src: image_url("header/logo-tps.svg") }
%img{ src: image_url("header/logo-tps.svg") }
%ul.header-right-content
- if gestionnaire_signed_in?