Leven: Add style for Jetpack Subscription Form block
This commit is contained in:
parent
d70dc3fc77
commit
93396243f4
2 changed files with 10 additions and 0 deletions
|
@ -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%;
|
||||
|
|
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue