Use Bootstrap Sass by default
This commit is contained in:
19
assets/styles/components/_comments.scss
Normal file
19
assets/styles/components/_comments.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user