| @@ -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 | } |
| @@ -24,9 +28,9 @@ | ||
| 24 | 28 | color: #4d4d4d; |
| 25 | 29 | } |
| 26 | 30 | |
| 27 | 31 | .frm-block-intro-content select + span svg { |
| 28 | - margin: unset; | |
| 32 | + margin: unset; | |
| 29 | 33 | } |
| 30 | 34 | |
| 31 | 35 | .editor-styles-wrapper h2.frm-block-title { |
| 32 | 36 | color: #4d4d4d; |
| @@ -61,11 +65,8 @@ | ||
| 61 | 65 | } |
| 62 | 66 | |
| 63 | 67 | .frm-view-filter-component label { |
| 64 | 68 | font-weight: 600; |
| 65 | -} | |
| 66 | -.frm-view-filter-component .components-radio-control__option { | |
| 67 | - flex-wrap: wrap; | |
| 68 | 69 | } |
| 69 | 70 | |
| 70 | 71 | .components-panel__row.frm-row-small-top-margin { |
| 71 | 72 | margin-top: 5px; |