Fix error after master merge because of new assets directory structure

This commit is contained in:
Ben Word
2015-01-09 19:15:24 -06:00
parent dadb2ce632
commit eaf4d7b73b

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);
}