Skip to content

Instantly share code, notes, and snippets.

@hasinhayder
Forked from mosaddekhossain/comments.css
Created September 2, 2018 11:12
Show Gist options
  • Save hasinhayder/0666b9eff3136bf3407fe213ce24afbd to your computer and use it in GitHub Desktop.
Save hasinhayder/0666b9eff3136bf3407fe213ce24afbd to your computer and use it in GitHub Desktop.
flow blog comments and form css
//comments list
.single-post .commentlist {
margin-bottom: 3rem;
list-style: none;
padding-left: 0;
}
.single-post .commentlist li, .single-post .commentlist .comment-body {
margin-bottom: 3rem;
}
.single-post ul li {
color: #94989d;
}
.single-post .commentlist li, .single-post .commentlist .comment-body {
margin-bottom: 3rem;
}
.single-post .commentlist .comment-author img {
width: 64px;
height: 64px;
border-radius: 50%;
float: left;
margin-right: 1rem;
}
.single-post .commentlist .comment-metadata a {
color: #94989d;
}
.single-post .commentlist .comment-content {
width: 100%;
padding-left: 80px;
float: left;
box-sizing: border-box;
}
.single-post .commentlist .comment-content p {
margin-bottom: 10px;
color: #333;
}
.reply .comment-reply-link {
display: inline-block;
padding-left: 80px;
color: #0090b4;
font-size: 14px;
}
.single-post .commentlist .children {
list-style: none;
padding-left: 5rem;
}
.single-post .commentlist .comment-content p a {
color: #0090b4;
}
// comments form
.comments-form .form-group {
margin-bottom: 1.8rem;
}
.comments-form .form-control {
line-height: 2.8;
}
.btn-danger {
color: #fff;
border: none;
background: #ee6055;
}
.btn {
font-size: 16px;
font-weight: bold;
display: inline-block;
padding: 1rem 3rem;
text-transform: uppercase;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment