Varia: Add style for Jetpack Subscription Form block

This commit is contained in:
Thomas Guillot 2019-08-02 14:09:58 +01:00
parent 0afe9f26f9
commit 0e6e85265f
5 changed files with 17 additions and 0 deletions

View file

@ -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

View file

@ -0,0 +1,6 @@
.jetpack_subscription_widget {
input[type="text"] {
padding: #{map-deep-get($config-elements, "form", "padding")} !important;
width: 100% !important;
}
}

View file

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

View file

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