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

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