PluginProbe
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages / 3.4.3
Kit (formerly ConvertKit) – Email Newsletter, Email Marketing, Membership, Subscribers and Landing Pages v3.4.3
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 2.3.1 All 196 releases
← All changes | resources/backend/css/gutenberg.css +35 -3 2.2.33.4.3 View file →
@@ -1,8 +1,20 @@
1 +/* Sidebar */
2 +.components-flex-item button.wp-convertkit-refresh-resources {
3 + margin: 24px 0 0 0;
4 + padding: 0;
5 + height: 40px;
6 +}
7 +
8 +.components-flex-item button.wp-convertkit-refresh-resources span.dashicons {
9 + vertical-align: middle;
10 +}
11 +
12 +/* Block editor */
1 13 .wp-block .convertkit-no-content {
2 - padding: 120px 20px 20px 20px;
3 - background: url(../images/convertkit-stacked.svg) 50% 20px no-repeat;
4 - background-size: 100px auto;
14 + padding: 90px 20px 20px 20px;
15 + background: url(../images/kit-logo.svg) 50% 25px no-repeat;
16 + background-size: 75px auto;
5 17 background-color: #fff;
6 18 border: 1px solid #000;
7 19 font-size: 16px;
8 20 text-align: center;
@@ -7,12 +19,32 @@
7 19 font-size: 16px;
8 20 text-align: center;
9 21 color: #000;
10 22 }
23 +
11 24 .wp-block .convertkit-no-content iframe {
12 25 max-width: 400px;
13 26 }
14 27
28 +.wp-block .convertkit-no-content button.is-link {
29 + display: block;
30 + margin: 0 auto;
31 + padding: calc(0.667em + 2px) calc(1.333em + 2px);
32 +}
33 +
34 +.wp-block .convertkit-no-content button.wp-convertkit-refresh-resources {
35 + position: absolute;
36 + top: 20px;
37 + right: 20px;
38 + line-height: 22px;
39 + width: auto;
40 +}
41 +
42 +.wp-block .convertkit-no-content .convertkit-progress-bar,
43 +.wp-block .convertkit-no-content .spinner {
44 + float: none;
45 + margin: 0 auto;
46 +}
15 47
16 48 .convertkit-popover .components-popover__content {
17 49 width: 300px;
18 50 padding: 15px;