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

45 lines
736 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: scale-color($primary, $lightness: 50%);}
}
2015-04-10 17:00:50 -04:00
.cooked {
width: $topic-body-width;
float: left;
.wmd-input {
width: 98%;
height: 15em;
}
2015-04-10 17:00:50 -04:00
}
.queue-controls {
button {
float: left;
margin-right: 0.5em;
}
}
.post-title {
color: darken(dark-light-diff($primary, $secondary, 90%, -60%), 50%);
font-weight: bold;
.badge-wrapper {
margin-left: 1em;
}
2015-04-10 17:00:50 -04:00
}
}
}