PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 6.17
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v6.17
6.35 6.34 6.33.1 6.33 6.32.1 6.32 6.31 6.25 6.25.1 6.26 6.26.1 6.27 6.28 6.29 6.3 6.3.1 6.3.2 6.30 6.4 6.4.1 6.4.2 6.5 6.5.1 6.5.2 6.5.3 All 141 releases
formidable / css / frm_blocks.css

frm_blocks.css in Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More 6.17, at css/frm_blocks.css

94 lines 2.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * #.# Editor Styles
3 *
4 */
5
6 .frm-block-intro-screen .frm-block-intro-content {
7 display: flex;
8 flex-direction: column;
9 justify-content: center;
10 align-items: center;
11 text-align: center;
12 font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
13 }
14
15 .frm-block-intro-content .frm-block-title {
16 margin-bottom: 10px;
17 font-size: 20px;
18 color: #535353;
19 }
20
21 .frm-block-intro-content svg {
22 margin-top: 32px;
23 margin-bottom: 12px;
24 color: #4d4d4d;
25 }
26
27 .frm-block-intro-content select + span svg {
28 margin: unset;
29 }
30
31 .editor-styles-wrapper h2.frm-block-title {
32 color: #4d4d4d;
33 font-weight: 500;
34 font-size: 1.3em;
35 }
36
37 .frm-block-intro-content .cls-1 {
38 fill: #4d4d4d;
39 }
40
41 .frm-block-intro-content .cls-1.orange {
42 fill: #f05a24;
43 }
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
55 .frm-block-selector-screen {
56 margin-bottom: 15px;
57 }
58
59 .frm-view-filter-component p {
60 margin-left: 28px;
61 }
62
63 .frm-view-filter-component label {
64 font-weight: 600;
65 }
66 .frm-view-filter-component .components-radio-control__option {
67 flex-wrap: wrap;
68 }
69
70 .components-panel__row.frm-row-small-top-margin {
71 margin-top: 5px;
72 }
73
74 .frm-admin-loading {
75 width: 200px;
76 }
77
78 .editor-styles-wrapper .frm_repeat_buttons i {
79 /* Avoid font-style: italic conflicts. The +/- icon should not be italic */
80 font-style: unset;
81 }
82
83 .editor-styles-wrapper .wp-block-post-content .with_frm_style .frm_repeat_buttons .frm_button {
84 /* Prevent blue anchor text in Add/Remove buttons */
85 color: var(--submit-text-color) !important;
86 /* Ensure consistent background color on focus for Add/Remove buttons */
87 background: var(--submit-bg-color) !important;
88 }
89
90 /* Disables all interactions with form fields */
91 .editor-styles-wrapper .frm_form_fields * {
92 pointer-events: none;
93 }
94