1. .percent_trend {
    2. display: inline-block;
    3. width: 0;
    4. height: 0;
    5. margin-right: 4px;
    6. border-right: 3px solid transparent;
    7. border-left: 3px solid transparent;
    8. &.up {
    9. border-bottom: 9px solid currentColor;
    10. }
    11. &.down {
    12. border-top: 9px solid currentColor;
    13. }
    14. }