| @@ -3,11 +3,15 @@ | ||
| 3 | 3 | * |
| 4 | 4 | */ |
| 5 | 5 | |
| 6 | 6 | .frm-block-intro-screen .frm-block-intro-content { |
| 7 | + display: -ms-flexbox; | |
| 7 | 8 | display: flex; |
| 9 | + -ms-flex-direction: column; | |
| 8 | 10 | flex-direction: column; |
| 11 | + -ms-flex-pack: center; | |
| 9 | 12 | justify-content: center; |
| 13 | + -ms-flex-align: center; | |
| 10 | 14 | align-items: center; |
| 11 | 15 | text-align: center; |
| 12 | 16 | font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif; |
| 13 | 17 | } |
| @@ -23,12 +27,8 @@ | ||
| 23 | 27 | margin-bottom: 12px; |
| 24 | 28 | color: #4d4d4d; |
| 25 | 29 | } |
| 26 | 30 | |
| 27 | -.frm-block-intro-content select + span svg { | |
| 28 | - margin: unset; | |
| 29 | -} | |
| 30 | - | |
| 31 | 31 | .editor-styles-wrapper h2.frm-block-title { |
| 32 | 32 | color: #4d4d4d; |
| 33 | 33 | font-weight: 500; |
| 34 | 34 | font-size: 1.3em; |
| @@ -41,19 +41,8 @@ | ||
| 41 | 41 | .frm-block-intro-content .cls-1.orange { |
| 42 | 42 | fill: #f05a24; |
| 43 | 43 | } |
| 44 | 44 | |
| 45 | -.frm-block-intro-content .dashicons-feedback, | |
| 46 | -.frm-block-intro-content .frm_white_label_icon { | |
| 47 | - width: 120px; | |
| 48 | - height: 120px; | |
| 49 | -} | |
| 50 | - | |
| 51 | -.frm-block-intro-content .dashicons-feedback::before, | |
| 52 | -.frm-block-intro-content .frm_white_label_icon::before { | |
| 53 | - font-size: 120px; | |
| 54 | -} | |
| 55 | - | |
| 56 | 45 | .frm-block-selector-screen { |
| 57 | 46 | margin-bottom: 15px; |
| 58 | 47 | } |
| 59 | 48 | |
| @@ -64,12 +53,8 @@ | ||
| 64 | 53 | .frm-view-filter-component label { |
| 65 | 54 | font-weight: 600; |
| 66 | 55 | } |
| 67 | 56 | |
| 68 | -.frm-view-filter-component .components-radio-control__option { | |
| 69 | - flex-wrap: wrap; | |
| 70 | -} | |
| 71 | - | |
| 72 | 57 | .components-panel__row.frm-row-small-top-margin { |
| 73 | 58 | margin-top: 5px; |
| 74 | 59 | } |
| 75 | 60 | |
| @@ -74,25 +59,5 @@ | ||
| 74 | 59 | } |
| 75 | 60 | |
| 76 | 61 | .frm-admin-loading { |
| 77 | 62 | width: 200px; |
| 78 | -} | |
| 79 | - | |
| 80 | -.editor-styles-wrapper .frm_repeat_buttons i { | |
| 81 | - | |
| 82 | - /* Avoid font-style: italic conflicts. The +/- icon should not be italic */ | |
| 83 | - font-style: unset; | |
| 84 | -} | |
| 85 | - | |
| 86 | -.editor-styles-wrapper .wp-block-post-content .with_frm_style .frm_repeat_buttons .frm_button { | |
| 87 | - | |
| 88 | - /* Prevent blue anchor text in Add/Remove buttons */ | |
| 89 | - color: var(--submit-text-color) !important; | |
| 90 | - | |
| 91 | - /* Ensure consistent background color on focus for Add/Remove buttons */ | |
| 92 | - background: var(--submit-bg-color) !important; | |
| 93 | -} | |
| 94 | - | |
| 95 | -/* Disables all interactions with form fields */ | |
| 96 | -.editor-styles-wrapper .frm_form_fields * { | |
| 97 | - pointer-events: none; | |
| 98 | 63 | } |