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

View File

@@ -2,11 +2,12 @@
@import "_bootstrap";
// Variable overrides and custom variables
@import "_variables";
@import "_variables";
// Roots
@import "_global"; // Base styling & custom mixins
@import "components/_buttons"; // Button tweaks
@import "components/_comments"; // Comment styling
@import "components/_forms"; // Form tweaks
@import "components/_media"; // WordPress media
@import "components/_wp-classes"; // WordPress generated classes