forked from M3-Academy/challenge-vtex-io
12 lines
162 B
CSS
12 lines
162 B
CSS
.PriceContent {
|
|
margin: 0;
|
|
font-weight: 400;
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
color: #929292;
|
|
}
|
|
|
|
.PriceContent:nth-child(1n) {
|
|
font-weight: 700;
|
|
}
|