rotated thumbtack glyph reverses left/right padding

This commit is contained in:
Jeff Atwood 2016-02-10 15:26:23 -08:00
parent cc695605b7
commit 26763c141c

View File

@ -228,6 +228,9 @@ ol.category-breadcrumb {
.fa-thumb-tack.unpinned {
@include fa-icon-rotate(180deg, 1);
color: $primary;
/* because it is rotated, right becomes left! */
padding-left: 3px;
padding-right: 0 !important;
}
.topic-statuses .fa {