summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/modules/contact-form/css/grunion.css')
-rw-r--r--plugins/jetpack/modules/contact-form/css/grunion.css12
1 files changed, 5 insertions, 7 deletions
diff --git a/plugins/jetpack/modules/contact-form/css/grunion.css b/plugins/jetpack/modules/contact-form/css/grunion.css
index be46a132..c2f55447 100644
--- a/plugins/jetpack/modules/contact-form/css/grunion.css
+++ b/plugins/jetpack/modules/contact-form/css/grunion.css
@@ -2,6 +2,10 @@
clear: both;
}
+.contact-form input {
+ font: inherit;
+}
+
.contact-form input::placeholder {
transition: opacity 0.3s ease-out;
}
@@ -131,12 +135,6 @@
flex: 0 0 100%;
}
-.wp-block-jetpack-button button {
- padding: 20px 30px;
- border: inherit;
- font: inherit;
-}
-
.wp-block-jetpack-button.alignright button {
float: right;
}
@@ -200,4 +198,4 @@
/* Make sure the set height of the Spacer block nested inside the Contact Form block is respected */
.wp-block-jetpack-contact-form .wp-block-spacer {
width: 100%;
-} \ No newline at end of file
+}