discourse/app/assets/stylesheets/common/base/revise-and-reject-post-reviewable.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

47 lines
708 B
SCSS
Raw Normal View History

.modal.revise-and-reject-reviewable {
.modal-inner-container {
max-width: 30em;
}
.modal-body {
.control-label {
font-weight: 700;
}
.select-kit {
width: 100%;
summary {
height: 100%;
}
}
}
.revise-and-reject-reviewable__optional {
margin-left: 0.5em;
color: var(--primary-low-mid);
}
.revise-and-reject-reviewable__custom-reason {
width: 100%;
}
.revise-and-reject-reviewable__queued-post {
@extend .reviewable-item;
padding: 1em;
margin: 0 0 1em 0;
.post-topic .title-text {
font-size: var(--font-up-1);
}
.post-body {
margin: 0;
p {
margin: 0;
}
}
}
}