Remplacement du logo dans email, pdf et dans le front

This commit is contained in:
2024-01-02 14:48:48 +01:00
parent dc001f84e1
commit 1865ce3d3e
31 changed files with 135 additions and 13150 deletions

1
.gitignore vendored
View File

@@ -5,3 +5,4 @@
/.well-known/
/local/session/
/stats/
/log/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 355 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 704 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 171 B

After

Width:  |  Height:  |  Size: 466 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
templates/frontOffice/lematelot/assets/dist/img/favicon.ico vendored Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 42 KiB

View File

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 814 B

After

Width:  |  Height:  |  Size: 704 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 71 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -2991,7 +2991,6 @@ select[multiple].input-lg {
line-height: 1.42857143;
border-radius: 3px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
@@ -5104,14 +5103,6 @@ a.thumbnail.active {
.alert-danger .alert-link {
color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
@@ -5147,7 +5138,6 @@ a.thumbnail.active {
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
@@ -5858,14 +5848,11 @@ button.close {
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
transition: -webkit-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
@@ -6223,29 +6210,23 @@ button.close {
}
@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner > .item {
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000px;
perspective: 1000px;
}
.carousel-inner > .item.next,
.carousel-inner > .item.active.right {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
left: 0;
}
.carousel-inner > .item.prev,
.carousel-inner > .item.active.left {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
left: 0;
}
.carousel-inner > .item.next.left,
.carousel-inner > .item.prev.right,
.carousel-inner > .item.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
left: 0;
}
@@ -6733,9 +6714,8 @@ button.close {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
@@ -6795,60 +6775,41 @@ button.close {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
@@ -6857,8 +6818,7 @@ button.close {
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
-webkit-filter: none;
filter: none;
filter: none;
}
.fa-stack {
position: relative;
@@ -8644,9 +8604,8 @@ header .header .language-container .currency-switch .select {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f078";
}
.navbar .navbar-cart .dropdown > a:after,
@@ -9006,9 +8965,8 @@ header .header .language-container .currency-switch .select {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f071";
display: block;
font-size: 2.2em;
@@ -9136,9 +9094,8 @@ a {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f105";
}
.btn {
@@ -9369,9 +9326,8 @@ a {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f078";
}
.panel-heading {
@@ -9547,9 +9503,8 @@ a {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f071";
display: block;
font-size: 2.2em;
@@ -9607,9 +9562,8 @@ a {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f054";
color: #BB0000;
margin-left: -15px;
@@ -9662,9 +9616,8 @@ a {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f068";
}
.block-nav .block-content li a.accordion-toggle.collapsed:after {
@@ -10047,9 +10000,8 @@ a.label-delivered:focus {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f00d";
margin-right: .3em;
}
@@ -10097,7 +10049,6 @@ label {
content: "\f002";
color: #fff;
text-align: center;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
line-height: 0;
@@ -10112,7 +10063,6 @@ label {
}
.overlay:hover:after,
.overlay:focus:after {
-webkit-transform: translate(0, 50%);
-ms-transform: translate(0, 50%);
transform: translate(0, 50%);
}
@@ -10123,9 +10073,8 @@ label {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f015";
color: #c9c9c9;
font-size: 26px;
@@ -10141,9 +10090,8 @@ label {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f007";
color: #CC0000;
font-size: 19px;
@@ -10175,9 +10123,8 @@ label {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f07a";
color: #fff;
font-size: 24px;
@@ -10300,7 +10247,6 @@ td.product .name > a:focus,
#products-new .products-grid .overlay:after,
#products-recently-viewed .products-grid .overlay:after,
#products-basics .products-grid .overlay:after {
-webkit-transform: translate(0, 40%);
-ms-transform: translate(0, 40%);
transform: translate(0, 40%);
}
@@ -10548,9 +10494,8 @@ td.product .name > a:focus,
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f005";
}
#product-details .product-promo .sale-period {
@@ -10630,9 +10575,8 @@ td.product .name > a:focus,
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f002";
font-size: 30px;
float: left;
@@ -10702,9 +10646,8 @@ td.product .name > a:focus,
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f0e0";
color: #8b8b8b;
font-size: 18px;
@@ -10744,9 +10687,8 @@ td.product .name > a:focus,
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f041";
font-size: 34px;
}
@@ -10757,9 +10699,8 @@ td.product .name > a:focus,
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f10b";
font-size: 30px;
margin-top: -8px;
@@ -10772,9 +10713,8 @@ td.product .name > a:focus,
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f0e0";
font-size: 17px;
margin-left: 2px;
@@ -10947,9 +10887,8 @@ td.product .name > a:focus,
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f077";
color: #CC0000;
display: block;
@@ -10985,9 +10924,8 @@ td.product .name > a:focus,
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f078";
float: left;
width: 20px;
@@ -11014,9 +10952,8 @@ td.product .name > a:focus,
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f10b";
font-size: 30px;
}
@@ -11027,9 +10964,8 @@ td.product .name > a:focus,
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f095";
font-size: 22px;
}
@@ -11040,9 +10976,8 @@ td.product .name > a:focus,
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f0e0";
font-size: 18px;
}
@@ -11107,7 +11042,6 @@ td.product .name > a:focus,
margin-bottom: 20px;
width: 100%;
height: 350px;
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
@@ -11129,9 +11063,8 @@ td.product .name > a:focus,
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f005";
}
#sale-details .sale-discount-information .sale-period {
@@ -11234,9 +11167,8 @@ body {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f023";
color: #AAA;
font-size: 18px;
@@ -11251,9 +11183,8 @@ body {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f007";
color: #AAA;
margin-right: .5em;
@@ -11306,9 +11237,8 @@ body {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f023";
color: #AAA;
font-size: 18px;
@@ -11323,9 +11253,8 @@ body {
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
content: "\f007";
color: #AAA;
font-size: 18px;
@@ -11686,7 +11615,6 @@ body {
}
.overlay:after {
content: url("../img/zoom-icon.png") !important;
-webkit-transform: translate(0, 30%);
-ms-transform: translate(0, 30%);
transform: translate(0, 30%);
}
@@ -11710,7 +11638,6 @@ body {
#products-basics .products-list li .product-image:hover.overlay:after,
#products-basics .products-grid li .product-image:focus.overlay:after,
#products-basics .products-list li .product-image:focus.overlay:after {
-webkit-transform: translate(0, 28%);
-ms-transform: translate(0, 28%);
transform: translate(0, 28%);
}
@@ -11727,7 +11654,6 @@ body {
#products-basics .products-list li .product-image:hover.overlay:after,
#products-basics .products-grid li .product-image:focus.overlay:after,
#products-basics .products-list li .product-image:focus.overlay:after {
-webkit-transform: translate(0, 28%);
-ms-transform: translate(0, 28%);
transform: translate(0, 28%);
}
@@ -11745,7 +11671,6 @@ body {
#products-basics .products-list li .product-image:hover.overlay:after,
#products-basics .products-grid li .product-image:focus.overlay:after,
#products-basics .products-list li .product-image:focus.overlay:after {
-webkit-transform: translate(0, 28%);
-ms-transform: translate(0, 28%);
transform: translate(0, 28%);
}
@@ -11763,7 +11688,6 @@ body {
#products-basics .products-list li .product-image:hover.overlay:after,
#products-basics .products-grid li .product-image:focus.overlay:after,
#products-basics .products-list li .product-image:focus.overlay:after {
-webkit-transform: translate(0, 28%);
-ms-transform: translate(0, 28%);
transform: translate(0, 28%);
}
@@ -11781,7 +11705,6 @@ body {
#products-basics .products-list li .product-image:hover.overlay:after,
#products-basics .products-grid li .product-image:focus.overlay:after,
#products-basics .products-list li .product-image:focus.overlay:after {
-webkit-transform: translate(0, 28%);
-ms-transform: translate(0, 28%);
transform: translate(0, 28%);
}
@@ -11799,7 +11722,6 @@ body {
#products-basics .products-list li .product-image:hover.overlay:after,
#products-basics .products-grid li .product-image:focus.overlay:after,
#products-basics .products-list li .product-image:focus.overlay:after {
-webkit-transform: translate(0, 28%);
-ms-transform: translate(0, 28%);
transform: translate(0, 28%);
}
@@ -11808,7 +11730,6 @@ body {
#products-offer .products-list .product-image:hover.overlay:after,
#products-offer .products-grid .product-image:focus.overlay:after,
#products-offer .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 27%);
-ms-transform: translate(0, 27%);
transform: translate(0, 27%);
}
@@ -11817,7 +11738,6 @@ body {
#products-offer .products-list .product-image:hover.overlay:after,
#products-offer .products-grid .product-image:focus.overlay:after,
#products-offer .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 25%);
-ms-transform: translate(0, 25%);
transform: translate(0, 25%);
}
@@ -11827,7 +11747,6 @@ body {
#products-offer .products-list .product-image:hover.overlay:after,
#products-offer .products-grid .product-image:focus.overlay:after,
#products-offer .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 25%);
-ms-transform: translate(0, 25%);
transform: translate(0, 25%);
}
@@ -11837,7 +11756,6 @@ body {
#products-offer .products-list .product-image:hover.overlay:after,
#products-offer .products-grid .product-image:focus.overlay:after,
#products-offer .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 21%);
-ms-transform: translate(0, 21%);
transform: translate(0, 21%);
}
@@ -11847,7 +11765,6 @@ body {
#products-offer .products-list .product-image:hover.overlay:after,
#products-offer .products-grid .product-image:focus.overlay:after,
#products-offer .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 21%);
-ms-transform: translate(0, 21%);
transform: translate(0, 21%);
}
@@ -11857,167 +11774,142 @@ body {
#products-offer .products-list .product-image:hover.overlay:after,
#products-offer .products-grid .product-image:focus.overlay:after,
#products-offer .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 21%);
-ms-transform: translate(0, 21%);
transform: translate(0, 21%);
}
}
.grid #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 24%);
-ms-transform: translate(0, 24%);
transform: translate(0, 24%);
}
@media (min-width: 992px) and (max-width: 1199px) {
.grid #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 19%);
-ms-transform: translate(0, 19%);
transform: translate(0, 19%);
}
}
@media (min-width: 768px) and (max-width: 991px) {
.grid #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 6%);
-ms-transform: translate(0, 6%);
transform: translate(0, 6%);
}
}
@media (max-width: 767px) and (min-width: 568px) {
.grid #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 34%);
-ms-transform: translate(0, 34%);
transform: translate(0, 34%);
}
}
@media (max-width: 480px) and (min-width: 320px) {
.grid #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 27%);
-ms-transform: translate(0, 27%);
transform: translate(0, 27%);
}
}
@media (max-width: 320px) {
.grid #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 15%);
-ms-transform: translate(0, 15%);
transform: translate(0, 15%);
}
}
.grid #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 16%);
-ms-transform: translate(0, 16%);
transform: translate(0, 16%);
}
@media (min-width: 992px) and (max-width: 1199px) {
.grid #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 8%);
-ms-transform: translate(0, 8%);
transform: translate(0, 8%);
}
}
@media (min-width: 768px) and (max-width: 991px) {
.grid #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 21%);
-ms-transform: translate(0, 21%);
transform: translate(0, 21%);
}
}
@media (max-width: 767px) and (min-width: 568px) {
.grid #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 21%);
-ms-transform: translate(0, 21%);
transform: translate(0, 21%);
}
}
@media (max-width: 480px) and (min-width: 320px) {
.grid #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 20%);
-ms-transform: translate(0, 20%);
transform: translate(0, 20%);
}
}
@media (max-width: 320px) {
.grid #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 21%);
-ms-transform: translate(0, 21%);
transform: translate(0, 21%);
}
}
.list #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 16%);
-ms-transform: translate(0, 16%);
transform: translate(0, 16%);
}
@media (min-width: 992px) and (max-width: 1199px) {
.list #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 9%);
-ms-transform: translate(0, 9%);
transform: translate(0, 9%);
}
}
@media (min-width: 768px) and (max-width: 991px) {
.list #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, -5%);
-ms-transform: translate(0, -5%);
transform: translate(0, -5%);
}
}
@media (max-width: 767px) and (min-width: 568px) {
.list #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 34%);
-ms-transform: translate(0, 34%);
transform: translate(0, 34%);
}
}
@media (max-width: 480px) and (min-width: 320px) {
.list #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 26%);
-ms-transform: translate(0, 26%);
transform: translate(0, 26%);
}
}
@media (max-width: 320px) {
.list #category-products .products-content .item.col-sm-4 article .overlay:after {
-webkit-transform: translate(0, 16%);
-ms-transform: translate(0, 16%);
transform: translate(0, 16%);
}
}
.list #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 19%);
-ms-transform: translate(0, 19%);
transform: translate(0, 19%);
}
@media (min-width: 992px) and (max-width: 1199px) {
.list #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 11%);
-ms-transform: translate(0, 11%);
transform: translate(0, 11%);
}
}
@media (min-width: 768px) and (max-width: 991px) {
.list #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 24%);
-ms-transform: translate(0, 24%);
transform: translate(0, 24%);
}
}
@media (max-width: 767px) and (min-width: 568px) {
.list #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 24%);
-ms-transform: translate(0, 24%);
transform: translate(0, 24%);
}
}
@media (max-width: 480px) and (min-width: 320px) {
.list #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 23%);
-ms-transform: translate(0, 23%);
transform: translate(0, 23%);
}
}
@media (max-width: 320px) {
.list #category-products .products-content .item.col-md-3 article .overlay:after {
-webkit-transform: translate(0, 24%);
-ms-transform: translate(0, 24%);
transform: translate(0, 24%);
}
@@ -12026,7 +11918,6 @@ body {
#products-upsell .products-list .product-image:hover.overlay:after,
#products-upsell .products-grid .product-image:focus.overlay:after,
#products-upsell .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 30%);
-ms-transform: translate(0, 30%);
transform: translate(0, 30%);
}
@@ -12035,7 +11926,6 @@ body {
#products-upsell .products-list .product-image:hover.overlay:after,
#products-upsell .products-grid .product-image:focus.overlay:after,
#products-upsell .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 30%);
-ms-transform: translate(0, 30%);
transform: translate(0, 30%);
}
@@ -12045,7 +11935,6 @@ body {
#products-upsell .products-list .product-image:hover.overlay:after,
#products-upsell .products-grid .product-image:focus.overlay:after,
#products-upsell .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 30%);
-ms-transform: translate(0, 30%);
transform: translate(0, 30%);
}
@@ -12055,7 +11944,6 @@ body {
#products-upsell .products-list .product-image:hover.overlay:after,
#products-upsell .products-grid .product-image:focus.overlay:after,
#products-upsell .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 21%);
-ms-transform: translate(0, 21%);
transform: translate(0, 21%);
}
@@ -12065,7 +11953,6 @@ body {
#products-upsell .products-list .product-image:hover.overlay:after,
#products-upsell .products-grid .product-image:focus.overlay:after,
#products-upsell .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 21%);
-ms-transform: translate(0, 21%);
transform: translate(0, 21%);
}
@@ -12075,7 +11962,6 @@ body {
#products-upsell .products-list .product-image:hover.overlay:after,
#products-upsell .products-grid .product-image:focus.overlay:after,
#products-upsell .products-list .product-image:focus.overlay:after {
-webkit-transform: translate(0, 22%);
-ms-transform: translate(0, 22%);
transform: translate(0, 22%);
}
@@ -12603,9 +12489,8 @@ body {
content: url("../img/truck-image.png");
}
.footer-container .footer-banner .banner .fa-truck.fa-flip-horizontal {
-webkit-transform: none;
-ms-transform: none;
transform: none;
-ms-transform: none;
transform: none;
}
.footer-container .footer-banner .banner .fa-credit-card {
margin-bottom: 10px;
@@ -12908,4 +12793,10 @@ body {
#products-upsell .products-grid .item > article .product-price {
position: static;
}
}
/* Pour le nouveau logo */
body > div.page > div > header > div > div > div.logo > a > img {
height: 96px;
margin-right: 20px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 64 KiB

View File

@@ -133,10 +133,11 @@
{/if}
<a class="logo" href="{navigate to="index"}" title="{$store_name}"><img src="{$image}" alt="{$store_name}"></a>
{*
<div class="sitetitle">
<p class="slogansite"><span class="titlesite">{$store_name}</span><br />{$store_description}</p>
</div>
*}
{* <div class="brandbgimg"></div>*}
</div>
<div class="telephone">

View File

@@ -14,7 +14,7 @@
{literal}
<style>
h1, h2, h3, h4 {
color:#000044;
color:#143058;
margin: .5em 0;
}
@@ -68,7 +68,7 @@
.table-info h3 {
font-size: 18px;
color: #000044;
color: #143058;
margin-top: 0;
margin-bottom: 15px;
}
@@ -82,17 +82,17 @@
font-size: 12px;
}
.table-1 td {
background: #000044;
border:solid 1px #bcbdc0;
background: #143058;
border:solid 1px #143058;
}
.table-2 td {
border:solid 1px #bcbdc0;
border:solid 1px #143058;
}
.table-3-1, .table-3-2 {
border: solid 1px #bcbdc0;
border: solid 1px #143058;
}
.table-3-1 p {
font-size: 10px;
@@ -147,7 +147,7 @@
{hook name="delivery.imprint" order=$order_id}
{elsehook rel="delivery.imprint"}
<!-- Imprint -->
{config key="store_name"}
{config key="store_name"}
{$addresses="{config key='store_address1'} {config key='store_address2'} {config key='store_address3'}"}
{$city="{config key='store_zipcode'} {config key='store_city'}"}
{if $addresses != " "}- {$addresses}{/if}
@@ -164,7 +164,8 @@
{if {config key="store_email"} }
{intl l="Email: "}{config key="store_email"}
{/if}
{/elsehook}
{/elsehook}
</td>
<td>{intl l="page"} [[page_cu]]/[[page_nb]]</td>
</tr>
@@ -184,15 +185,30 @@
{$image = {image file='img/logo.png' failsafe=true}}
<img src="{$image}" alt="{$store_name}">
</td>
<td style="vertical-align: middle;">
<td style="vertical-align: middle; padding-left: 100px">
<h2>{intl l="DELIVERY"}</h2>
<span>{intl l="Invoice date"} : {format_date date=$INVOICE_DATE output="date"}</span>
<br />
<span>{intl l="Invoice REF"} : {$REF}</span>
<br />
{loop type="customer" name="customer.invoice" id=$CUSTOMER current="0"}
<span>{intl l="Customer Number"} : {$REF}</span>
<br />
<span>{intl l="Phone"} : {loop type="address" name="phone.default" customer=$ID default="true"}{$PHONE} - {$CELLPHONE}{/loop}</span>
<br />
<span>{intl l="Email"} : {loop type="address" name="email.default" customer=$ID default="true"}{$EMAIL}{/loop}</span>
{/loop}
<!--
<span style="font-size: 7mm; color: #000044;">{config key="store_name"}</span>
<br />
<span style="font-size: 3.3mm;">{config key="store_description"}</span>
</td>
-->
</td>
</tr>
</table>
</td>
</tr>
</tr>
<!--
<tr>
<td>
<h2>{intl l="DELIVERY"}</h2>
@@ -215,6 +231,7 @@
<td>{intl l="Email"} : {loop type="address" name="email.default" customer=$ID default="true"}{$EMAIL}{/loop}</td>
</tr>
{/loop}
//-->
{hookblock name="delivery.information" order=$order_id fields="title,value"}
{forhook rel="delivery.information"}
<tr>
@@ -257,14 +274,14 @@
<col style="width: 65%; padding: 3mm;" />
<col style="width: 12%; padding: 3mm;" />
<tr>
<td style="border:solid 1px #dddddd;background:#000044;" >
<td style="border:solid 1px #143058; background:#143058;" >
<h5 style="color:#ffffff;">{intl l="Ref"}</h5>
</td>
<td style="border:solid 1px #dddddd;background:#000044;">
<h5 style="color:#ffffff;">{intl l="product"}</h5>
<td style="border:solid 1px #143058; background:#143058;">
<h5 style="color:#ffffff;">{intl l="Product"}</h5>
</td>
<td style="border:solid 1px #dddddd;background-color:#dddddd;">
<h5 style="color:#000044; text-align:center;">{intl l="Quantity"}</h5>
<td style="border:solid 1px #143058; background-color:#143058;">
<h5 style="color:#ffffff; text-align:center;">{intl l="Quantity"}</h5>
</td>
</tr>
{loop type="order_product" name="order-products" order=$ID}
@@ -292,7 +309,7 @@
<table style="padding-top: 5mm;">
<col style="width: 40%; padding: 3mm;" />
<tr>
<td class="table-3-module" style="border-left:solid 3px #000044; padding-top: 2mm">
<td class="table-3-module" style="border-left:solid 3px #143058; padding-top: 2mm">
<h3>{intl l="Delivery module"}</h3>
<span>{loop name="delivery-module" type="module" id=$DELIVERY_MODULE}{$TITLE}{/loop}</span>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@@ -14,7 +14,7 @@
{literal}
<style>
h1, h2, h3, h4 {
color:#000044;
color:#143058;
margin: .5em 0;
}
@@ -36,7 +36,7 @@
}
h5 {
color:#000044;//#ffffff;
color:#143058;//#ffffff;
font-size: 12px;
}
@@ -68,7 +68,7 @@
.table-info h3 {
font-size: 18px;
color: #000044;
color: #143058;
margin-top: 0;
margin-bottom: 15px;
}
@@ -82,11 +82,14 @@
font-size: 12px;
}
.table-1 td {
background: #f1f3f4;//#000044;
border:solid 1px #bcbdc0;
background: #143058; //#f1f3f4
border:solid 1px #143058;
}
.table-1 td h5 {
color: white;
}
.table-2 td {
.table-2 td {
border:solid 1px #bcbdc0;
}
@@ -186,15 +189,30 @@
{$image = {image file='img/logo.png' failsafe=true}}
<img src="{$image}" alt="{$store_name}">
</td>
<td style="vertical-align: middle;">
<td style="vertical-align: middle; padding-left: 100px">
<h2>{intl l="INVOICE"}</h2>
<span>{intl l="Invoice date"} : {format_date date=$INVOICE_DATE output="date"}</span>
<br />
<span>{intl l="Invoice REF"} : {$REF}</span>
<br />
{loop type="customer" name="customer.invoice" id=$CUSTOMER current="0"}
<span>{intl l="Customer Number"} : {$REF}</span>
<br />
<span>{intl l="Phone"} : {loop type="address" name="phone.default" customer=$ID default="true"}{$PHONE} - {$CELLPHONE}{/loop}</span>
<br />
<span>{intl l="Email"} : {loop type="address" name="email.default" customer=$ID default="true"}{$EMAIL}{/loop}</span>
{/loop}
<!--
<span style="font-size: 7mm; color: #000044; text-transform:uppercase;">{config key="store_name"}</span>
<br />
<span style="font-size: 3.3mm; text-transform:uppercase;">{config key="store_description"}</span>
//-->
</td>
</tr>
</table>
</tr>
</table>
</td>
</tr>
</tr>
<!--
<tr>
<td>
<h2>{intl l="INVOICE"}</h2>
@@ -217,6 +235,7 @@
<td>{intl l="Email"} : {loop type="address" name="email.default" customer=$ID default="true"}{$EMAIL}{/loop}</td>
</tr>
{/loop}
//-->
{hookblock name="invoice.information" order=$order_id fields="title,value"}
{forhook rel="invoice.information"}
<tr>
@@ -261,14 +280,13 @@
<col style="width: 12%; padding: 1mm;" />
<col style="width: 12%; padding: 1mm;" />
<col style="width: 12%; padding: 1mm;" />
<tr class="table-1">
<td><h5>{intl l="Product"}</h5></td>
<td><h5 class="align-center">{intl l="Unit. price"}</h5></td>
<td><h5 class="align-center">{intl l="Tax"}</h5></td>
<td><h5 class="align-center">{intl l="Unit taxed price"}</h5></td>
<td><h5 class="align-center">{intl l="Quantity"}</h5></td>
<td style="background:#f1f3f4"><h5 style="color:#000044;" class="align-center">{intl l="Taxed total"}</h5></td>
<td><h5 class="align-center">{intl l="Taxed total"}</h5></td>
</tr>
{loop type="order_product" name="order-products" order=$ID}
{if $WAS_IN_PROMO == 1}