2017-09-02 01:50:31 +00:00
|
|
|
.threadPost {
|
2018-03-04 02:32:26 +00:00
|
|
|
//@include well();
|
|
|
|
//@include row();
|
|
|
|
margin-bottom: 0;
|
2017-09-02 01:50:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.threadPost.comment {
|
2018-03-04 02:32:26 +00:00
|
|
|
background-color: theme-color-bg("info");
|
2017-09-02 01:50:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.threadPost.setting {
|
2018-03-04 02:32:26 +00:00
|
|
|
background-color: theme-color-bg("success");
|
2017-09-02 01:50:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.threadPost.deleted {
|
2018-03-04 02:32:26 +00:00
|
|
|
background-color: theme-color-bg("warning");
|
2017-09-02 01:50:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.setting-post {
|
2018-03-04 02:32:26 +00:00
|
|
|
@extend .dropdown;
|
2017-09-02 01:50:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.setting-post-popout {
|
2018-03-04 02:32:26 +00:00
|
|
|
@extend .dropdown-menu;
|
2017-09-02 01:50:31 +00:00
|
|
|
display: block;
|
|
|
|
top: auto;
|
|
|
|
bottom: 100%;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
max-height: 250px;
|
|
|
|
overflow: scroll;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|