| @@ -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; |