PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 3.4.4
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v3.4.4
3.4.4 3.4.3 3.4.2 3.4.1 3.4.0 3.3.9 3.3.8 3.3.7 3.3.6 3.3.5 3.3.4 3.3.3 3.3.2 3.3.1 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 All 197 releases
← All changes | resources/frontend/scss/_form-builder.scss +22 -0 3.3.8 → 3.4.4 View file →
@@ -10,8 +10,11 @@
10 10 margin: 0 0 20px 0;
11 11 padding: 10px;
12 12 box-sizing: border-box;
13 13 font-family: inherit;
14 +
15 + /* Leave room above the field when it's focused and scrolled to on error. */
16 + scroll-margin-top: 30px;
14 17 }
15 18
16 19 label {
17 20
@@ -26,6 +29,25 @@
26 29 .convertkit-form-builder-subscribed-message {
27 30 width: 100%;
28 31 margin: 0 0 20px 0;
29 32 box-sizing: border-box;
33 + }
34 +
35 + .convertkit-form-builder-notice {
36 + display: inline-block;
37 + width: 100%;
38 + scroll-margin-top: 30px;
39 + margin: 0 0 20px 0;
40 + padding: 0 0 0 30px;
41 + box-sizing: border-box;
42 + font-size: 12px;
43 + line-height: 24px;
44 + font-weight: 400;
45 + background-repeat: no-repeat;
46 + background-size: 24px 24px;
47 +
48 + &.convertkit-form-builder-notice-error {
49 + color: #d3434a;
50 + background-image: url(../images/error.svg);
51 + }
30 52 }
31 53 }