mirror of
https://github.com/discourse/discourse.git
synced 2025-02-18 01:52:45 +08:00
27 lines
407 B
SCSS
27 lines
407 B
SCSS
.queued-posts {
|
|
.queued-post {
|
|
padding: 1em 0;
|
|
|
|
.poster {
|
|
width: 70px;
|
|
float: left;
|
|
}
|
|
.cooked {
|
|
width: $topic-body-width;
|
|
float: left;
|
|
}
|
|
|
|
.post-title {
|
|
color: darken(scale-color-diff(), 50%);
|
|
font-weight: bold;
|
|
|
|
.badge-wrapper {
|
|
margin-left: 1em;
|
|
}
|
|
}
|
|
|
|
border-bottom: 1px solid darken(scale-color-diff(), 10%);
|
|
}
|
|
}
|
|
|