Files
sage/assets/styles/components/_comments.scss
2015-04-29 00:04:06 -05:00

20 lines
361 B
SCSS

.comment-list {
@include list-unstyled;
}
.comment-list ol {
list-style: none;
}
.comment-form p {
@extend .form-group;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
@extend .form-control;
}
.comment-form input[type="submit"] {
@extend .btn;
@extend .btn-primary;
}