forked from M3-Academy/challenge-vtex-io
35 lines
449 B
CSS
35 lines
449 B
CSS
|
.pixPrice-container {
|
||
|
display: flex;
|
||
|
height: 39px;
|
||
|
margin-top: 8px;
|
||
|
}
|
||
|
|
||
|
.pixPrice-content {
|
||
|
display: flex;
|
||
|
gap: 26px;
|
||
|
}
|
||
|
|
||
|
.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;
|
||
|
}
|