|
@@ -975,7 +975,7 @@ textarea {
|
|
color: #060f29;
|
|
color: #060f29;
|
|
border: 0 solid #353a46;
|
|
border: 0 solid #353a46;
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
- padding: 8px 16px;
|
|
|
|
|
|
+ padding: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
input[type="text"]:focus,
|
|
input[type="text"]:focus,
|
|
@@ -1085,7 +1085,7 @@ input[type="submit"],
|
|
background-color: #CAAB57;
|
|
background-color: #CAAB57;
|
|
border-radius: 3px;
|
|
border-radius: 3px;
|
|
border-width: 0;
|
|
border-width: 0;
|
|
- padding: 8px 16px;
|
|
|
|
|
|
+ padding: 16px 16px;
|
|
}
|
|
}
|
|
|
|
|
|
button:before,
|
|
button:before,
|
|
@@ -1143,7 +1143,7 @@ input.has-focus[type="submit"],
|
|
color: #CAAB57;
|
|
color: #CAAB57;
|
|
background: transparent;
|
|
background: transparent;
|
|
border: 2px solid currentcolor;
|
|
border: 2px solid currentcolor;
|
|
- padding: 8px-2px 16px;
|
|
|
|
|
|
+ padding: 14px 16px;
|
|
}
|
|
}
|
|
|
|
|
|
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-focus {
|
|
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus, .wp-block-button.is-style-outline .wp-block-button__link.has-focus {
|
|
@@ -1940,7 +1940,7 @@ hr.wp-block-separator.is-style-dots:before {
|
|
}
|
|
}
|
|
|
|
|
|
.jetpack_subscription_widget input[type="text"] {
|
|
.jetpack_subscription_widget input[type="text"] {
|
|
- padding: 8px 16px !important;
|
|
|
|
|
|
+ padding: 16px !important;
|
|
width: 100% !important;
|
|
width: 100% !important;
|
|
}
|
|
}
|
|
|
|
|