PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.2
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.2
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 5.2, at css/frm_blocks.css

68 lines 1.1 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: -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 font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
17 }
18
19 .frm-block-intro-content .frm-block-title {
20 margin-bottom: 10px;
21 font-size: 20px;
22 color: #535353;
23 }
24
25 .frm-block-intro-content svg {
26 margin-top: 32px;
27 margin-bottom: 12px;
28 color: #4d4d4d;
29 }
30
31 .frm-block-intro-content select + span svg {
32 margin: unset;
33 }
34
35 .editor-styles-wrapper h2.frm-block-title {
36 color: #4d4d4d;
37 font-weight: 500;
38 font-size: 1.3em;
39 }
40
41 .frm-block-intro-content .cls-1 {
42 fill: #4d4d4d;
43 }
44
45 .frm-block-intro-content .cls-1.orange {
46 fill: #f05a24;
47 }
48
49 .frm-block-selector-screen {
50 margin-bottom: 15px;
51 }
52
53 .frm-view-filter-component p {
54 margin-left: 28px;
55 }
56
57 .frm-view-filter-component label {
58 font-weight: 600;
59 }
60
61 .components-panel__row.frm-row-small-top-margin {
62 margin-top: 5px;
63 }
64
65 .frm-admin-loading {
66 width: 200px;
67 }
68