mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 17:53:23 +08: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%);
|
|
}
|
|
}
|
|
|