[29/12/2022] On change la taille du logo en haut de la page, pour prendre en compte le nouveau logo.
This commit is contained in:
@@ -1 +1 @@
|
|||||||
div.container{width:90%!important}.container{width:95%}.navbar li.cart-not-empty>a.cart:before{color:#fff}h2.name{line-height:1}.logo-custom img{width:250px}header .logo-custom{height:80px}.texte-complementaire-module{padding-left:30px;font-style:italic;font-weight:400}.table-delivery tbody>tr>td.module-mondialrelay{padding-left:00px;padding-right:0;padding-top:0;width:63%;background-color:red}#delivery-method.panel .image.module-mondialrelay{text-align:left}
|
div.container{width:90%!important}.container{width:95%}.navbar li.cart-not-empty>a.cart:before{color:#fff}h2.name{line-height:1}.logo-custom img{width:250px}.texte-complementaire-module{padding-left:30px;font-style:italic;font-weight:400}.table-delivery tbody>tr>td.module-mondialrelay{padding-left:0;padding-right:0;padding-top:0;width:67%}#delivery-method.panel .image.module-mondialrelay{text-align:left}body>div.bootbox.modal.fade.in>div>div>div>div>div>table>tbody>tr:nth-child(2)>td:nth-child(1)>img{width:300px}
|
||||||
@@ -18,7 +18,7 @@ h2.name {
|
|||||||
width: 250px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
header .logo-custom {
|
header .logo-custom {
|
||||||
height: 80px;
|
/* height: 80px; */
|
||||||
}
|
}
|
||||||
|
|
||||||
.texte-complementaire-module {
|
.texte-complementaire-module {
|
||||||
@@ -28,12 +28,16 @@ header .logo-custom {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.table-delivery tbody>tr>td.module-mondialrelay {
|
.table-delivery tbody>tr>td.module-mondialrelay {
|
||||||
padding-left: 00px;
|
padding-left: 0px;
|
||||||
padding-right: 0px;
|
padding-right: 0px;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
width: 63%;
|
width: 67%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#delivery-method.panel .image.module-mondialrelay {
|
#delivery-method.panel .image.module-mondialrelay {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
body > div.bootbox.modal.fade.in > div > div > div > div > div > table > tbody > tr:nth-child(2) > td:nth-child(1) > img {
|
||||||
|
width: 300px;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user