| 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: sub; |
| 10 |
} |
| 11 |
|
| 12 |
/* Block editor */ |
| 13 |
.wp-block .convertkit-no-content { |
| 14 |
padding: 90px 20px 20px 20px; |
| 15 |
background: url(../images/kit-logo.svg) 50% 25px no-repeat; |
| 16 |
background-size: 75px auto; |
| 17 |
background-color: #fff; |
| 18 |
border: 1px solid #000; |
| 19 |
font-size: 16px; |
| 20 |
text-align: center; |
| 21 |
color: #000; |
| 22 |
} |
| 23 |
|
| 24 |
.wp-block .convertkit-no-content iframe { |
| 25 |
max-width: 400px; |
| 26 |
} |
| 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 |
} |
| 47 |
|
| 48 |
.convertkit-popover .components-popover__content { |
| 49 |
width: 300px; |
| 50 |
padding: 15px; |
| 51 |
} |
| 52 |
|