Browse Source

Hever: Add style for Jetpack Subscription Form block

Thomas Guillot 6 years ago
parent
commit
d20ebe4290
2 changed files with 10 additions and 0 deletions
  1. 5 0
      hever/style-rtl.css
  2. 5 0
      hever/style.css

+ 5 - 0
hever/style-rtl.css

@@ -1861,6 +1861,11 @@ hr.is-style-dots:before {
 	}
 }
 
+.jetpack_subscription_widget input[type="text"] {
+	padding: 16px !important;
+	width: 100% !important;
+}
+
 table,
 .wp-block-table {
 	width: 100%;

+ 5 - 0
hever/style.css

@@ -1861,6 +1861,11 @@ hr.is-style-dots:before {
 	}
 }
 
+.jetpack_subscription_widget input[type="text"] {
+	padding: 16px !important;
+	width: 100% !important;
+}
+
 table,
 .wp-block-table {
 	width: 100%;