fchat-rising/scss/_threads.scss

32 lines
543 B
SCSS
Raw Permalink Normal View History

2017-09-02 01:50:31 +00:00
.threadPost {
//@include well();
//@include row();
margin-bottom: 0;
2017-09-02 01:50:31 +00:00
}
.threadPost.comment {
background-color: theme-color-bg("info");
2017-09-02 01:50:31 +00:00
}
.threadPost.setting {
background-color: theme-color-bg("success");
2017-09-02 01:50:31 +00:00
}
.threadPost.deleted {
background-color: theme-color-bg("warning");
2017-09-02 01:50:31 +00:00
}
.setting-post {
@extend .dropdown;
2017-09-02 01:50:31 +00:00
}
.setting-post-popout {
@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;
}