.node-stats {
width: 70px;
> dl.pairs.pairs--rows {
width: 55%;
&:first-child {
padding-left: 3px;
}
&:last-child {
padding-right: 5px;
}
}
.pairs--rows {
dt {
display: none;
}
dd {
&:before {
.m-faBase();
display: inline;
font-size: 15px;
padding-right: 5px;
font-style: normal;
}
}
&:nth-child(1) > dd:before {
content: "\f4ad";
}
&:nth-child(2) > dd:before {
content: "\f086";
}
}
}