mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 11:48:26 -06:00
rotated thumbtack glyph reverses left/right padding
This commit is contained in:
parent
cc695605b7
commit
26763c141c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user