Continue comment form.
This commit is contained in:
parent
1676f33f5a
commit
ada0f47ab9
|
@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue