rs header
This commit is contained in:
parent
52cc7bdf74
commit
d496228b31
34
web/app/themes/la_mine/dist/assets/css/index.css
vendored
34
web/app/themes/la_mine/dist/assets/css/index.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,5 +1,6 @@
|
||||
header{
|
||||
section{
|
||||
&.logo{
|
||||
position: relative;
|
||||
figure{
|
||||
a{
|
||||
@ -24,7 +25,6 @@ header{
|
||||
@media screen and (min-width: 576px) {
|
||||
@include logoLamine(1, calc(#{$heightLogo} / 3), calc(#{$heightLogo} / 3), $colorYellow, 50px, 70px);
|
||||
}
|
||||
|
||||
}
|
||||
#fond_logo{
|
||||
@include logoLamine(0, calc(#{$heightLogo}), calc(#{$heightLogo}), $colorWhite, -70%, 30%);
|
||||
@ -32,7 +32,6 @@ header{
|
||||
@media screen and (min-width: 576px) {
|
||||
@include logoLamine(0, calc(#{$heightLogo} * 2 ), calc(#{$heightLogo} * 2 ), $colorWhite, -70%, 30%);
|
||||
}
|
||||
|
||||
}
|
||||
&:hover{
|
||||
height: $heightLogoHover;
|
||||
@ -47,4 +46,20 @@ header{
|
||||
}
|
||||
}
|
||||
}
|
||||
&.nav-main{
|
||||
justify-content: end;
|
||||
figure{
|
||||
& > div{
|
||||
width: 30px;
|
||||
height: 100%;
|
||||
&:first-child{
|
||||
margin-right: 0.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
nav{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -8,20 +8,20 @@
|
||||
</figure>
|
||||
</section>
|
||||
|
||||
<section class="nav-main row">
|
||||
<div class="rs col">
|
||||
<figure id="facebook">
|
||||
<section class="nav-main col-6 d-flex">
|
||||
<figure class="rs row">
|
||||
<div id="facebook">
|
||||
<a rel="noreferrer" target="_blank" href="{{options.facebook.lien_facebook}}">
|
||||
<img src="{{theme.link}}/dist//assets/images/fb.svg" alt="logo_facebook" title="Le logo de facebook"/>
|
||||
</a>
|
||||
</figure>
|
||||
<figure id="insta">
|
||||
</div>
|
||||
<div id="insta">
|
||||
<a rel="noreferrer" target="_blank" href="{{options.instagram.lien_instagram}}">
|
||||
<img src="{{theme.link}}/dist//assets/images/inst.svg" alt="logo_instagram" title="Le logo d'instagram"/>
|
||||
</a>
|
||||
</figure>
|
||||
</div>
|
||||
<div class="burger col">
|
||||
</figure>
|
||||
<div class="burger col-1">
|
||||
<div class="fond_burger">
|
||||
<button class="hamburger hamburger--slider" type="button">
|
||||
<span class="hamburger-box">
|
||||
|
Loading…
x
Reference in New Issue
Block a user