Compare commits

...

2 Commits

3 changed files with 20 additions and 2 deletions

15
.gitignore vendored
View File

@@ -6,4 +6,17 @@
/templates/email/default.zip
/core/vendor/wsdltophp.zip
/local/session/
/web/assets/
/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

View File

@@ -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}
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}

View File

@@ -6,6 +6,11 @@ div.container {
width: 100%
}
.navbar-lang {
margin: revert;
}
.navbar li.cart-not-empty>a.cart:before {
color: white;
}