| 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 |
/* text-align: center !important; */ |
| 13 |
font-size: 14px !important; |
| 14 |
width: 100% !important; |
| 15 |
height: 40px !important; |
| 16 |
padding-top: 0 !important; |
| 17 |
padding-bottom: 0 !important; |
| 18 |
line-height: initial !important; |
| 19 |
} |
| 20 |
|
| 21 |
.components-panel__header.edit-post-sidebar-header button[aria-label="Unpin from toolbar"] { |
| 22 |
display: none; |
| 23 |
} |
| 24 |
|
| 25 |
.chart-builder-sidebar-content select { |
| 26 |
width: 95%; |
| 27 |
} |
| 28 |
|
| 29 |
.chart-builder-sidebar-content > div > div { |
| 30 |
text-align: center; |
| 31 |
} |
| 32 |
|
| 33 |
.chart-builder-sidebar-content label { |
| 34 |
width: 100%; |
| 35 |
text-align: left; |
| 36 |
padding: 4px; |
| 37 |
} |
| 38 |
|
| 39 |
.ays_chart_builder_block_container { |
| 40 |
box-sizing: border-box; |
| 41 |
} |
| 42 |
|
| 43 |
.ays-chart-container .ays-chart-section:first-of-type { |
| 44 |
display: block; |
| 45 |
} |
| 46 |
|
| 47 |
.ays-chart-container .ays-chart-section-footer, |
| 48 |
.ays-chart-container .ays-chart-answer, |
| 49 |
.ays-chart-container textarea, |
| 50 |
.ays-chart-container select, |
| 51 |
.ays-chart-container input { |
| 52 |
pointer-events: none; |
| 53 |
} |
| 54 |
|
| 55 |
.ays_chart_builder_block_select_chart { |
| 56 |
padding: 20px; |
| 57 |
display: flex; |
| 58 |
flex-direction: column; |
| 59 |
justify-content: flex-end; |
| 60 |
align-items: center; |
| 61 |
height: 200px; |
| 62 |
position: relative; |
| 63 |
z-index: 1; |
| 64 |
overflow: hidden; |
| 65 |
border: 1px solid; |
| 66 |
background-image: url(chart_logo.png); |
| 67 |
background-repeat: no-repeat; |
| 68 |
background-position: 50% 20%; |
| 69 |
background-size: 100px; |
| 70 |
} |
| 71 |
/* |
| 72 |
.ays_chart_builder_block_select_chart::before { |
| 73 |
content: ""; |
| 74 |
width: 400px; |
| 75 |
height: 200px; |
| 76 |
background-image: url("chart_logo.png"); |
| 77 |
background-size: cover; |
| 78 |
background-repeat: no-repeat; |
| 79 |
position: absolute; |
| 80 |
z-index: -1; |
| 81 |
top: 10px; |
| 82 |
right: -12%; |
| 83 |
opacity: .3; |
| 84 |
} |
| 85 |
|
| 86 |
|
| 87 |
.ays_chart_builder_block_select_chart p { |
| 88 |
text-align: center; |
| 89 |
margin: 0; |
| 90 |
} */ |