Merge remote-tracking branch 'origin/master'
@@ -1 +1 @@
|
||||
div.container{width:90%!important}.container{width:95%}.navbar li.cart-not-empty>a.cart:before{color:#fff}
|
||||
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}
|
||||
|
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 115 KiB |
|
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 115 KiB |
|
Before Width: | Height: | Size: 10 KiB |
@@ -8,4 +8,15 @@ div.container {
|
||||
|
||||
.navbar li.cart-not-empty>a.cart:before {
|
||||
color: white;
|
||||
}
|
||||
|
||||
h2.name {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.logo-custom img {
|
||||
width: 250px;
|
||||
}
|
||||
header .logo-custom {
|
||||
height: 80px;
|
||||
}
|
||||
@@ -11041,10 +11041,19 @@ header .header-custom {
|
||||
}
|
||||
header .logo-custom {
|
||||
grid-area: logo;
|
||||
height: 60px;
|
||||
width: 350px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
header .logo-custom img {
|
||||
width: 346px;
|
||||
}
|
||||
@media screen and (max-width: 480px) {
|
||||
header .logo-custom img {
|
||||
width: 320px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
header .secondary-custom {
|
||||
grid-area: content;
|
||||
height: 45px;
|
||||
|
||||
|
Before Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 140 KiB |
@@ -11,10 +11,11 @@
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="col-md-4">p={$ID}
|
||||
<td class="col-md-4">
|
||||
{ifloop rel="pse-first-image"}
|
||||
{loop type="product-sale-elements-image" name="pse-first-image" product_sale_elements_id={$smarty.get.pse_id} limit="1"}
|
||||
{loop type="image" name="product-image" id=$PRODUCT_IMAGE_ID source="product" limit="1" width="720" height="482" resize_mode="borders"}
|
||||
{loop type="image" name="product-image" id=$PRODUCT_IMAGE_ID source="product" limit="1" width="218" height="146" resize_mode="borders"}
|
||||
<!-- TheCoreDev le 16/12/2021 : valeurs avant modif = width="720" height="482" -->
|
||||
<img itemprop="image" src="{$IMAGE_URL nofilter}" alt="Product #{$LOOP_COUNT}">
|
||||
{/loop}
|
||||
{/loop}
|
||||
@@ -35,7 +36,6 @@
|
||||
{loop type="product_sale_elements" name="product_price" id={$smarty.get.pse_id}}
|
||||
{$price = $TAXED_PRICE}
|
||||
{$promoPrice = $TAXED_PROMO_PRICE}
|
||||
|
||||
{loop type="digressive" name="digressivePrice" pse_id={$smarty.get.pse_id} quantity={$smarty.get.quantity} limit=1}
|
||||
{$price = $TAXED_PRICE}
|
||||
{$promoPrice = $TAXED_PROMO_PRICE}
|
||||
|
||||