[06/01/2023] Masquage du pavé "Estimation des frais de livraison" dans l'étape 1 du tunnnel de commande, et remplacement par un message explicatif pour les clients ne comprenant pas qu'il faut poursuivre la commande.

This commit is contained in:
2023-01-06 13:52:57 +01:00
parent 7b449752e6
commit 324d9b2bd1
6 changed files with 13 additions and 4 deletions

View File

@@ -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}.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}
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}.table-cart tbody>tr>td.bypass-estimation{text-align:right;font-size:larger}

View File

@@ -40,4 +40,9 @@ header .logo-custom {
body > div.bootbox.modal.fade.in > div > div > div > div > div > table > tbody > tr:nth-child(2) > td:nth-child(1) > img {
width: 300px;
}
.table-cart tbody>tr>td.bypass-estimation {
text-align: right;
font-size: larger;
}