| 1 |
.ays_chart_builder_block_select { |
| 2 |
width: 200px !important; |
| 3 |
} |
| 4 |
|
| 5 |
.ays_chart_builder_block_select_chart .ays_chart_builder_block_select { |
| 6 |
width: 100% !important; |
| 7 |
max-width: 350px !important; |
| 8 |
} |
| 9 |
|
| 10 |
|
| 11 |
.ays_chart_builder_block_select select { |
| 12 |
font-size: 14px !important; |
| 13 |
width: 100% !important; |
| 14 |
height: 40px !important; |
| 15 |
padding-top: 0 !important; |
| 16 |
padding-bottom: 0 !important; |
| 17 |
line-height: initial !important; |
| 18 |
} |
| 19 |
|
| 20 |
.components-panel__header.edit-post-sidebar-header button[aria-label="Unpin from toolbar"] { |
| 21 |
display: none; |
| 22 |
} |
| 23 |
|
| 24 |
.chart-builder-sidebar-content select { |
| 25 |
width: 95%; |
| 26 |
} |
| 27 |
|
| 28 |
.chart-builder-sidebar-content > div > div { |
| 29 |
text-align: center; |
| 30 |
} |
| 31 |
|
| 32 |
.chart-builder-sidebar-content label { |
| 33 |
width: 100%; |
| 34 |
text-align: left; |
| 35 |
padding: 4px; |
| 36 |
} |
| 37 |
|
| 38 |
.ays_chart_builder_block_container { |
| 39 |
box-sizing: border-box; |
| 40 |
} |
| 41 |
|
| 42 |
.ays-chart-container .ays-chart-section:first-of-type { |
| 43 |
display: block; |
| 44 |
} |
| 45 |
|
| 46 |
.ays-chart-container .ays-chart-section-footer, |
| 47 |
.ays-chart-container .ays-chart-answer, |
| 48 |
.ays-chart-container textarea, |
| 49 |
.ays-chart-container select, |
| 50 |
.ays-chart-container input { |
| 51 |
pointer-events: none; |
| 52 |
} |
| 53 |
|
| 54 |
.ays_chart_builder_block_select_chart { |
| 55 |
padding: 20px; |
| 56 |
display: flex; |
| 57 |
flex-direction: column; |
| 58 |
justify-content: flex-end; |
| 59 |
align-items: center; |
| 60 |
height: 200px; |
| 61 |
position: relative; |
| 62 |
z-index: 1; |
| 63 |
overflow: hidden; |
| 64 |
border: 1px solid; |
| 65 |
background-image: url(chart_logo.png); |
| 66 |
background-repeat: no-repeat; |
| 67 |
background-position: 50% 20%; |
| 68 |
background-size: 100px; |
| 69 |
} |