| 1 |
/** |
| 2 |
* Define some sensible default styles for the form elements, |
| 3 |
* in case a theme doesn't define them. |
| 4 |
*/ |
| 5 |
.wp-block-convertkit-form-builder-field input, |
| 6 |
.wp-block-convertkit-form-builder-field textarea { |
| 7 |
width: 100%; |
| 8 |
margin: 0 0 20px 0; |
| 9 |
padding: 10px; |
| 10 |
box-sizing: border-box; |
| 11 |
font-family: inherit; |
| 12 |
} |
| 13 |
|
| 14 |
.wp-block-convertkit-form-builder-field label span.convertkit-form-builder-field-required { |
| 15 |
color: #f00; |
| 16 |
} |
| 17 |
|
| 18 |
form .convertkit-form-builder-subscribed-message { |
| 19 |
width: 100%; |
| 20 |
margin: 0 0 20px 0; |
| 21 |
box-sizing: border-box; |
| 22 |
} |
| 23 |
|