mirror of
https://github.com/discourse/discourse.git
synced 2025-01-18 21:12:45 +08: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 {
|
.fa-thumb-tack.unpinned {
|
||||||
@include fa-icon-rotate(180deg, 1);
|
@include fa-icon-rotate(180deg, 1);
|
||||||
color: $primary;
|
color: $primary;
|
||||||
|
/* because it is rotated, right becomes left! */
|
||||||
|
padding-left: 3px;
|
||||||
|
padding-right: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-statuses .fa {
|
.topic-statuses .fa {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user