discourse/app/assets/stylesheets/desktop/queued-posts.scss
2015-04-15 15:29:37 -04:00

26 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%);
}
}