@@ -28,6 +28,7 @@
@import "separator/style";
@import "slideshow/style";
@import "spacer/style";
+@import "subscription/style";
@import "table/style";
@import "video/style";
@import "utilities/style"; // Import LAST to cascade properly
@@ -0,0 +1,6 @@
+.jetpack_subscription_widget {
+ input[type="text"] {
+ padding: #{map-deep-get($config-elements, "form", "padding")} !important;
+ width: 100% !important;
+ }
+}
@@ -1820,6 +1820,11 @@ hr.is-style-dots:before {
}
+.jetpack_subscription_widget input[type="text"] {
+ padding: 16px !important;
+
table,
.wp-block-table {
width: 100%;