mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-25 00:29:30 -05:00
8 lines
132 B
SCSS
8 lines
132 B
SCSS
.fa-thumb-tack.unpinned {
|
|
@include fa-icon-rotate(315deg, 1);
|
|
color: $primary;
|
|
}
|
|
|
|
.topic-statuses .fa {
|
|
padding-right: 3px;
|
|
}
|