PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.9.1
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.9.1
2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 1.1.2 All 80 releases
ablocks / assets / build / blocks / form-builder / style.css

style.css in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.9.1, at assets/build/blocks/form-builder/style.css

245 lines 5.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .ablocks-block--form-builder {
2 padding: 20px;
3 border: 2px solid gray;
4 background: #FFFFFF;
5 border-radius: 5px;
6 }
7
8 .ablocks-block--form-builder .block-editor-button-block-appender {
9 height: 60px;
10 margin: 10px 0;
11 }
12
13 .ablocks-block--form-builder .block-list-appender {
14 position: static;
15 }
16 .ablocks-block--form-builder form{
17 display: flex;
18 flex-wrap: wrap;
19 row-gap: 2px;
20 column-gap: 8px;
21 }
22
23 .ablocks-form-builder .ablocks-form-builder__fields {
24 width: 100%;
25 }
26
27 .ablocks-form-builder .ablocks-form-builder__submit-button {
28 margin-top: 5px;
29 }
30
31 /* Default Button */
32 .ablocks-form-builder .ablocks-form-builder__submit-button {
33 cursor: pointer;
34 border: none;
35 }
36 .ablocks-form-builder .ablocks-form-builder__submit-button--default {
37 padding: 6px 14px;
38 font-size: 14px;
39 width: 20%;
40 border-radius: 8px;
41 background: #13191B;
42 color: white;
43 font-family: Roboto;
44 font-size: 16px;
45 font-style: normal;
46 font-weight: 500;
47 line-height: 150%;
48 }
49 /* Small Button */
50 .ablocks-form-builder .ablocks-form-builder__submit-button--small {
51 padding: 8px 16px;
52 font-size: 14px;
53 width: 20%;
54 border-radius: 8px;
55 background: #13191B;
56 color: white;
57 font-family: Roboto;
58 font-size: 16px;
59 font-style: normal;
60 font-weight: 500;
61 line-height: 150%;
62 }
63
64 /* Medium Button */
65 .ablocks-form-builder .ablocks-form-builder__submit-button--medium {
66 padding: 12px 24px;
67 font-size: 16px;
68 width: 30%;
69 border-radius: 8px;
70 background: #13191B;
71 color: white;
72 font-family: Roboto;
73 font-size: 16px;
74 font-style: normal;
75 font-weight: 500;
76 line-height: 150%;
77 }
78
79 /* Large Button */
80 .ablocks-form-builder .ablocks-form-builder__submit-button--large {
81 padding: 16px 32px;
82 font-size: 18px;
83 width: 50%;
84 border-radius: 8px;
85 background: #13191B;
86 color: white;
87 font-family: Roboto;
88 font-size: 16px;
89 font-style: normal;
90 font-weight: 500;
91 line-height: 150%;
92 }
93
94 /* Extra Large Button */
95 .ablocks-form-builder .ablocks-form-builder__submit-button--extra-large {
96 padding: 18px 36px;
97 font-size: 20px;
98 width: 60%;
99 border-radius: 8px;
100 background: #13191B;
101 color: white;
102 font-family: Roboto;
103 font-size: 16px;
104 font-style: normal;
105 font-weight: 500;
106 line-height: 150%;
107 }
108
109 /* Full Width Button */
110 .ablocks-form-builder .ablocks-form-builder__submit-button--full-width {
111 padding: 14px 28px;
112 font-size: 16px;
113 width: 100%;
114 border-radius: 8px;
115 background: #13191B;
116 color: white;
117 font-family: Roboto;
118 font-size: 16px;
119 font-style: normal;
120 font-weight: 500;
121 line-height: 150%;
122 }
123
124 /* Label styling */
125 .ablocks-form-builder__label {
126 color: #0F0E16;
127 font-family: Roboto;
128 font-size: 16px;
129 font-style: normal;
130 font-weight: 400;
131 line-height: 150%;
132 }
133
134 .ablocks-form-builder input.ablocks-form-builder__input {
135 width: 100%;
136 /* padding: 10px 16px; */
137 box-sizing: border-box;
138 height: 49px;
139 /* border: 1px solid #A7AAAD; */
140 /* border-radius: 5px; */
141 color: #0F0E16;
142 }
143
144 .ablocks-form-builder input.ablocks-form-builder__input::placeholder {
145 color: #A7AAAD;
146 font-family: Roboto;
147 font-style: normal;
148 font-weight: 400;
149 line-height: 150%;
150 }
151
152 input.ablocks-form-builder__input:focus {
153 /* border: 5px solid #007cba !important; */
154 outline: none;
155 box-shadow: none;
156 }
157
158 .ablocks-feedback-messag .error-msg {
159 color: #f70404;
160 }
161
162 .ablocks-feedback-messag .success-msg {
163 color: rgb(14, 255, 14);
164 }
165
166 .ablocks-form-builder button[type="submit"].loading {
167 position: relative;
168 pointer-events: none;
169 /* Prevent clicking the button again while loading */
170 }
171
172 .ablocks-form-builder button[type="submit"].loading::after {
173 content: "";
174 position: absolute;
175 top: 40%;
176 left: 50%;
177 width: 20px;
178 height: 20px;
179 border: 3px solid #fff;
180 border-top: 3px solid transparent;
181 border-radius: 50%;
182 animation: spin 1s linear infinite;
183 transform: translate(-50%, -50%);
184 }
185
186 .ablocks-form-builder-toobar-button--active {
187 color: white;
188 }
189
190 .ablocks-form-builder-toobar-button--active::before {
191 background-color: #007cba;
192 /* Example color */
193 border: 1px solid black;
194 }
195 @keyframes spin {
196 0% {
197 transform: rotate(0deg);
198 }
199
200 100% {
201 transform: rotate(360deg);
202 }
203 }
204 .ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations>li{
205 height: 170px;
206 }
207 .ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations{
208 margin-top: 70px;
209 margin-bottom: 0;
210 margin-right: 0;
211 margin-left: 0;
212 }
213 .ablocks-form-builder-block-variation-picker .block-editor-block-variation-picker__variations span{
214 margin-top: 50px;
215 font-size: 13px;
216 font-weight: 700;
217 }
218 .ablocks-block--form-builder__navigator{
219 padding-top: 20px;
220 padding-left: 24px;
221 font-size: 16px;
222 }
223 .ablocks-block--form-builder__navigator a{
224 text-decoration: none;
225 }
226 .ablocks-block--form-builder__navigator .ablocks-block--form-builder__navigator-redirect-page a{
227 padding: 5px;
228 }
229
230 .ablocks-block--form-builder__feedback-message{
231 margin-top: 10px;
232 font-size: 16px;
233 text-align: center;
234 border-radius: 5px;
235 padding: 20px 10px;
236 }
237 .ablocks-block--form-builder__arrow-icon{
238 width: 14px;
239 padding-right: 5px;
240 fill: gray;
241 }
242 .ablocks-block--form-builder__feedback-message p{
243 margin: 0;
244 padding: 0;
245 }