PluginProbe
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More / 5.5.6
Formidable Forms – WordPress Form Builder for Contact Forms, Calculators, Quizzes & More v5.5.6
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 / welcome_screen.css

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

185 lines 2.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 body.frm-admin-page-welcome {
2 background: var(--sidebar-color);
3 color: var(--darkest-grey);
4 }
5
6 .frm_wrap {
7 max-width: 1092px;
8 margin: 62px auto 0;
9 padding: 0 20px;
10 }
11
12 .frm-button-secondary:hover {
13 background: transparent !important;
14 }
15
16 .frm-ws-block-1 h1 {
17 font-size: 30px;
18 line-height: 41px;
19 color: var(--darkest-grey);
20 }
21
22 .frm-ws-block-1 p {
23 font-size: 14px;
24 line-height: 25px;
25 opacity: 0.8;
26 }
27
28 #frm-connect-btns a {
29 border-radius: var(--border-radius);
30 margin: 16px 0;
31 padding: 12px 24px;
32 height: auto;
33 font-size: 15px;
34 line-height: 1;
35 }
36
37 #frm-connect-btns {
38 color: transparent; /* Hide the "or" */
39 opacity: 1;
40 }
41
42 #frm-using-lite {
43 display: none;
44 }
45
46 .frm-ws-block-1 .frm-bg-transparent {
47 margin-left: 16px;
48 }
49
50 .frm-ws-block-1 .frm-bg-transparent span {
51 color: var(--primary-color);
52 }
53
54 .frm-player {
55 overflow: hidden;
56 z-index: 1;
57 margin-left: 34px;
58 margin-top: 55px;
59 }
60
61 .frm-player iframe {
62 width: 100%;
63 max-width: 480px;
64 border-radius: 10px;
65 }
66
67 .frm-ws-block .frm-icon {
68 width: 40px;
69 height: 40px;
70 margin-right: 24px;
71
72 background: var(--primary-color);
73 border-radius: 4px;
74 }
75
76 .frm-ws-block h3 {
77 font-size: 14px;
78 color: rgba(40, 47, 54, 0.85);
79 margin: 2px 0;
80 }
81
82 .frm-ws-block p {
83 font-size: 13px;
84 opacity: 0.6;
85 margin: 0;
86 }
87
88 .frm-ws-block .frm-right-arrow {
89 height: 22px;
90 width: 19px;
91 align-self: center;
92 }
93
94 .frm-ws-block .frm-icon svg {
95 margin: 11px;
96 color: #FFFFFF;
97 }
98
99 .frm-ws-block .frm-icon-briefcase svg {
100 margin: 8px !important;
101 height: 24px;
102 width: 24px;
103 }
104
105 .frm-ws-block {
106 background: #FFFFFF;
107 border: 1px solid var(--sidebar-hover);
108 border-radius: 6px;
109 cursor: pointer;
110 padding: 24px;
111 display: flex;
112 }
113
114 .frm-fill {
115 flex: 1;
116 }
117
118 .frm-ws-carousel-wrapper h4 {
119 margin: 64px 0 20px;
120 font-size: 15px;
121 line-height: 157.9%;
122 color: rgba(40, 47, 54, 0.85);
123 }
124
125 .frm-ws-carousel-wrapper .frm3 {
126 background: #FFFFFF;
127 border-radius: 10px;
128 padding: 16px;
129 }
130
131 .frm-ws-carousel-wrapper .frm-icon {
132 height: 48px;
133 width: 48px;
134 background: var(--light-blue);
135 border-radius: 10px;
136 }
137
138 .frm-ws-carousel-wrapper .frm-icon svg {
139 width: 29px;
140 height: 29px;
141 margin: 9px;
142 color: #3F4B5B;
143 }
144
145 .frm-ws-carousel-wrapper h3 {
146 font-size: 14px;
147 line-height: 19px;
148 color: rgba(40, 47, 54, 0.85);
149 margin: 17px 0 8px;
150 }
151
152 .frm-ws-carousel-wrapper p {
153 font-size: 13px;
154 min-height: 80px;
155 line-height: 18px;
156 opacity: 0.6;
157 margin: 0;
158 }
159
160 .frm-ws-carousel-wrapper a {
161 font-size: 14px !important;
162 line-height: 19px;
163 text-align: center;
164 margin: 10px 0 0 !important;
165 }
166
167 .frm-top-spacing {
168 margin-top: 100px;
169 }
170
171 @media only screen and (max-width: 900px) {
172 .frm-ws-carousel-wrapper .frm3 {
173 grid-column:span 6 / span 6;
174 margin-bottom: 15px;
175 }
176 }
177
178 @media only screen and (max-width: 750px) {
179 .frm-player,
180 .frm-ws-block-1 {
181 text-align: center;
182 margin-left: 0;
183 }
184 }
185