| 1 |
/** |
| 2 |
* #.# Editor Styles |
| 3 |
* |
| 4 |
*/ |
| 5 |
|
| 6 |
.frm-block-intro-screen .frm-block-intro-content { |
| 7 |
display: -ms-flexbox; |
| 8 |
display: flex; |
| 9 |
-ms-flex-direction: column; |
| 10 |
flex-direction: column; |
| 11 |
-ms-flex-pack: center; |
| 12 |
justify-content: center; |
| 13 |
-ms-flex-align: center; |
| 14 |
align-items: center; |
| 15 |
text-align: center; |
| 16 |
background-color: #f3f3f4; |
| 17 |
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif; |
| 18 |
} |
| 19 |
|
| 20 |
.frm-block-intro-content .frm-block-title { |
| 21 |
margin-bottom: 10px; |
| 22 |
font-size: 20px; |
| 23 |
color: #535353; |
| 24 |
} |
| 25 |
|
| 26 |
.frm-block-intro-content svg { |
| 27 |
margin-top: 32px; |
| 28 |
margin-bottom: 12px; |
| 29 |
color: #4d4d4d; |
| 30 |
} |
| 31 |
|
| 32 |
.editor-styles-wrapper h2.frm-block-title { |
| 33 |
color: #4d4d4d; |
| 34 |
font-weight: 500; |
| 35 |
font-size: 1.3em; |
| 36 |
} |
| 37 |
|
| 38 |
.frm-block-intro-content .cls-1 { |
| 39 |
fill: #4d4d4d; |
| 40 |
} |
| 41 |
|
| 42 |
.frm-block-intro-content .cls-1.orange { |
| 43 |
fill: #f05a24; |
| 44 |
} |
| 45 |
|
| 46 |
.frm-block-selector-screen { |
| 47 |
margin-bottom: 15px; |
| 48 |
} |
| 49 |
|
| 50 |
.frm-view-filter-component p { |
| 51 |
margin-left: 28px; |
| 52 |
} |
| 53 |
|
| 54 |
.frm-view-filter-component label { |
| 55 |
font-weight: 600; |
| 56 |
} |
| 57 |
|
| 58 |
.components-panel__row.frm-row-small-top-margin { |
| 59 |
margin-top: 5px; |
| 60 |
} |
| 61 |
|
| 62 |
.frm-admin-loading { |
| 63 |
width: 200px; |
| 64 |
} |
| 65 |
|