Add gravatar image to new comment form

This commit is contained in:
riccardo
2019-10-02 15:26:32 +02:00
parent 034a5ab708
commit e8d7fcc359
6 changed files with 23 additions and 0 deletions

View File

@@ -4,6 +4,13 @@
.d-flex,
.my-3;
.currentUserAvatar {
@extend
.gravatar,
.align-self-end,
.mr-2;
}
.newCommentBody {
@extend
.form-control,