discourse/app/assets/stylesheets/common/select-kit/topic-notifications-button....

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

28 lines
412 B
SCSS
Raw Normal View History

#topic-footer-buttons {
.topic-notifications-button {
min-width: auto;
margin: 1em 0;
.btn {
margin: 0;
}
.reason {
display: inline;
2018-01-12 17:27:38 -05:00
line-height: $line-height-medium;
}
}
}
.topic-notifications-button .topic-notifications-options {
min-width: auto;
}
.topic-notifications-button {
2017-09-08 18:49:33 -04:00
margin: 0;
.topic-notifications-options {
display: inline-flex;
}
}