ajust devis

This commit is contained in:
2019-06-25 19:08:18 +02:00
parent 96fb5704ea
commit e47d185252
4 changed files with 40 additions and 11 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1164,10 +1164,16 @@
width: 50px;
}
}
#item{
.demander-votre-devis{
top: 100%;
transform: translate(0, -80%);
}
}
#sublog{
.demander-votre-devis{
transform: translateY(-50%);
top: 100%;
transform: translate(0, -50%);
}
.body-wrapper{
background-image: url('../images/Trame-gris.svg');

View File

@ -325,10 +325,27 @@
width: 100%!important;
}
}
#item .demander-votre-devis, #sublog .demander-votre-devis{
#sublog .demander-votre-devis{
transform: translate(0, -110%)!important;
width: 300px!important;
height: 110px!important;
margin-top: -55px!important;
// margin-top: -55px!important;
a{
display: inline-flex!important;
}
p:nth-of-type(2){
display: none!important;
}
img{
margin-left: 20px!important;
margin-top: 0px!important;
}
}
#item .demander-votre-devis{
width: 300px!important;
height: 110px!important;
// margin-top: -55px!important;
transform: translate(0, -200%)!important;
a{
display: inline-flex!important;
}