proposal-stats.scss 322 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 .proposal-stats { font-weight: bold; .list-inline { margin: 10px 0; } li { margin: 0 5px; padding-left: 15px; &:first-child { padding-left: 0px; } } &-views {} &-up .glyphicon {color: #4ac97a; } &-down .glyphicon {color: #ef4a68; } }