forked from M3-Academy/challenge-vtex-io
36 lines
465 B
CSS
36 lines
465 B
CSS
.pixPrice-container {
|
|
display: flex;
|
|
height: 39px;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
.pixPrice-content {
|
|
display: flex;
|
|
gap: 26px;
|
|
width: 197px;
|
|
}
|
|
|
|
.pixPrice-img {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.pixPrice-value,
|
|
.pixPrice-text {
|
|
margin: 0;
|
|
}
|
|
|
|
.pixPrice-value {
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
font-size: 18px;
|
|
color: rgba(0, 0, 0, 0.58);
|
|
}
|
|
|
|
.pixPrice-text {
|
|
font-style: normal;
|
|
font-weight: 300;
|
|
font-size: 13px;
|
|
color: #929292;
|
|
}
|