discourse/app/assets/stylesheets/desktop/queued-posts.scss

44 lines
756 B
SCSS
Raw Normal View History

2015-04-10 17:00:50 -04:00
.queued-posts {
.queued-post {
padding: 1em 0;
.poster {
width: 70px;
float: left;
}
2015-04-20 16:34:36 -04:00
.post-info {
display: inline-block;
float: right;
font-size: 0.929em;
margin-top: 1px;
span {color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%)); }
2015-04-20 16:34:36 -04:00
}
2015-04-10 17:00:50 -04:00
.cooked {
width: $topic-body-width;
float: left;
.d-editor-input {
width: 98%;
height: 15em;
}
2015-04-10 17:00:50 -04:00
}
.queue-controls {
button {
float: left;
margin-right: 0.5em;
}
}
.post-title {
2017-06-11 22:20:14 -04:00
color: $primary-medium;
font-weight: bold;
.badge-wrapper {
margin-left: 1em;
}
2015-04-10 17:00:50 -04:00
}
}
}