Merge pull request #537 from sgmap/fix_home_header
Header: fix alignement in ff
This commit is contained in:
commit
97fa7d811a
2 changed files with 2 additions and 6 deletions
|
@ -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);
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue