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

26 lines
433 B
CSS
Raw Normal View History

2023-02-08 00:22:01 +00:00
.pixwrapper {
2023-01-30 18:01:27 +00:00
display: flex;
flex-direction: row;
align-items: center;
}
2023-02-08 00:22:01 +00:00
.priceandp {
2023-01-30 18:01:27 +00:00
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-02-08 00:22:01 +00:00
margin-top: 6px;
2023-01-30 18:01:27 +00:00
}
2023-02-08 00:22:01 +00:00
.priceandp>p {
2023-01-30 18:01:27 +00:00
margin: 0;
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
font-size: 13px;
line-height: 18px;
color: #929292;
2023-02-08 00:22:01 +00:00
}