Skip to content

Commit

Permalink
style: fix my interest page amp violation (SAP#16020)
Browse files Browse the repository at this point in the history
* feature/CXSPA-885
Fixed amp styling issue

* feature/CXSPA-885
added TFM mixin

* feature/CXSPA-885
Prettier fix

Co-authored-by: Miguel Estrada <15113219+developpeurweb@users.noreply.github.com>
  • Loading branch information
morganm58 and developpeurweb authored Aug 11, 2022
1 parent 37dffa1 commit 28e158e
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,15 @@
}

.cx-product-interests-product-stock {
@include type('8');
color: var(--cx-color-primary);

@include forVersion(4.2) {
@include type('8');
}
@include forVersion(5.1) {
font-size: var(--cx-font-size, 1.188rem);
font-weight: var(--cx-font-weight-bold);
}
}

.cx-product-interests-notification {
Expand Down

0 comments on commit 28e158e

Please sign in to comment.