2017-09-09 02:47:39 +08:00
|
|
|
#topic-footer-buttons {
|
2017-09-10 02:29:07 +08:00
|
|
|
.topic-notifications-button {
|
2017-09-09 02:47:39 +08:00
|
|
|
min-width: auto;
|
2017-09-09 08:28:51 +08:00
|
|
|
margin: 10px 0 15px 0;
|
2017-09-09 02:47:39 +08:00
|
|
|
|
|
|
|
.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;
|
2017-09-09 02:47:39 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-10 02:29:07 +08:00
|
|
|
.topic-notifications-button .topic-notifications-options {
|
2017-09-09 02:47:39 +08:00
|
|
|
min-width: auto;
|
|
|
|
}
|
|
|
|
|
2017-09-10 02:29:07 +08:00
|
|
|
.topic-notifications-button {
|
2017-10-20 03:51:08 +08:00
|
|
|
display: -webkit-inline-box;
|
|
|
|
display: -ms-inline-flexbox;
|
2017-09-09 02:47:39 +08:00
|
|
|
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;
|
2017-09-09 02:47:39 +08:00
|
|
|
|
2017-09-13 16:24:02 +08:00
|
|
|
.topic-notifications-options {
|
2017-10-20 03:51:08 +08:00
|
|
|
display: -webkit-inline-box;
|
|
|
|
display: -ms-inline-flexbox;
|
2017-09-09 02:47:39 +08:00
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
}
|