optimisation of the frontoffice. Product list is ten times faster. But only the default product sale element can be added to cart.
This commit is contained in:
committed by
Julien Chanseaume
parent
00baae6da0
commit
b4d0d085fe
File diff suppressed because one or more lines are too long
@@ -330,17 +330,18 @@ td.product,
|
||||
.special-price {
|
||||
.price {
|
||||
display: block;
|
||||
font-size: 20px; line-height: 25px;
|
||||
font-style: italic;
|
||||
font-size: 14px; line-height: 25px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
|
||||
.old-price {
|
||||
.price {
|
||||
display: block;
|
||||
font-size: 18px; line-height: 25px;
|
||||
font-size: 14px; line-height: 25px;
|
||||
font-style: italic;
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user