2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-07 12:02:53 +08:00

I can't deal with diagonal pushpins any more

This commit is contained in:
Jeff Atwood 2016-02-10 01:15:53 -08:00
parent 39aaa181e1
commit 32cc3a66c8

View file

@ -226,7 +226,7 @@ ol.category-breadcrumb {
} }
.fa-thumb-tack.unpinned { .fa-thumb-tack.unpinned {
@include fa-icon-rotate(315deg, 1); @include fa-icon-rotate(180deg, 1);
color: $primary; color: $primary;
} }