Skip to content

Commit

Permalink
MWPW-142200 ability to add strikethrough fro price for Special offer (a…
Browse files Browse the repository at this point in the history
…dobecom#1835)

* MWPW-142200 adds the ability to strikethrough special offers price  

---------
Co-authored-by: Volodymyr Kniaziev <[email protected]>
  • Loading branch information
VKniaz authored Feb 8, 2024
1 parent 23a045c commit 1e68501
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions libs/blocks/merch-card/merch-card.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,15 @@ div[class*="-merch-card"] > div,
}

.merch-card-price {
margin-top: 8px;
margin-bottom: 16px;
margin-top: 8px;
margin-bottom: 16px;
}

.dark .merch-card .con-button.outline {
border: 2px solid var(--text-color);
color: var(--text-color);
}

merch-card.special-offers del span[is="inline-price"] {
text-decoration: line-through;
}

0 comments on commit 1e68501

Please sign in to comment.