mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-02 10:09:51 -04:00
rotated thumbtack glyph reverses left/right padding
This commit is contained in:
parent
cc695605b7
commit
26763c141c
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue