Add some base comment styling

Ref #1197, #1111, #1181
This commit is contained in:
Ben Word
2014-11-11 11:34:38 -06:00
parent a56b8b4c3e
commit 6681d2480d
2 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,19 @@
.comment-list {
&:extend(.list-unstyled all);
}
.comment-list ol {
list-style: none;
}
.comment-form p {
&:extend(.form-group all);
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
&:extend(.form-control all);
}
.comment-form input[type="submit"] {
&:extend(.btn all);
&:extend(.btn-primary all);
}