Skip to content

Commit 45ae4db

Browse files
committed
fix: fix bug with price
1 parent 7c8154f commit 45ae4db

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

lib/components/molecules/product-price/product-price.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.vf-m-product-price {
22
&.--small {
3-
&__oldprice {
3+
.vf-m-product-price__oldprice {
44
@apply text-xl;
55
}
6-
&__special {
6+
.vf-m-product-price__special {
77
@apply text-xl;
88
}
9-
&__price {
9+
.vf-m-product-price__price {
1010
@apply text-xl;
1111
}
1212
}

src/components/molecules/product-price/product-price.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.vf-m-product-price {
22
&.--small {
3-
&__oldprice {
3+
.vf-m-product-price__oldprice {
44
@apply text-xl;
55
}
6-
&__special {
6+
.vf-m-product-price__special {
77
@apply text-xl;
88
}
9-
&__price {
9+
.vf-m-product-price__price {
1010
@apply text-xl;
1111
}
1212
}

0 commit comments

Comments
 (0)