53 lines
847 B
SCSS
53 lines
847 B
SCSS
.queued-posts {
|
|
.queued-post {
|
|
padding: 1em 0;
|
|
|
|
.poster {
|
|
width: 70px;
|
|
float: left;
|
|
}
|
|
.post-info {
|
|
display: inline-block;
|
|
float: right;
|
|
font-size: $font-down-1;
|
|
margin-top: 1px;
|
|
span {color: dark-light-choose($primary-medium, $secondary-medium); }
|
|
}
|
|
|
|
.cooked {
|
|
width: $topic-body-width;
|
|
float: left;
|
|
|
|
.d-editor-input {
|
|
width: 98%;
|
|
height: 15em;
|
|
}
|
|
}
|
|
|
|
.tag-chooser {
|
|
width: 100%;
|
|
margin-bottom: .5em;
|
|
|
|
.select-kit-collection {
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.queue-controls {
|
|
button {
|
|
float: left;
|
|
margin-right: 0.5em;
|
|
}
|
|
}
|
|
.post-title {
|
|
color: $primary-medium;
|
|
font-weight: bold;
|
|
|
|
.badge-wrapper {
|
|
margin-left: 1em;
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|