Jeff Atwood 20780a1eee Revert "Merge branch 'master' of https://github.com/discourse/discourse"
This reverts commit e62a85cf6fd81a2a34aff6144bd36b9ac459964a, reversing
changes made to 2660c2e21d84bea667e1ea339f91cda352328062.
2020-05-22 20:25:56 -07:00

29 lines
352 B
SCSS

#topic-footer-buttons {
.pinned-button {
min-width: auto;
margin: 1em 0;
&.is-hidden {
display: none;
}
.btn {
margin: 0;
}
.reason {
display: inline;
line-height: $line-height-medium;
}
}
}
.pinned-button {
margin: 0;
min-width: auto;
.pinned-options {
display: inline;
}
}