2017-09-08 20:47:39 +02:00
|
|
|
#topic-footer-buttons {
|
2017-09-09 20:29:07 +02:00
|
|
|
.topic-notifications-button {
|
2017-09-08 20:47:39 +02:00
|
|
|
min-width: auto;
|
2017-09-09 02:28:51 +02:00
|
|
|
margin: 10px 0 15px 0;
|
2017-09-08 20:47:39 +02:00
|
|
|
|
|
|
|
.btn {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.reason {
|
2018-01-12 17:27:38 -05:00
|
|
|
line-height: $line-height-medium;
|
2017-09-09 00:49:33 +02:00
|
|
|
margin: 0 0 0 10px;
|
2017-09-08 20:47:39 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-09-09 20:29:07 +02:00
|
|
|
.topic-notifications-button .topic-notifications-options {
|
2017-09-08 20:47:39 +02:00
|
|
|
min-width: auto;
|
|
|
|
}
|
|
|
|
|
2017-09-09 20:29:07 +02:00
|
|
|
.topic-notifications-button {
|
2017-10-19 12:51:08 -07:00
|
|
|
display: -webkit-inline-box;
|
|
|
|
display: -ms-inline-flexbox;
|
2017-09-08 20:47:39 +02:00
|
|
|
display: inline-flex;
|
2017-10-19 12:51:08 -07: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 00:49:33 +02:00
|
|
|
margin: 0;
|
2017-09-08 20:47:39 +02:00
|
|
|
|
2017-09-13 10:24:02 +02:00
|
|
|
.topic-notifications-options {
|
2017-10-19 12:51:08 -07:00
|
|
|
display: -webkit-inline-box;
|
|
|
|
display: -ms-inline-flexbox;
|
2017-09-08 20:47:39 +02:00
|
|
|
display: inline-flex;
|
|
|
|
}
|
|
|
|
}
|