Header: fix alignement in ff
This commit is contained in:
parent
b3796af470
commit
1d4a0dce56
2 changed files with 2 additions and 6 deletions
|
@ -17,16 +17,12 @@
|
||||||
@extend %page-width-container;
|
@extend %page-width-container;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
padding-top: 17px;
|
||||||
|
|
||||||
.header-logo {
|
|
||||||
margin-top: 17px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.header-right-content {
|
.header-right-content {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
> li {
|
> li {
|
||||||
@include horizontal-padding(8px);
|
@include horizontal-padding(8px);
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.new-header{ class: current_page?(root_path) ? nil : "new-header-with-border" }
|
.new-header{ class: current_page?(root_path) ? nil : "new-header-with-border" }
|
||||||
.header-inner-content
|
.header-inner-content
|
||||||
= link_to root_path do
|
= 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
|
%ul.header-right-content
|
||||||
- if gestionnaire_signed_in?
|
- if gestionnaire_signed_in?
|
||||||
|
|
Loading…
Reference in a new issue