| @@ -973,16 +973,12 @@ | ||
| 973 | 973 | padding:15px; |
| 974 | 974 | } |
| 975 | 975 | |
| 976 | 976 | .with_frm_style .frm_message p { |
| 977 | + margin-bottom: 5px; | |
| 977 | 978 | color: var(--success-text-color)<?php echo esc_html( $important ); ?>; |
| 978 | - margin-bottom: 0; | |
| 979 | 979 | } |
| 980 | 980 | |
| 981 | -.with_frm_style .frm_message > p:first-of-type { | |
| 982 | - margin-top: 0; | |
| 983 | -} | |
| 984 | - | |
| 985 | 981 | .with_frm_style .frm_message, |
| 986 | 982 | .frm_success_style { |
| 987 | 983 | margin: 5px 0 15px; |
| 988 | 984 | border: 1px solid var(--success-border-color); |
| @@ -1640,15 +1636,8 @@ | ||
| 1640 | 1636 | .with_frm_style .g-recaptcha iframe, |
| 1641 | 1637 | .with_frm_style .frm-g-recaptcha iframe{ |
| 1642 | 1638 | width:100%; |
| 1643 | 1639 | } |
| 1644 | -} | |
| 1645 | - | |
| 1646 | -.frm-card-element .sq-card-wrapper .sq-card-message { | |
| 1647 | - margin-bottom: 0; | |
| 1648 | -} | |
| 1649 | -.frm-card-errors:empty { | |
| 1650 | - margin: 0; | |
| 1651 | 1640 | } |
| 1652 | 1641 | <?php |
| 1653 | 1642 | |
| 1654 | 1643 | echo strip_tags( FrmStylesController::get_custom_css() ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped |