Merge branch 'feature/challenge-vtex-io'
This commit is contained in:
commit
7b76655539
@ -16,6 +16,7 @@
|
||||
}
|
||||
|
||||
[class*="price-value"] {
|
||||
margin: 0;
|
||||
font-weight: 700;
|
||||
font-size: 18px;
|
||||
line-height: 25px;
|
||||
@ -23,6 +24,7 @@
|
||||
}
|
||||
|
||||
[class*="price-discount"] {
|
||||
margin: 0;
|
||||
font-weight: 300;
|
||||
font-size: 13px;
|
||||
line-height: 18px;
|
||||
|
@ -42,6 +42,8 @@
|
||||
}
|
||||
|
||||
.listPrice--summary {
|
||||
display: block;
|
||||
margin: 0 0 8px;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
@ -76,7 +78,6 @@
|
||||
}
|
||||
|
||||
.sellingPrice--summary--hasListPrice {
|
||||
margin: 8px 0;
|
||||
font-weight: 700;
|
||||
font-size: 24px;
|
||||
line-height: 33px;
|
||||
|
@ -39,6 +39,8 @@
|
||||
}
|
||||
|
||||
.listPrice--summary {
|
||||
display: block;
|
||||
margin: 0 0 8px;
|
||||
font-weight: 400;
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
@ -76,7 +78,6 @@
|
||||
}
|
||||
|
||||
.sellingPrice--summary--hasListPrice {
|
||||
margin: 8px 0;
|
||||
font-weight: 700;
|
||||
font-size: 24px;
|
||||
line-height: 33px;
|
||||
|
Loading…
Reference in New Issue
Block a user