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

39 lines
759 B
SCSS
Raw Normal View History

#topic-footer-buttons {
.topic-notifications-button {
min-width: auto;
margin: 10px 0 15px 0;
.btn {
margin: 0;
}
.reason {
2018-01-12 17:27:38 -05:00
line-height: $line-height-medium;
2017-09-08 18:49:33 -04:00
margin: 0 0 0 10px;
}
}
}
.topic-notifications-button .topic-notifications-options {
min-width: auto;
}
.topic-notifications-button {
2017-10-19 15:51:08 -04:00
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
2017-10-19 15:51:08 -04:00
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
2017-09-08 18:49:33 -04:00
margin: 0;
.topic-notifications-options {
2017-10-19 15:51:08 -04:00
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
}