summaryrefslogtreecommitdiff
path: root/design/sass/_comments.scss
diff options
context:
space:
mode:
Diffstat (limited to 'design/sass/_comments.scss')
-rw-r--r--design/sass/_comments.scss65
1 files changed, 16 insertions, 49 deletions
diff --git a/design/sass/_comments.scss b/design/sass/_comments.scss
index 1e254d6..7abbe83 100644
--- a/design/sass/_comments.scss
+++ b/design/sass/_comments.scss
@@ -62,61 +62,28 @@
p {
font-family: $fancy_serif;
}
-}
-.comment--form--header {
- margin-top: 2em;
-}
-.comment--form {
- margin: 0 auto;
- @include breakpoint(delta) {
- margin-left: 20%
- }
- label {
- display: block;
- font-weight: 500;
- letter-spacing: 1px;
- font-family: "Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
- @include fontsize(13);
- }
- input, textarea {
- padding: .25em;
- border: #c5c5c5 1px solid;
- border-radius: .125em;
- color: darken($body_font_light, 20);
- width: 100%;
- @include breakpoint(gamma) {
- width: 70%;
- }
- }
input[type="submit"] {
+ display: inline-block;
+ @include fancy_sans;
+ @include fontsize(14);
+ font-weight: 600;
width: auto;
- color: white;
- letter-spacing: 1px;
- background: $orange;
- font: bold .65em Verdana,sans-serif;
text-transform: uppercase;
- border: none;
- border-radius: .25em;
padding: 8px 12px 7px;
}
- blockquote {
- margin: 3em 0;
- p {
- @include fontsize(18);
- }
+ .submit {
+ @extend %clearfix;
+ display: block;
+ margin-right: 0;
}
- h2, h3 { text-align: left}
-}
-.comment--form--header-h1 {
- @include breakpoint(delta) {
- text-align: left;
- margin-left: 30%;
- @include fontsize(24);
+ .submit .btn {
+ float: right;
+ &:first-of-type {
+ margin-left: 5px;
+ }
}
}
-.cform-arc {
- @include breakpoint(delta) {
- margin-left: 30%;
- }
+.comment--form--header {
+ margin-top: 2em;
}
-
+