18 lines
270 B
CSS
18 lines
270 B
CSS
|
.pixwrapper{
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.priceandp{
|
||
|
margin-left: 26px;
|
||
|
}
|
||
|
.priceandp>p{
|
||
|
margin: 0;
|
||
|
font-family: 'Open Sans';
|
||
|
font-style: normal;
|
||
|
font-weight: 300;
|
||
|
font-size: 13px;
|
||
|
line-height: 18px;
|
||
|
color: #929292;
|
||
|
}
|