challenge-vtex-io-samuelcon.../react/imagempix.css

24 lines
410 B
CSS
Raw Normal View History

2023-01-30 18:01:27 +00:00
.pixwrapper{
display: flex;
flex-direction: row;
align-items: center;
}
.priceandp{
margin-left: 26px;
2023-01-30 19:47:51 +00:00
font-family: 'Open Sans';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 25px;
color: rgba(0, 0, 0, 0.58);
2023-01-30 18:01:27 +00:00
}
.priceandp>p{
margin: 0;
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-size: 13px;
line-height: 18px;
color: #929292;
}