| 1 |
#winp-snippet-gb-content-tags { |
| 2 |
margin-top: 20px; |
| 3 |
padding: 20px; |
| 4 |
} |
| 5 |
div[data-type="wp-plugin-insert-php/winp-snippet"] { |
| 6 |
position: relative; |
| 7 |
background: #fbfbfb; |
| 8 |
border: 2px dashed #d6d6d6; |
| 9 |
} |
| 10 |
div[data-type="wp-plugin-insert-php/winp-snippet"]:before { |
| 11 |
display: block; |
| 12 |
position: absolute; |
| 13 |
top: -15px; |
| 14 |
left: 90%; |
| 15 |
width: 30px; |
| 16 |
height: 30px; |
| 17 |
content: ''; |
| 18 |
background: url(../img/snippet-cut.png) center no-repeat; |
| 19 |
} |
| 20 |
.winp-snippet-gb-container { |
| 21 |
font-size: 13px; |
| 22 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 23 |
} |
| 24 |
.winp-snippet-gb-container .editor-inserter { |
| 25 |
display: block; |
| 26 |
padding: 15px; |
| 27 |
} |
| 28 |
.winp-snippet-gb-container .block-list-appender__toggle { |
| 29 |
outline: 1px dashed #d2d2d2; |
| 30 |
background: #fbfbfb; |
| 31 |
} |
| 32 |
.winp-snippet-gb-container label { |
| 33 |
display: block; |
| 34 |
font-weight: 600; |
| 35 |
font-size: 14px; |
| 36 |
flex-shrink: 0; |
| 37 |
margin-bottom: 5px; |
| 38 |
} |
| 39 |
.winp-snippet-gb-container select { |
| 40 |
display: block; |
| 41 |
margin-bottom: 15px; |
| 42 |
width: 100%; |
| 43 |
color: inherit; |
| 44 |
line-height: inherit; |
| 45 |
font-size: 15px; |
| 46 |
border-radius: 0; |
| 47 |
} |
| 48 |
.winp-snippet-gb-container .editor-block-list__insertion-point-inserter { |
| 49 |
height: 32px; |
| 50 |
} |
| 51 |
/*# sourceMappingURL=snippet-block.css.map */ |