mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
31 lines
486 B
SCSS
31 lines
486 B
SCSS
#topic-footer-buttons {
|
|
.topic-notifications-button {
|
|
min-width: auto;
|
|
margin: 10px 0 15px 0;
|
|
|
|
.btn {
|
|
margin: 0;
|
|
}
|
|
|
|
.reason {
|
|
line-height: 16px;
|
|
margin: 0 0 0 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.topic-notifications-button .topic-notifications-options {
|
|
min-width: auto;
|
|
}
|
|
|
|
.topic-notifications-button {
|
|
display: inline-flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
margin: 0;
|
|
|
|
.topic-notifications-options {
|
|
display: inline-flex;
|
|
}
|
|
}
|