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

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-13 06:27:38 +08:00
line-height: $line-height-medium;
}
}
}
.topic-notifications-button .topic-notifications-options {
min-width: auto;
}
.topic-notifications-button {
2017-09-09 06:49:33 +08:00
margin: 0;
.topic-notifications-options {
display: inline-flex;
}
}