Continue comment form.

This commit is contained in:
Fabiano Alencar 2018-03-02 16:10:31 -03:00
parent 1676f33f5a
commit ada0f47ab9
1 changed files with 21 additions and 2 deletions

View File

@ -1,6 +1,13 @@
#comments{ #comments{
label[for=comment]{ div[for=comment]{
margin-left: 11.3rem; @media screen {
@media (min-width: 768px){
margin-left: 9rem;
}
}
.authenticated{
font-size: 0.7rem;
}
} }
form{ form{
&#form-comment{ &#form-comment{
@ -25,4 +32,16 @@
} }
} }
} }
.media{
.media-body{
h5{
a{
font-size: 0.9rem;
}
.comment-time{
font-size: 0.7rem;
}
}
}
}
} }