| @@ -3,15 +3,11 @@ | ||
| 3 | 3 | * |
| 4 | 4 | */ |
| 5 | 5 | |
| 6 | 6 | .frm-block-intro-screen .frm-block-intro-content { |
| 7 | - display: -ms-flexbox; | |
| 8 | 7 | display: flex; |
| 9 | - -ms-flex-direction: column; | |
| 10 | 8 | flex-direction: column; |
| 11 | - -ms-flex-pack: center; | |
| 12 | 9 | justify-content: center; |
| 13 | - -ms-flex-align: center; | |
| 14 | 10 | align-items: center; |
| 15 | 11 | text-align: center; |
| 16 | 12 | font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif; |
| 17 | 13 | } |
| @@ -28,9 +24,9 @@ | ||
| 28 | 24 | color: #4d4d4d; |
| 29 | 25 | } |
| 30 | 26 | |
| 31 | 27 | .frm-block-intro-content select + span svg { |
| 32 | - margin: unset; | |
| 28 | + margin: unset; | |
| 33 | 29 | } |
| 34 | 30 | |
| 35 | 31 | .editor-styles-wrapper h2.frm-block-title { |
| 36 | 32 | color: #4d4d4d; |
| @@ -45,8 +41,18 @@ | ||
| 45 | 41 | .frm-block-intro-content .cls-1.orange { |
| 46 | 42 | fill: #f05a24; |
| 47 | 43 | } |
| 48 | 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 | +.frm-block-intro-content .dashicons-feedback:before, | |
| 51 | +.frm-block-intro-content .frm_white_label_icon:before { | |
| 52 | + font-size:120px; | |
| 53 | +} | |
| 54 | + | |
| 49 | 55 | .frm-block-selector-screen { |
| 50 | 56 | margin-bottom: 15px; |
| 51 | 57 | } |
| 52 | 58 | |
| @@ -55,8 +61,11 @@ | ||
| 55 | 61 | } |
| 56 | 62 | |
| 57 | 63 | .frm-view-filter-component label { |
| 58 | 64 | font-weight: 600; |
| 65 | +} | |
| 66 | +.frm-view-filter-component .components-radio-control__option { | |
| 67 | + flex-wrap: wrap; | |
| 59 | 68 | } |
| 60 | 69 | |
| 61 | 70 | .components-panel__row.frm-row-small-top-margin { |
| 62 | 71 | margin-top: 5px; |