Varia: Add style for Jetpack Subscription Form block
This commit is contained in:
parent
0afe9f26f9
commit
0e6e85265f
5 changed files with 17 additions and 0 deletions
|
@ -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
varia/sass/blocks/subscription/editor.scss
Normal file
0
varia/sass/blocks/subscription/editor.scss
Normal file
6
varia/sass/blocks/subscription/style.scss
Normal file
6
varia/sass/blocks/subscription/style.scss
Normal file
|
@ -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;
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
table,
|
||||
.wp-block-table {
|
||||
width: 100%;
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue