From 7b449752e6c9069b4551aac37bab61f6b6db9b6b Mon Sep 17 00:00:00 2001 From: TheCoreDev Date: Thu, 29 Dec 2022 18:51:24 +0100 Subject: [PATCH] [29/12/2022] On change la taille du logo en haut de la page, pour prendre en compte le nouveau logo. --- .../default2020/assets/dist/css/custom.min.css | 2 +- .../frontOffice/default2020/assets/src/css/custom.css | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/templates/frontOffice/default2020/assets/dist/css/custom.min.css b/templates/frontOffice/default2020/assets/dist/css/custom.min.css index a9cc37ba..71c38e85 100644 --- a/templates/frontOffice/default2020/assets/dist/css/custom.min.css +++ b/templates/frontOffice/default2020/assets/dist/css/custom.min.css @@ -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} \ No newline at end of file +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} \ No newline at end of file diff --git a/templates/frontOffice/default2020/assets/src/css/custom.css b/templates/frontOffice/default2020/assets/src/css/custom.css index 079b50e3..eb6da3ca 100644 --- a/templates/frontOffice/default2020/assets/src/css/custom.css +++ b/templates/frontOffice/default2020/assets/src/css/custom.css @@ -18,7 +18,7 @@ h2.name { width: 250px; } header .logo-custom { - height: 80px; +/* height: 80px; */ } .texte-complementaire-module { @@ -28,12 +28,16 @@ header .logo-custom { } .table-delivery tbody>tr>td.module-mondialrelay { - padding-left: 00px; + padding-left: 0px; padding-right: 0px; padding-top: 0px; - width: 63%; + 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; } \ No newline at end of file