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

38 lines
590 B
CSS

[class*="wrapperPix"] {
display: flex;
gap: 26px;
align-items: center;
margin-top: 8px;
}
[class*="wrapperPixImage"] {
width: 66px;
height: 24px;
}
[class*="wrapperPrices"] {
display: flex;
flex-direction: column;
}
[class*="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;
}
[class*="wrapperSubtitle"] {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-size: 13px;
line-height: 18px;
color: #929292;
margin: 0;
}