PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.3.3
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.3.3
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 3.10.4 All 148 releases
visualizer / classes / Visualizer / Gutenberg / src / style.scss

style.scss in Visualizer – Tables & Charts Manager with Built-in AI Generator 3.3.3, at classes/Visualizer/Gutenberg/src/style.scss

260 lines 4.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .visualizer-settings {
2 background-color: #f8f9f9;
3 font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
4 font-size: 13px;
5 position: relative;
6
7 .visualizer-settings__title {
8 margin: 0;
9 padding: 1.5rem 0;
10 text-align: center;
11 border-bottom: 1px solid #e6eaee;
12
13 .dashicon {
14 vertical-align: top;
15 margin-right: .25em;
16 }
17 }
18
19 .visualizer-settings__content {
20 padding: 2.5em 0;
21
22 .visualizer-settings__content-description {
23 margin: 0 0 1.5em 0;
24 font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
25 font-size: 18px;
26 text-align: center;
27 }
28
29 .visualizer-settings__content-option {
30 display: -webkit-box;
31 display: flex;
32 -webkit-box-align: start;
33 align-items: flex-start;
34 flex-wrap: wrap;
35 margin: 0 auto;
36 padding: 1.25em 1.5em;
37 max-width: 80%;
38 background: #fff;
39 border-width: 1px 1px 0;
40 border-style: solid;
41 border-color: #e6eaee;
42 cursor: pointer;
43
44 &.locked {
45 cursor: default;
46
47 &:hover {
48 background: #ffffff;
49 }
50 }
51
52 &:hover {
53 background: #f5f5f5;
54 }
55
56 &:last-of-type {
57 border-bottom-width: 1px;
58 }
59
60 .visualizer-settings__content-option-title {
61 max-width: 80%;
62 display: block;
63 font-size: 1.25em;
64 }
65
66 .visualizer-settings__content-option-icon {
67 align-self: center;
68 margin-left: auto;
69 color: #b9bcc2;
70
71 .dashicon {
72 height: 25px;
73 width: 25px;
74 }
75 }
76 }
77 }
78
79 .visualizer-settings__charts {
80 text-align: center;
81 padding-bottom: 25px;
82
83 .visualizer-settings__charts-grid {
84 display: grid;
85 grid-template-columns: 50% 50%;
86
87 .visualizer-settings__charts-single {
88 margin: 25px;
89 padding-bottom: 50px;
90 background-color: #efefef;
91 position: relative;
92
93 .visualizer-settings__charts-title {
94 padding: 10px;
95 font-weight: bold;
96 text-align: center;
97 }
98
99 .visualizer-settings__charts-controls {
100 width: 100%;
101 position: absolute;
102 bottom: 0;
103 padding: 10px;
104 font-weight: bold;
105 text-align: center;
106 cursor: pointer;
107 }
108 }
109 }
110
111 .dataTables_wrapper {
112 background: #fff;
113 padding: 10px;
114 }
115
116 .visualizer-no-charts {
117 padding-top: 25px;
118 }
119 }
120
121 .visualizer-settings__chart {
122 text-align: center;
123
124 .dataTables_wrapper {
125 background: #fff;
126 padding: 10px;
127 }
128 }
129
130 .visualizer-settings__controls {
131 margin: 0;
132 padding: 1.5rem 0;
133 text-align: center;
134 border-top: 1px solid #e6eaee;
135 }
136 }
137
138 .visualizer-advanced-panel {
139 &.components-panel__body.is-opened {
140 > .components-panel__body-title {
141 margin-bottom: 0;
142 }
143 }
144 }
145
146 .visualizer-inner-sections {
147 background: #f8f9f9;
148
149 .components-panel__body-toggle {
150 &:hover {
151 background: #EEEEEE;
152 }
153 }
154
155 ul {
156 &.visualizer-list {
157 list-style: disc;
158 margin-left: 15px;
159 }
160 }
161 }
162
163 .components-panel__body-button {
164 .components-panel__body-toggle {
165 &.components-button {
166 .dashicons-admin-tools {
167 margin: -2px 6px -2px 0;
168 }
169
170 .dashicons-admin-users {
171 margin: -2px 6px -2px 0;
172 }
173
174 .components-panel__arrow {
175 width: 48px;
176 height: 48px;
177 right: 0;
178 border-top: 1px solid #ddd;
179 transform: translateY(-50%) rotate(270deg);
180 }
181 }
182 }
183
184 &.visualizer-panel-back {
185 .components-panel__body-title {
186 background: #f3f3f3;
187
188 &:hover {
189 background: #f3f3f3;
190 }
191
192 .components-panel__body-toggle {
193 margin: 10px 0;
194 background: #fff;
195
196 &.components-button {
197 padding-left: 60px;
198
199 &:hover {
200 .components-panel__arrow {
201 background: #f3f3f3;
202 border-width: 1px 1px 0 1px;
203 border-color: #ddd;
204 border-style: solid;
205 }
206 }
207
208 .components-panel__arrow {
209 left: 0;
210 transform: translateY(-50%) rotate(90deg);
211 }
212 }
213 }
214 }
215 }
216 }
217
218 .visualizer-chart-editor {
219 max-width: 100%;
220 margin: 25px 25px 0;
221
222 .htEditor {
223 margin-bottom: 20px;
224
225 .htRowHeaders {
226 height: auto !important;
227 width: auto !important;
228 }
229
230 .ht_master {
231 .wtHolder {
232 height: auto !important;
233 width: auto !important;
234 }
235 }
236 }
237 }
238
239 .htContextMenu {
240 &:not( .htGhostTable ) {
241 z-index: 999999;
242 }
243 }
244
245 .htDatepickerHolder {
246 z-index: 999999 !important;
247 }
248
249 @media ( max-width: 768px ) {
250 .visualizer-settings {
251
252 .visualizer-settings__charts {
253
254 .visualizer-settings__charts-grid {
255 display: grid;
256 grid-template-columns: 100%;
257 }
258 }
259 }
260 }