Merge branch 'ticket-consumable' into develop
This commit is contained in:
commit
92e77117f8
@ -1,6 +1,6 @@
|
||||
{if $sale}
|
||||
{if $consumable}
|
||||
<div id="sale_end"></div>
|
||||
<div id="sale_end" class="consumable"></div>
|
||||
{else}
|
||||
<div id="sale_end">
|
||||
{l s='This sale ends in' mod='privatesales_countdown'} <span id="countdown"></span>
|
||||
|
@ -1565,7 +1565,8 @@ body#product div#sale_end{
|
||||
body#product div#sale_end #countdown{
|
||||
color: #e36ea2;
|
||||
}
|
||||
#sale_end.consumable{
|
||||
body#category #sale_end.consumable,
|
||||
body#product #sale_end.consumable{
|
||||
background: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{if $sale}
|
||||
{if $consumable}
|
||||
<div id="sale_end"></div>
|
||||
<div id="sale_end" class="consumable"></div>
|
||||
{else}
|
||||
<div id="sale_end">
|
||||
{l s='This sale ends in' mod='privatesales_countdown'} <span id="countdown"></span>
|
||||
|
Loading…
Reference in New Issue
Block a user