浏览代码

Brompton: Add style for Jetpack Subscription Form block

Thomas Guillot 6 年之前
父节点
当前提交
d70dc3fc77
共有 2 个文件被更改,包括 10 次插入0 次删除
  1. 5 0
      brompton/style-rtl.css
  2. 5 0
      brompton/style.css

+ 5 - 0
brompton/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,
 table,
 .wp-block-table {
 .wp-block-table {
 	width: 100%;
 	width: 100%;

+ 5 - 0
brompton/style.css

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