comment updates

This commit is contained in:
Mark Moser
2017-02-13 18:08:51 -06:00
parent 39ba1a8369
commit 906b62247b
6 changed files with 110 additions and 11 deletions

View File

@ -34,10 +34,42 @@
margin-bottom: 30px;
text-align: right;
&:before {
&::before {
content: '- ';
}
}
.comment-edit-stamp {
color: rgba($gray-dark, 0.65);
font-size: 0.75em;
text-align: right;
}
.comment-edit-btn {
cursor: pointer;
display: inline-block;
font-size: 0.85em;
font-weight: bold;
padding: 2px 5px;
&:hover {
background-color: $gray-base;
color: $gray-lighter;
}
}
.comment-edit-form {
display: none;
margin: 30px 0;
padding: 10px 0;
}
[type="checkbox"] {
&:checked + .comment-edit-form {
display: block;
}
}
}
.review_meta {