demande de devis fix

This commit is contained in:
2019-07-13 17:08:11 +02:00
parent bd495ed768
commit 5afa88fd3d
7 changed files with 83 additions and 68 deletions

View File

@@ -2,22 +2,17 @@ header{
z-index: 999;
position: relative;
@include inlineflex();
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
justify-content: center;
width: 100%;
border-bottom: 1px solid $light-blue;
height: 105px;
nav{
@include inlineflex();
-ms-flex-pack: distribute;
justify-content: space-around;
height: 100px;
width: 70%;
flex-wrap: nowrap;
.logo{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
a{
display: block;
@@ -30,8 +25,7 @@ header{
}
& > ul{
@include inlineflex();
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
flex-wrap: nowrap;
& > li{
text-align: center;
max-width: 241px;
@@ -64,7 +58,6 @@ header{
visibility: hidden;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
}
@@ -88,8 +81,7 @@ header{
}
.reso{
@include inlineflex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
flex-wrap: nowrap;
a{
display: block;
width: 35px;