challenge-vtex-io-davi-klein/react/components/Prices/styles.css

66 lines
996 B
CSS

.pixWrapper {
display: flex;
}
.fullPrice {
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
font-size: 25px;
line-height: 38px;
color: #000000;
}
.installmentsNumberText {
font-family: "Open Sans";
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
color: #929292;
}
.BiginstallmentsNumberText {
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 22px;
color: #929292;
}
.pixWrapper {
display: flex;
gap: 26px;
margin-top: 8px;
}
.pixImage {
width: 66px;
height: 24px;
align-self: center;
}
.PixValues {
display: flex;
flex-direction: column;
}
.PixValuesPrice {
font-family: "Open Sans";
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 25px;
color: rgba(0, 0, 0, 0.58);
}
.PixValuesText {
font-family: "Open Sans";
font-style: normal;
font-weight: 300;
font-size: 13px;
line-height: 18px;
color: #929292;
}