scratched in view partials

This commit is contained in:
Mark Moser
2017-02-10 15:46:43 -06:00
parent 9c2b53aa79
commit 17d62131c9
5 changed files with 80 additions and 35 deletions

View File

@ -1,12 +1,14 @@
.admin-review {
counter-reset: question;
float: left;
width: 66%;
form {
margin-left: 2.3em;
position: relative;
&::before {
content: counter(question) ") ";
content: counter(question) ') ';
counter-increment: question;
font-size: 1.25em;
left: -1.8em;
@ -17,6 +19,27 @@
}
.review-comments {
float: right;
padding-left: 30px;
width: 33%;
.comment-message {
margin-right: 5px;
}
.comment-author {
font-size: 0.85em;
font-weight: 700;
margin-bottom: 30px;
text-align: right;
&:before {
content: '- ';
}
}
}
.review_meta {
@media screen and (min-width: 768px) {