浏览代码

Leven: Add style for Jetpack Subscription Form block

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

+ 5 - 0
leven/style-rtl.css

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

+ 5 - 0
leven/style.css

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