mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 10:08:20 -05:00
21 lines
300 B
SCSS
21 lines
300 B
SCSS
|
.queued-posts {
|
||
|
.queued-post {
|
||
|
padding: 1em 0;
|
||
|
|
||
|
.poster {
|
||
|
width: 70px;
|
||
|
float: left;
|
||
|
}
|
||
|
.cooked {
|
||
|
width: $topic-body-width;
|
||
|
float: left;
|
||
|
}
|
||
|
h4.title {
|
||
|
margin-bottom: 1em;
|
||
|
}
|
||
|
|
||
|
border-bottom: 1px solid darken(scale-color-diff(), 10%);
|
||
|
}
|
||
|
}
|
||
|
|