diff --git a/.gitignore b/.gitignore index 756a21e1..7b3f2da2 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,17 @@ /templates/email/default.zip /core/vendor/wsdltophp.zip /local/session/ -/web/assets/ \ No newline at end of file +/web/assets/ +/web/revslider/application/logs/log-2024-01-20.php +/web/revslider/application/logs/log-2024-01-31.php +/web/revslider/application/logs/log-2024-02-03.php +/web/revslider/application/logs/log-2024-02-10.php +/web/revslider/application/logs/log-2024-05-24.php +/web/revslider/application/logs/log-2024-06-05.php +/web/revslider/application/logs/log-2024-06-08.php +/web/revslider/application/logs/log-2024-06-19.php +/web/revslider/application/logs/log-2024-07-01.php +/web/revslider/application/logs/log-2024-07-02.php +/web/revslider/application/logs/log-2024-07-10.php +/web/revslider/application/logs/log-2024-07-11.php +/web/revslider/application/logs/log-2024-07-12.php diff --git a/templates/frontOffice/default2020/assets/dist/css/custom.min.css b/templates/frontOffice/default2020/assets/dist/css/custom.min.css index c2d45bfd..5fd95a9f 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:100%}.navbar li.cart-not-empty>a.cart:before{color:#fff}h2.name{line-height:1}header .logo-custom{height:auto}.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} \ No newline at end of file +div.container{width:90%!important}.container{width:100%}.navbar-lang{margin:revert}.navbar li.cart-not-empty>a.cart:before{color:#fff}h2.name{line-height:1}header .logo-custom{height:auto}.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} \ 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 76693933..011ab32c 100644 --- a/templates/frontOffice/default2020/assets/src/css/custom.css +++ b/templates/frontOffice/default2020/assets/src/css/custom.css @@ -6,6 +6,10 @@ div.container { width: 100% } +.navbar-lang { + margin: revert; +} + .navbar li.cart-not-empty>a.cart:before { color: white; }