challenge-vtex-io/react/components/Example/styles.css

37 lines
539 B
CSS
Raw Normal View History

.wrapperPix {
display: flex;
gap: 26px;
align-items: center;
margin-top: 8px;
}
.wrapperPixImage {
width: 66px;
height: 24px;
}
.wrapperPrices {
display: flex;
flex-direction: column;
}
.wrapperTitle {
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 25px;
color: rgba(0, 0, 0, 0.58);
margin: 0;
}
.wrapperSubtitle {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-size: 13px;
line-height: 18px;
color: #929292;
margin: 0;
}