mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 07:51:36 +08:00
29 lines
352 B
SCSS
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;
|
|
}
|
|
}
|