react-autoql 4.1.0 → 4.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/autoql.esm.css +954 -908
- package/dist/autoql.esm.css.gz +0 -0
- package/dist/autoql.esm.js +3 -22983
- package/dist/autoql.esm.js.gz +0 -0
- package/package.json +5 -7
package/dist/autoql.esm.css
CHANGED
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
.react-autoql-tooltip {
|
|
30
30
|
font-family: inherit;
|
|
31
31
|
letter-spacing: 0.04em;
|
|
32
|
+
text-align: left;
|
|
32
33
|
padding: 7px 15px;
|
|
33
34
|
opacity: 1 !important;
|
|
34
35
|
z-index: 99999 !important; }
|
|
@@ -71,199 +72,6 @@
|
|
|
71
72
|
100% {
|
|
72
73
|
left: 82%; } }
|
|
73
74
|
|
|
74
|
-
.filter-lock-menu {
|
|
75
|
-
z-index: 99999 !important;
|
|
76
|
-
transition: opacity 0.1s ease 0s !important;
|
|
77
|
-
border: 1px solid #ababab52;
|
|
78
|
-
border-radius: 4px;
|
|
79
|
-
box-shadow: 0px 0 8px rgba(0, 0, 0, 0.15);
|
|
80
|
-
opacity: 1;
|
|
81
|
-
min-width: 500px;
|
|
82
|
-
max-width: 70vw;
|
|
83
|
-
height: 350px;
|
|
84
|
-
background: var(--react-autoql-background-color-primary);
|
|
85
|
-
color: var(--react-autoql-text-color-primary); }
|
|
86
|
-
.filter-lock-menu .filter-lock-toast-container {
|
|
87
|
-
top: 0;
|
|
88
|
-
position: absolute; }
|
|
89
|
-
.filter-lock-menu .filter-lock-toast-container .Toastify__toast {
|
|
90
|
-
min-height: 48px; }
|
|
91
|
-
.filter-lock-menu .filter-lock-toast-container .Toastify__toast-body {
|
|
92
|
-
justify-content: center; }
|
|
93
|
-
.filter-lock-menu .filter-lock-toast-container .Toastify__toast-body > div:last-child {
|
|
94
|
-
flex: unset; }
|
|
95
|
-
|
|
96
|
-
.filter-lock-menu-content {
|
|
97
|
-
padding: 15px 20px;
|
|
98
|
-
display: flex;
|
|
99
|
-
flex-direction: column;
|
|
100
|
-
justify-content: stretch;
|
|
101
|
-
height: 100%; }
|
|
102
|
-
.filter-lock-menu-content.closed {
|
|
103
|
-
opacity: 0; }
|
|
104
|
-
.filter-lock-menu-content h3 {
|
|
105
|
-
margin-top: 3px;
|
|
106
|
-
margin-bottom: 15px;
|
|
107
|
-
color: var(--react-autoql-text-color-primary); }
|
|
108
|
-
.filter-lock-menu-content h4 {
|
|
109
|
-
margin-top: 3px;
|
|
110
|
-
margin-bottom: 5px;
|
|
111
|
-
color: var(--react-autoql-text-color-primary); }
|
|
112
|
-
.filter-lock-menu-content .react-autoql-condition-list-loading-container,
|
|
113
|
-
.filter-lock-menu-content .react-autoql-empty-condition-list,
|
|
114
|
-
.filter-lock-menu-content .react-autoql-filter-list-container {
|
|
115
|
-
flex: 1; }
|
|
116
|
-
.filter-lock-menu-content .filter-lock-menu-header {
|
|
117
|
-
flex: 0;
|
|
118
|
-
width: 100%;
|
|
119
|
-
display: flex;
|
|
120
|
-
align-items: flex-start;
|
|
121
|
-
justify-content: space-between; }
|
|
122
|
-
.filter-lock-menu-content .filter-lock-menu-header .filter-locking-close-btn {
|
|
123
|
-
border: none;
|
|
124
|
-
margin: 0;
|
|
125
|
-
padding: 0;
|
|
126
|
-
font-size: 20px; }
|
|
127
|
-
.filter-lock-menu-content .filter-lock-menu-footer {
|
|
128
|
-
width: 100%;
|
|
129
|
-
display: flex;
|
|
130
|
-
justify-content: flex-end; }
|
|
131
|
-
.filter-lock-menu-content .react-autoql-empty-condition-list {
|
|
132
|
-
opacity: 0.8;
|
|
133
|
-
width: 100%;
|
|
134
|
-
text-align: center;
|
|
135
|
-
padding-top: 70px; }
|
|
136
|
-
.filter-lock-menu-content .react-autoql-filter-list-container {
|
|
137
|
-
margin-top: 10px; }
|
|
138
|
-
.filter-lock-menu-content .react-autoql-filter-list-container .flex {
|
|
139
|
-
width: 100%;
|
|
140
|
-
display: flex;
|
|
141
|
-
flex-direction: row;
|
|
142
|
-
justify-content: space-between;
|
|
143
|
-
flex-wrap: nowrap;
|
|
144
|
-
white-space: nowrap;
|
|
145
|
-
margin-bottom: 4px; }
|
|
146
|
-
.filter-lock-menu-content .react-autoql-filter-list-container .flex .persist-toggle-column,
|
|
147
|
-
.filter-lock-menu-content .react-autoql-filter-list-container .flex .react-autoql-condition-table-list-item {
|
|
148
|
-
margin-right: 25px; }
|
|
149
|
-
.filter-lock-menu-content .react-autoql-filter-list-container .flex .react-autoql-remove-filter-icon {
|
|
150
|
-
cursor: pointer; }
|
|
151
|
-
.filter-lock-menu-content .react-autoql-filter-list-container .flex .react-autoql-remove-filter-icon:hover {
|
|
152
|
-
color: var(--react-autoql-danger-color); }
|
|
153
|
-
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-highlight-row {
|
|
154
|
-
background-color: var(--react-autoql-accent-color);
|
|
155
|
-
color: white;
|
|
156
|
-
-webkit-animation-name: highlightIn, highlightOut;
|
|
157
|
-
animation-name: highlightIn, highlightOut;
|
|
158
|
-
-webkit-animation-duration: 300ms, 300ms;
|
|
159
|
-
animation-duration: 300ms, 300ms;
|
|
160
|
-
-webkit-animation-delay: 0ms, 1000ms;
|
|
161
|
-
animation-delay: 0ms, 1000ms;
|
|
162
|
-
-webkit-animation-timing-function: ease-in, ease-out;
|
|
163
|
-
animation-timing-function: ease-in, ease-out;
|
|
164
|
-
-webkit-animation-iteration-count: 1, 1;
|
|
165
|
-
animation-iteration-count: 1, 1; }
|
|
166
|
-
.filter-lock-menu-content .react-autoql-condition-locking-input {
|
|
167
|
-
padding: 5px;
|
|
168
|
-
padding-left: 20px;
|
|
169
|
-
height: 32px;
|
|
170
|
-
box-sizing: border-box;
|
|
171
|
-
border-radius: 24px;
|
|
172
|
-
font-size: 12px;
|
|
173
|
-
font-family: inherit;
|
|
174
|
-
letter-spacing: 0.04em;
|
|
175
|
-
outline: none !important;
|
|
176
|
-
width: 100%;
|
|
177
|
-
font-family: inherit;
|
|
178
|
-
border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
|
|
179
|
-
background: var(--react-autoql-background-color-primary);
|
|
180
|
-
color: var(--react-autoql-text-color-primary); }
|
|
181
|
-
.filter-lock-menu-content .react-autoql-condition-locking-input:hover {
|
|
182
|
-
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }
|
|
183
|
-
.filter-lock-menu-content .react-autoql-condition-locking-input::-moz-placeholder {
|
|
184
|
-
color: rgba(var(--react-autoql-text-color-placeholder), 2) !important;
|
|
185
|
-
opacity: 0.5; }
|
|
186
|
-
.filter-lock-menu-content .react-autoql-condition-locking-input:-ms-input-placeholder {
|
|
187
|
-
color: rgba(var(--react-autoql-text-color-placeholder), 2) !important;
|
|
188
|
-
opacity: 0.5; }
|
|
189
|
-
.filter-lock-menu-content .react-autoql-condition-locking-input::placeholder {
|
|
190
|
-
color: rgba(var(--react-autoql-text-color-placeholder), 2) !important;
|
|
191
|
-
opacity: 0.5; }
|
|
192
|
-
.filter-lock-menu-content .react-autosuggest__container--open {
|
|
193
|
-
position: relative; }
|
|
194
|
-
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open {
|
|
195
|
-
background-color: var(--react-autoql-background-color-primary);
|
|
196
|
-
border: 1px solid var(--react-autoql-border-color);
|
|
197
|
-
color: var(--react-autoql-text-color-primary);
|
|
198
|
-
position: absolute;
|
|
199
|
-
padding: 10px 0;
|
|
200
|
-
display: block;
|
|
201
|
-
font-family: inherit;
|
|
202
|
-
font-size: 15px;
|
|
203
|
-
font-weight: normal;
|
|
204
|
-
z-index: 2;
|
|
205
|
-
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
|
|
206
|
-
text-align: left;
|
|
207
|
-
border-radius: 4px;
|
|
208
|
-
height: auto;
|
|
209
|
-
width: 100%;
|
|
210
|
-
max-height: 200px;
|
|
211
|
-
overflow-y: scroll !important; }
|
|
212
|
-
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open ul.filter-lock-suggestion-item {
|
|
213
|
-
cursor: pointer;
|
|
214
|
-
width: 100%;
|
|
215
|
-
columns: 2;
|
|
216
|
-
-webkit-columns: 2;
|
|
217
|
-
list-style: none;
|
|
218
|
-
-moz-columns: 2;
|
|
219
|
-
letter-spacing: 0.05em;
|
|
220
|
-
line-height: 22.5px;
|
|
221
|
-
padding: 0px 20px 3px 20px; }
|
|
222
|
-
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open .react-autosuggest__suggestion {
|
|
223
|
-
color: var(--react-autoql-text-color-primary); }
|
|
224
|
-
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open .react-autosuggest__suggestions-list {
|
|
225
|
-
margin: 0;
|
|
226
|
-
padding: 0;
|
|
227
|
-
list-style-type: none; }
|
|
228
|
-
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open .react-autosuggest__suggestion--highlighted {
|
|
229
|
-
background-color: rgba(0, 0, 0, 0.1) !important; }
|
|
230
|
-
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open .react-autosuggest__section-title {
|
|
231
|
-
padding: 10px 0 0 10px;
|
|
232
|
-
font-size: 12px;
|
|
233
|
-
color: #777; }
|
|
234
|
-
|
|
235
|
-
@-webkit-keyframes highlightOut {
|
|
236
|
-
100% {
|
|
237
|
-
background-color: var(--react-autoql-background-color-primary);
|
|
238
|
-
color: var(--react-autoql-text-color-primary); }
|
|
239
|
-
0% {
|
|
240
|
-
background-color: var(--react-autoql-accent-color);
|
|
241
|
-
color: white; } }
|
|
242
|
-
|
|
243
|
-
@keyframes highlightOut {
|
|
244
|
-
100% {
|
|
245
|
-
background-color: var(--react-autoql-background-color-primary);
|
|
246
|
-
color: var(--react-autoql-text-color-primary); }
|
|
247
|
-
0% {
|
|
248
|
-
background-color: var(--react-autoql-accent-color);
|
|
249
|
-
color: white; } }
|
|
250
|
-
|
|
251
|
-
@-webkit-keyframes highlightIn {
|
|
252
|
-
100% {
|
|
253
|
-
background-color: var(--react-autoql-accent-color);
|
|
254
|
-
color: white; }
|
|
255
|
-
0% {
|
|
256
|
-
background-color: var(--react-autoql-background-color-primary);
|
|
257
|
-
color: var(--react-autoql-text-color-primary); } }
|
|
258
|
-
|
|
259
|
-
@keyframes highlightIn {
|
|
260
|
-
100% {
|
|
261
|
-
background-color: var(--react-autoql-accent-color);
|
|
262
|
-
color: white; }
|
|
263
|
-
0% {
|
|
264
|
-
background-color: var(--react-autoql-background-color-primary);
|
|
265
|
-
color: var(--react-autoql-text-color-primary); } }
|
|
266
|
-
|
|
267
75
|
.react-autoql-bar-container {
|
|
268
76
|
position: relative;
|
|
269
77
|
display: flex;
|
|
@@ -562,49 +370,267 @@ span.react-autoql-icon {
|
|
|
562
370
|
font-weight: bold;
|
|
563
371
|
cursor: pointer; }
|
|
564
372
|
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
373
|
+
.filter-lock-menu {
|
|
374
|
+
z-index: 99999 !important;
|
|
375
|
+
transition: opacity 0.1s ease 0s !important;
|
|
376
|
+
border: 1px solid #ababab52;
|
|
377
|
+
border-radius: 4px;
|
|
378
|
+
box-shadow: 0px 0 8px rgba(0, 0, 0, 0.15);
|
|
379
|
+
opacity: 1;
|
|
380
|
+
min-width: 500px;
|
|
381
|
+
max-width: 70vw;
|
|
382
|
+
min-height: 350px;
|
|
383
|
+
max-height: 90vh;
|
|
384
|
+
background: var(--react-autoql-background-color-primary);
|
|
385
|
+
color: var(--react-autoql-text-color-primary);
|
|
386
|
+
overflow-y: auto !important; }
|
|
387
|
+
.filter-lock-menu .filter-lock-toast-container {
|
|
388
|
+
top: 0;
|
|
389
|
+
position: absolute; }
|
|
390
|
+
.filter-lock-menu .filter-lock-toast-container .Toastify__toast {
|
|
391
|
+
min-height: 48px; }
|
|
392
|
+
.filter-lock-menu .filter-lock-toast-container .Toastify__toast-body {
|
|
393
|
+
justify-content: center; }
|
|
394
|
+
.filter-lock-menu .filter-lock-toast-container .Toastify__toast-body > div:last-child {
|
|
395
|
+
flex: unset; }
|
|
396
|
+
.filter-lock-menu .include-exclude-toggle-group {
|
|
397
|
+
height: 23px;
|
|
398
|
+
font-size: 12px;
|
|
399
|
+
font-weight: 200; }
|
|
400
|
+
.filter-lock-menu .include-exclude-toggle-group .react-autoql-radio-btn.active {
|
|
401
|
+
background-color: var(--react-autoql-border-color); }
|
|
402
|
+
.filter-lock-menu .include-exclude-toggle-group :first-child.react-autoql-radio-btn:hover, .filter-lock-menu .include-exclude-toggle-group :first-child.react-autoql-radio-btn.active {
|
|
403
|
+
color: var(--react-autoql-accent-color);
|
|
404
|
+
border-color: var(--react-autoql-accent-color); }
|
|
405
|
+
.filter-lock-menu .include-exclude-toggle-group :nth-child(2).react-autoql-radio-btn:hover, .filter-lock-menu .include-exclude-toggle-group :nth-child(2).react-autoql-radio-btn.active {
|
|
406
|
+
color: var(--react-autoql-danger-color);
|
|
407
|
+
border-color: var(--react-autoql-danger-color); }
|
|
408
|
+
|
|
409
|
+
.filter-lock-menu-content {
|
|
410
|
+
padding: 15px 20px;
|
|
568
411
|
display: flex;
|
|
569
412
|
flex-direction: column;
|
|
570
|
-
justify-content:
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
.
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
.react-autoql-
|
|
413
|
+
justify-content: stretch;
|
|
414
|
+
height: 100%; }
|
|
415
|
+
.filter-lock-menu-content.closed {
|
|
416
|
+
opacity: 0; }
|
|
417
|
+
.filter-lock-menu-content h3 {
|
|
418
|
+
margin-top: 3px;
|
|
419
|
+
margin-bottom: 15px;
|
|
420
|
+
color: var(--react-autoql-text-color-primary); }
|
|
421
|
+
.filter-lock-menu-content h4 {
|
|
422
|
+
margin-top: 3px;
|
|
423
|
+
margin-bottom: 5px;
|
|
424
|
+
color: var(--react-autoql-text-color-primary);
|
|
425
|
+
display: inline-flex; }
|
|
426
|
+
.filter-lock-menu-content .react-autoql-condition-list-loading-container,
|
|
427
|
+
.filter-lock-menu-content .react-autoql-empty-condition-list,
|
|
428
|
+
.filter-lock-menu-content .react-autoql-filter-list-container {
|
|
429
|
+
flex: 1 1 245px; }
|
|
430
|
+
.filter-lock-menu-content .filter-lock-menu-header {
|
|
431
|
+
flex: 0;
|
|
432
|
+
width: 100%;
|
|
433
|
+
display: flex;
|
|
434
|
+
align-items: flex-start;
|
|
435
|
+
justify-content: space-between; }
|
|
436
|
+
.filter-lock-menu-content .filter-lock-menu-header .filter-locking-close-btn {
|
|
437
|
+
border: none;
|
|
438
|
+
margin: 0;
|
|
439
|
+
padding: 0;
|
|
440
|
+
font-size: 20px; }
|
|
441
|
+
.filter-lock-menu-content .filter-lock-menu-footer {
|
|
442
|
+
width: 100%;
|
|
443
|
+
display: flex;
|
|
444
|
+
justify-content: flex-end; }
|
|
445
|
+
.filter-lock-menu-content .react-autoql-empty-condition-list {
|
|
446
|
+
opacity: 0.8;
|
|
447
|
+
width: 100%;
|
|
448
|
+
text-align: center;
|
|
449
|
+
padding-top: 70px; }
|
|
450
|
+
.filter-lock-menu-content .react-autoql-filter-list-container {
|
|
451
|
+
margin: 10px 0; }
|
|
452
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .flex {
|
|
453
|
+
width: 100%;
|
|
454
|
+
display: flex;
|
|
455
|
+
flex-direction: row;
|
|
456
|
+
justify-content: space-between;
|
|
457
|
+
flex-wrap: nowrap;
|
|
458
|
+
margin-bottom: 4px; }
|
|
459
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .flex .persist-toggle-column,
|
|
460
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .flex .react-autoql-condition-table-list-item {
|
|
461
|
+
margin-right: 25px;
|
|
462
|
+
max-width: 350px; }
|
|
463
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .flex .react-autoql-remove-filter-icon {
|
|
464
|
+
cursor: pointer; }
|
|
465
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .flex .react-autoql-remove-filter-icon:hover {
|
|
466
|
+
color: var(--react-autoql-danger-color); }
|
|
467
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .filter-lock-category-title {
|
|
468
|
+
padding-right: 10px;
|
|
469
|
+
padding-top: 1px;
|
|
470
|
+
max-width: 195px;
|
|
471
|
+
overflow: hidden; }
|
|
472
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .persist-toggle-column .react-autoql-icon {
|
|
473
|
+
margin-left: 3px; }
|
|
474
|
+
.filter-lock-menu-content .react-autoql-filter-list-container .react-autoql-highlight-row {
|
|
475
|
+
background-color: var(--react-autoql-accent-color);
|
|
476
|
+
color: white;
|
|
477
|
+
-webkit-animation-name: highlightIn, highlightOut;
|
|
478
|
+
animation-name: highlightIn, highlightOut;
|
|
479
|
+
-webkit-animation-duration: 300ms, 300ms;
|
|
480
|
+
animation-duration: 300ms, 300ms;
|
|
481
|
+
-webkit-animation-delay: 0ms, 1000ms;
|
|
482
|
+
animation-delay: 0ms, 1000ms;
|
|
483
|
+
-webkit-animation-timing-function: ease-in, ease-out;
|
|
484
|
+
animation-timing-function: ease-in, ease-out;
|
|
485
|
+
-webkit-animation-iteration-count: 1, 1;
|
|
486
|
+
animation-iteration-count: 1, 1; }
|
|
487
|
+
.filter-lock-menu-content .react-autoql-condition-locking-input {
|
|
488
|
+
padding: 5px;
|
|
489
|
+
padding-left: 20px;
|
|
490
|
+
height: 32px;
|
|
491
|
+
box-sizing: border-box;
|
|
492
|
+
border-radius: 24px;
|
|
493
|
+
font-size: 12px;
|
|
494
|
+
font-family: inherit;
|
|
495
|
+
letter-spacing: 0.04em;
|
|
496
|
+
outline: none !important;
|
|
497
|
+
width: 100%;
|
|
498
|
+
font-family: inherit;
|
|
499
|
+
border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
|
|
500
|
+
background: var(--react-autoql-background-color-primary);
|
|
501
|
+
color: var(--react-autoql-text-color-primary); }
|
|
502
|
+
.filter-lock-menu-content .react-autoql-condition-locking-input:hover {
|
|
503
|
+
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }
|
|
504
|
+
.filter-lock-menu-content .react-autoql-condition-locking-input::-moz-placeholder {
|
|
505
|
+
color: rgba(var(--react-autoql-text-color-placeholder), 2) !important;
|
|
506
|
+
opacity: 0.5; }
|
|
507
|
+
.filter-lock-menu-content .react-autoql-condition-locking-input:-ms-input-placeholder {
|
|
508
|
+
color: rgba(var(--react-autoql-text-color-placeholder), 2) !important;
|
|
509
|
+
opacity: 0.5; }
|
|
510
|
+
.filter-lock-menu-content .react-autoql-condition-locking-input::placeholder {
|
|
511
|
+
color: rgba(var(--react-autoql-text-color-placeholder), 2) !important;
|
|
512
|
+
opacity: 0.5; }
|
|
513
|
+
.filter-lock-menu-content .react-autosuggest__container--open {
|
|
514
|
+
position: relative; }
|
|
515
|
+
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open {
|
|
516
|
+
background-color: var(--react-autoql-background-color-primary);
|
|
517
|
+
border: 1px solid var(--react-autoql-border-color);
|
|
518
|
+
color: var(--react-autoql-text-color-primary);
|
|
519
|
+
position: absolute;
|
|
520
|
+
padding: 10px 0;
|
|
521
|
+
display: block;
|
|
522
|
+
font-family: inherit;
|
|
523
|
+
font-size: 15px;
|
|
524
|
+
font-weight: normal;
|
|
525
|
+
z-index: 2;
|
|
526
|
+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
|
|
527
|
+
text-align: left;
|
|
528
|
+
border-radius: 4px;
|
|
529
|
+
height: auto;
|
|
530
|
+
width: 100%;
|
|
531
|
+
max-height: 200px;
|
|
532
|
+
overflow-y: scroll !important; }
|
|
533
|
+
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open ul.filter-lock-suggestion-item {
|
|
534
|
+
cursor: pointer;
|
|
535
|
+
width: 100%;
|
|
536
|
+
columns: 2;
|
|
537
|
+
-webkit-columns: 2;
|
|
538
|
+
list-style: none;
|
|
539
|
+
-moz-columns: 2;
|
|
540
|
+
letter-spacing: 0.05em;
|
|
541
|
+
line-height: 22.5px;
|
|
542
|
+
padding: 0px 20px 3px 20px; }
|
|
543
|
+
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open .react-autosuggest__suggestion {
|
|
544
|
+
color: var(--react-autoql-text-color-primary); }
|
|
545
|
+
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open .react-autosuggest__suggestions-list {
|
|
546
|
+
margin: 0;
|
|
547
|
+
padding: 0;
|
|
548
|
+
list-style-type: none; }
|
|
549
|
+
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open .react-autosuggest__suggestion--highlighted {
|
|
550
|
+
background-color: rgba(0, 0, 0, 0.1) !important; }
|
|
551
|
+
.filter-lock-menu-content .react-autosuggest__container--open .react-autosuggest__suggestions-container--open .react-autosuggest__section-title {
|
|
552
|
+
padding: 10px 0 0 10px;
|
|
553
|
+
font-size: 12px;
|
|
554
|
+
color: #777; }
|
|
555
|
+
|
|
556
|
+
@-webkit-keyframes highlightOut {
|
|
557
|
+
100% {
|
|
558
|
+
background-color: var(--react-autoql-background-color-primary);
|
|
559
|
+
color: var(--react-autoql-text-color-primary); }
|
|
560
|
+
0% {
|
|
561
|
+
background-color: var(--react-autoql-accent-color);
|
|
562
|
+
color: white; } }
|
|
563
|
+
|
|
564
|
+
@keyframes highlightOut {
|
|
565
|
+
100% {
|
|
566
|
+
background-color: var(--react-autoql-background-color-primary);
|
|
567
|
+
color: var(--react-autoql-text-color-primary); }
|
|
568
|
+
0% {
|
|
569
|
+
background-color: var(--react-autoql-accent-color);
|
|
570
|
+
color: white; } }
|
|
571
|
+
|
|
572
|
+
@-webkit-keyframes highlightIn {
|
|
573
|
+
100% {
|
|
574
|
+
background-color: var(--react-autoql-accent-color);
|
|
575
|
+
color: white; }
|
|
576
|
+
0% {
|
|
577
|
+
background-color: var(--react-autoql-background-color-primary);
|
|
578
|
+
color: var(--react-autoql-text-color-primary); } }
|
|
579
|
+
|
|
580
|
+
@keyframes highlightIn {
|
|
581
|
+
100% {
|
|
582
|
+
background-color: var(--react-autoql-accent-color);
|
|
583
|
+
color: white; }
|
|
584
|
+
0% {
|
|
585
|
+
background-color: var(--react-autoql-background-color-primary);
|
|
586
|
+
color: var(--react-autoql-text-color-primary); } }
|
|
587
|
+
|
|
588
|
+
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
|
|
589
|
+
.react-autoql-response-content-container {
|
|
590
|
+
position: relative;
|
|
591
|
+
display: flex;
|
|
592
|
+
flex-direction: column;
|
|
593
|
+
justify-content: center;
|
|
594
|
+
align-items: flex-start;
|
|
595
|
+
background-color: inherit;
|
|
596
|
+
font-size: 14px;
|
|
597
|
+
overflow: hidden;
|
|
598
|
+
max-height: 100%;
|
|
599
|
+
max-width: 100%;
|
|
600
|
+
width: 100%;
|
|
601
|
+
height: 100%;
|
|
602
|
+
color: var(--react-autoql-text-color-primary); }
|
|
603
|
+
.react-autoql-response-content-container .query-output-error-message,
|
|
604
|
+
.react-autoql-response-content-container .no-columns-error-message {
|
|
605
|
+
margin: auto; }
|
|
606
|
+
|
|
607
|
+
.react-autoql-response-content-container.table {
|
|
608
|
+
max-height: 100vh !important;
|
|
609
|
+
overflow-y: scroll;
|
|
610
|
+
scrollbar-width: none;
|
|
611
|
+
margin-bottom: 0 !important;
|
|
612
|
+
height: 100%;
|
|
613
|
+
width: 100%; }
|
|
614
|
+
|
|
615
|
+
.react-autoql-response-content-container.table::-webkit-scrollbar {
|
|
616
|
+
width: 0;
|
|
617
|
+
height: 0; }
|
|
618
|
+
|
|
619
|
+
.react-autoql-suggestion-btn {
|
|
620
|
+
padding: 6px 14px;
|
|
621
|
+
background: transparent;
|
|
622
|
+
font-family: inherit;
|
|
623
|
+
font-size: 12px;
|
|
624
|
+
margin-bottom: 5px;
|
|
625
|
+
outline: none !important;
|
|
626
|
+
cursor: pointer;
|
|
627
|
+
letter-spacing: 0.05em;
|
|
628
|
+
transition: all 0.1s ease;
|
|
629
|
+
border: 1px solid rgba(0, 0, 0, 0.15);
|
|
630
|
+
border-radius: 5px;
|
|
631
|
+
color: inherit; }
|
|
632
|
+
|
|
633
|
+
.react-autoql-suggestion-btn:hover {
|
|
608
634
|
border-color: transparent;
|
|
609
635
|
color: white;
|
|
610
636
|
background: var(--react-autoql-accent-color); }
|
|
@@ -756,18 +782,20 @@ span.react-autoql-icon {
|
|
|
756
782
|
z-index: 99999 !important;
|
|
757
783
|
/* necessary to show up on top of rc drawer */ }
|
|
758
784
|
|
|
759
|
-
.single-value-response {
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
.single-value-response.
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
785
|
+
.single-value-response-container {
|
|
786
|
+
width: 100%;
|
|
787
|
+
text-align: center; }
|
|
788
|
+
.single-value-response-container .single-value-response {
|
|
789
|
+
color: inherit;
|
|
790
|
+
cursor: unset;
|
|
791
|
+
font-size: 20px; }
|
|
792
|
+
.single-value-response-container .single-value-response:hover {
|
|
793
|
+
color: inherit; }
|
|
794
|
+
.single-value-response-container .single-value-response.with-drilldown:hover {
|
|
795
|
+
color: inherit;
|
|
796
|
+
text-decoration: underline;
|
|
797
|
+
font-weight: 600;
|
|
798
|
+
cursor: pointer; }
|
|
771
799
|
|
|
772
800
|
.react-autoql-query-validation-container {
|
|
773
801
|
width: 100%; }
|
|
@@ -1090,6 +1118,7 @@ span.react-autoql-icon {
|
|
|
1090
1118
|
line-height: 1.5em;
|
|
1091
1119
|
padding: 7px 15px;
|
|
1092
1120
|
transition: none;
|
|
1121
|
+
text-align: left;
|
|
1093
1122
|
opacity: 1 !important;
|
|
1094
1123
|
z-index: 99999 !important;
|
|
1095
1124
|
/* necessary to show up on top of rc drawer */ }
|
|
@@ -1394,222 +1423,6 @@ span.react-autoql-icon {
|
|
|
1394
1423
|
left: 0.5em;
|
|
1395
1424
|
top: -2px; }
|
|
1396
1425
|
|
|
1397
|
-
.react-autoql-notification-list-item {
|
|
1398
|
-
display: flex;
|
|
1399
|
-
flex-direction: column;
|
|
1400
|
-
flex-basis: auto;
|
|
1401
|
-
--accent-color: #26a7df;
|
|
1402
|
-
position: relative;
|
|
1403
|
-
overflow: hidden;
|
|
1404
|
-
background: var(--react-autoql-background-color-primary, #fff);
|
|
1405
|
-
border-radius: 4px;
|
|
1406
|
-
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
|
|
1407
|
-
margin-bottom: 8px;
|
|
1408
|
-
color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.6));
|
|
1409
|
-
font-family: var(--react-autoql-font-family), sans-serif;
|
|
1410
|
-
transition: all 1s ease;
|
|
1411
|
-
transition: height 0.3s cubic-bezier(0.26, 0.26, 0, 1);
|
|
1412
|
-
-webkit-animation: slideIn 0.5s cubic-bezier(0.26, 0.26, 0, 1);
|
|
1413
|
-
animation: slideIn 0.5s cubic-bezier(0.26, 0.26, 0, 1);
|
|
1414
|
-
-webkit-animation-fill-mode: both;
|
|
1415
|
-
animation-fill-mode: both;
|
|
1416
|
-
-webkit-animation-delay: 0s;
|
|
1417
|
-
animation-delay: 0s; }
|
|
1418
|
-
.react-autoql-notification-list-item .single-value-response {
|
|
1419
|
-
font-size: 32px;
|
|
1420
|
-
margin-top: -6px;
|
|
1421
|
-
opacity: 0.9; }
|
|
1422
|
-
.react-autoql-notification-list-item .viz-toolbar {
|
|
1423
|
-
position: relative;
|
|
1424
|
-
border: none; }
|
|
1425
|
-
.react-autoql-notification-list-item .viz-toolbar .react-autoql-toolbar-btn {
|
|
1426
|
-
height: 33px; }
|
|
1427
|
-
.react-autoql-notification-list-item .react-autoql-notification-details-title {
|
|
1428
|
-
font-weight: 600;
|
|
1429
|
-
padding-top: 20px;
|
|
1430
|
-
padding-bottom: 5px; }
|
|
1431
|
-
.react-autoql-notification-list-item.expanded .react-autoql-notification-list-item-header {
|
|
1432
|
-
border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.04)); }
|
|
1433
|
-
.react-autoql-notification-list-item .react-autoql-notification-details {
|
|
1434
|
-
overflow: hidden; }
|
|
1435
|
-
.react-autoql-notification-list-item.animation-complete .react-autoql-notification-details {
|
|
1436
|
-
overflow: auto; }
|
|
1437
|
-
.react-autoql-notification-list-item:hover:not(.expanded) {
|
|
1438
|
-
background-color: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.01)); }
|
|
1439
|
-
.react-autoql-notification-list-item:hover .react-autoql-notification-delete-icon {
|
|
1440
|
-
opacity: 1; }
|
|
1441
|
-
.react-autoql-notification-list-item.triggered .react-autoql-notification-display-name {
|
|
1442
|
-
color: var(--react-autoql-accent-color, #26a7df) !important; }
|
|
1443
|
-
.react-autoql-notification-list-item.triggered .react-autoql-notification-dismiss-btn {
|
|
1444
|
-
margin-top: 3px;
|
|
1445
|
-
color: var(--react-autoql-accent-color, #26a7df); }
|
|
1446
|
-
.react-autoql-notification-list-item.triggered .react-autoql-notification-alert-strip {
|
|
1447
|
-
opacity: 1; }
|
|
1448
|
-
.react-autoql-notification-list-item .react-autoql-notification-expanded-content {
|
|
1449
|
-
display: flex;
|
|
1450
|
-
flex-direction: column;
|
|
1451
|
-
justify-content: stretch;
|
|
1452
|
-
transition: height 0.2s ease;
|
|
1453
|
-
height: 0;
|
|
1454
|
-
opacity: 0; }
|
|
1455
|
-
.react-autoql-notification-list-item .react-autoql-notification-expanded-content.visible {
|
|
1456
|
-
height: 400px;
|
|
1457
|
-
opacity: 1; }
|
|
1458
|
-
.react-autoql-notification-list-item .react-autoql-notification-extra-content {
|
|
1459
|
-
flex: 0;
|
|
1460
|
-
flex-basis: 55px;
|
|
1461
|
-
text-align: center;
|
|
1462
|
-
padding: 8px;
|
|
1463
|
-
border-top: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
|
|
1464
|
-
.react-autoql-notification-list-item .react-autoql-notification-extra-content .notification-deleted-text {
|
|
1465
|
-
line-height: 40px;
|
|
1466
|
-
opacity: 0.6;
|
|
1467
|
-
font-style: italic; }
|
|
1468
|
-
.react-autoql-notification-list-item .react-autoql-notification-description {
|
|
1469
|
-
color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.6));
|
|
1470
|
-
opacity: 0.8;
|
|
1471
|
-
font-size: 14px; }
|
|
1472
|
-
.react-autoql-notification-list-item .react-autoql-notification-list-item-header {
|
|
1473
|
-
display: flex;
|
|
1474
|
-
flex-direction: row;
|
|
1475
|
-
justify-content: space-between;
|
|
1476
|
-
padding-left: 22px;
|
|
1477
|
-
cursor: pointer; }
|
|
1478
|
-
.react-autoql-notification-list-item .react-autoql-notification-query-title {
|
|
1479
|
-
flex: 0 0 auto;
|
|
1480
|
-
font-size: 14px;
|
|
1481
|
-
font-family: inherit;
|
|
1482
|
-
color: currentcolor;
|
|
1483
|
-
opacity: 0.9;
|
|
1484
|
-
font-weight: 600;
|
|
1485
|
-
border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
|
|
1486
|
-
text-align: center;
|
|
1487
|
-
margin: 0 10px;
|
|
1488
|
-
padding-top: 20px;
|
|
1489
|
-
padding-bottom: 7px; }
|
|
1490
|
-
.react-autoql-notification-list-item .react-autoql-notification-details-container {
|
|
1491
|
-
flex: 1;
|
|
1492
|
-
display: flex;
|
|
1493
|
-
flex-direction: row;
|
|
1494
|
-
align-items: stretch;
|
|
1495
|
-
justify-content: stretch;
|
|
1496
|
-
overflow: hidden; }
|
|
1497
|
-
.react-autoql-notification-list-item .react-autoql-notification-details-container .react-autoql-notification-details {
|
|
1498
|
-
flex: 1 1;
|
|
1499
|
-
padding: 20px;
|
|
1500
|
-
padding-top: 0;
|
|
1501
|
-
opacity: 0.9;
|
|
1502
|
-
border-left: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
|
|
1503
|
-
.react-autoql-notification-list-item .react-autoql-notification-data-container {
|
|
1504
|
-
display: flex;
|
|
1505
|
-
flex-direction: row;
|
|
1506
|
-
justify-content: stretch;
|
|
1507
|
-
flex: 3 3 0px;
|
|
1508
|
-
overflow: hidden; }
|
|
1509
|
-
.react-autoql-notification-list-item .react-autoql-notification-data-container .react-autoql-notificaton-chart-container {
|
|
1510
|
-
flex: 1;
|
|
1511
|
-
height: 100%;
|
|
1512
|
-
width: 0;
|
|
1513
|
-
display: flex;
|
|
1514
|
-
flex-direction: column;
|
|
1515
|
-
padding: 0px 20px 10px 20px; }
|
|
1516
|
-
.react-autoql-notification-list-item .react-autoql-notification-data-container .react-autoql-table-container {
|
|
1517
|
-
padding: 0 10px; }
|
|
1518
|
-
.react-autoql-notification-list-item .react-autoql-notification-data-container .react-autoql-table {
|
|
1519
|
-
opacity: 0.9;
|
|
1520
|
-
color: currentColor;
|
|
1521
|
-
font-size: 11px; }
|
|
1522
|
-
.react-autoql-notification-list-item .react-autoql-notification-data-title {
|
|
1523
|
-
line-height: 22px;
|
|
1524
|
-
font-size: 12px;
|
|
1525
|
-
text-align: right;
|
|
1526
|
-
color: var(--react-autoql-text-color-primary);
|
|
1527
|
-
opacity: 0.5;
|
|
1528
|
-
padding: 8px 20px; }
|
|
1529
|
-
.react-autoql-notification-list-item .react-autoql-notification-data-title span.react-autoql-icon svg {
|
|
1530
|
-
margin-top: -3px;
|
|
1531
|
-
vertical-align: middle; }
|
|
1532
|
-
.react-autoql-notification-list-item .react-autoql-notification-dismiss-icon {
|
|
1533
|
-
font-size: 21px;
|
|
1534
|
-
margin: 11px;
|
|
1535
|
-
width: 40px;
|
|
1536
|
-
height: 40px;
|
|
1537
|
-
padding: 10px;
|
|
1538
|
-
border-radius: 26px;
|
|
1539
|
-
display: inline-block;
|
|
1540
|
-
line-height: 20px;
|
|
1541
|
-
background-color: transparent;
|
|
1542
|
-
transition: background-color 0.2s ease;
|
|
1543
|
-
cursor: pointer; }
|
|
1544
|
-
.react-autoql-notification-list-item .react-autoql-notification-dismiss-icon:hover {
|
|
1545
|
-
background-color: var(--react-autoql-background-color-secondary, #ececec); }
|
|
1546
|
-
.react-autoql-notification-list-item .react-autoql-notification-delete-icon {
|
|
1547
|
-
font-size: 18px;
|
|
1548
|
-
margin-top: 3px;
|
|
1549
|
-
margin-right: 3px;
|
|
1550
|
-
opacity: 0;
|
|
1551
|
-
width: 36px;
|
|
1552
|
-
height: 36px;
|
|
1553
|
-
padding: 9px;
|
|
1554
|
-
border-radius: 20px;
|
|
1555
|
-
display: inline-block;
|
|
1556
|
-
line-height: 20px;
|
|
1557
|
-
background-color: transparent;
|
|
1558
|
-
transition: all 0.2s ease;
|
|
1559
|
-
cursor: pointer; }
|
|
1560
|
-
.react-autoql-notification-list-item .react-autoql-notification-delete-icon:hover {
|
|
1561
|
-
background-color: var(--react-autoql-background-color-secondary, #ececec); }
|
|
1562
|
-
.react-autoql-notification-list-item .react-autoql-notification-alert-icon {
|
|
1563
|
-
position: absolute;
|
|
1564
|
-
top: -7px;
|
|
1565
|
-
left: -7px;
|
|
1566
|
-
color: var(--react-autoql-accent-color, #26a7df);
|
|
1567
|
-
line-height: 10px;
|
|
1568
|
-
background: var(--react-autoql-background-color-primary, #fff);
|
|
1569
|
-
border-radius: 10px;
|
|
1570
|
-
font-size: 17px; }
|
|
1571
|
-
.react-autoql-notification-list-item .react-autoql-notification-alert-strip {
|
|
1572
|
-
height: 100%;
|
|
1573
|
-
opacity: 0;
|
|
1574
|
-
position: absolute;
|
|
1575
|
-
left: 0px;
|
|
1576
|
-
top: 0;
|
|
1577
|
-
width: 4px;
|
|
1578
|
-
background: var(--react-autoql-accent-color, #26a7df);
|
|
1579
|
-
transition-property: opacity;
|
|
1580
|
-
transition-duration: 0.2s;
|
|
1581
|
-
transition-timing-function: ease; }
|
|
1582
|
-
.react-autoql-notification-list-item .react-autoql-notification-viz-switcher {
|
|
1583
|
-
flex: 0 0 50px;
|
|
1584
|
-
padding: 10px;
|
|
1585
|
-
border-left: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
|
|
1586
|
-
.react-autoql-notification-list-item .react-autoql-notification-img-container {
|
|
1587
|
-
flex: 0 0 60px; }
|
|
1588
|
-
.react-autoql-notification-list-item .react-autoql-notification-img-container .react-autoql-notification-img {
|
|
1589
|
-
border-radius: 50px;
|
|
1590
|
-
height: 45px;
|
|
1591
|
-
width: 45px;
|
|
1592
|
-
line-height: 45px;
|
|
1593
|
-
font-size: 22px;
|
|
1594
|
-
color: white;
|
|
1595
|
-
background-color: var(--react-autoql-accent-color, #26a7df);
|
|
1596
|
-
text-align: center;
|
|
1597
|
-
margin-top: 13px;
|
|
1598
|
-
margin-right: 17px; }
|
|
1599
|
-
.react-autoql-notification-list-item .react-autoql-notification-display-name-container {
|
|
1600
|
-
flex: 1;
|
|
1601
|
-
line-height: 23px;
|
|
1602
|
-
padding: 13px 0px;
|
|
1603
|
-
transition: color 0.2s ease; }
|
|
1604
|
-
.react-autoql-notification-list-item .react-autoql-notification-display-name-container .react-autoql-notification-display-name {
|
|
1605
|
-
font-size: 18px;
|
|
1606
|
-
color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.7)); }
|
|
1607
|
-
.react-autoql-notification-list-item .react-autoql-notification-display-name-container .react-autoql-notification-timestamp {
|
|
1608
|
-
font-size: 12px;
|
|
1609
|
-
opacity: 0.5; }
|
|
1610
|
-
.react-autoql-notification-list-item .react-autoql-notification-display-name-container .react-autoql-notification-timestamp span.react-autoql-icon svg {
|
|
1611
|
-
margin-bottom: -1px; }
|
|
1612
|
-
|
|
1613
1426
|
.react-autoql-notification-settings {
|
|
1614
1427
|
background-color: var(--react-autoql-background-color-secondary);
|
|
1615
1428
|
color: var(--react-autoql-text-color-primary);
|
|
@@ -1704,48 +1517,6 @@ span.react-autoql-icon {
|
|
|
1704
1517
|
align-items: center;
|
|
1705
1518
|
margin-top: -25px; }
|
|
1706
1519
|
|
|
1707
|
-
.notification-rule-add-btn-outer,
|
|
1708
|
-
.notification-rule-validate-btn-outer {
|
|
1709
|
-
text-align: center;
|
|
1710
|
-
border-style: dashed !important;
|
|
1711
|
-
height: 38px;
|
|
1712
|
-
line-height: 25px;
|
|
1713
|
-
margin: 0 !important;
|
|
1714
|
-
overflow: hidden; }
|
|
1715
|
-
|
|
1716
|
-
.notification-rule-outer-container {
|
|
1717
|
-
position: relative;
|
|
1718
|
-
border: 1px solid transparent;
|
|
1719
|
-
border-radius: 4px; }
|
|
1720
|
-
.notification-rule-outer-container.outlined {
|
|
1721
|
-
border-color: rgba(0, 0, 0, 0.15);
|
|
1722
|
-
padding: 0 20px;
|
|
1723
|
-
padding-bottom: 12px; }
|
|
1724
|
-
|
|
1725
|
-
.notification-outer-all-any {
|
|
1726
|
-
position: absolute;
|
|
1727
|
-
left: 0;
|
|
1728
|
-
top: 50%; }
|
|
1729
|
-
|
|
1730
|
-
.notification-first-group-btn-container {
|
|
1731
|
-
display: flex;
|
|
1732
|
-
justify-content: space-between; }
|
|
1733
|
-
|
|
1734
|
-
.data-alerts-container.read-only .react-autoql-notification-group-container {
|
|
1735
|
-
border: none; }
|
|
1736
|
-
|
|
1737
|
-
.notification-rule-outer-container {
|
|
1738
|
-
position: relative;
|
|
1739
|
-
border: 1px solid transparent;
|
|
1740
|
-
border-radius: 4px;
|
|
1741
|
-
padding-bottom: 5px; }
|
|
1742
|
-
|
|
1743
|
-
.expression-error-message {
|
|
1744
|
-
padding-left: 5px; }
|
|
1745
|
-
|
|
1746
|
-
.data-alerts-container.read-only .react-autoql-notification-group-container {
|
|
1747
|
-
border: none; }
|
|
1748
|
-
|
|
1749
1520
|
.notification-list-loading-container {
|
|
1750
1521
|
text-align: center;
|
|
1751
1522
|
padding-top: 100px;
|
|
@@ -1839,37 +1610,295 @@ span.react-autoql-icon {
|
|
|
1839
1610
|
@-webkit-keyframes slideIn {
|
|
1840
1611
|
0% {
|
|
1841
1612
|
opacity: 0;
|
|
1842
|
-
top: 500px; }
|
|
1843
|
-
100% {
|
|
1844
|
-
opacity: 1;
|
|
1845
|
-
top: 0; } }
|
|
1846
|
-
|
|
1847
|
-
.
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
.notification-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1613
|
+
top: 500px; }
|
|
1614
|
+
100% {
|
|
1615
|
+
opacity: 1;
|
|
1616
|
+
top: 0; } }
|
|
1617
|
+
|
|
1618
|
+
.notification-rule-add-btn-outer,
|
|
1619
|
+
.notification-rule-validate-btn-outer {
|
|
1620
|
+
text-align: center;
|
|
1621
|
+
border-style: dashed !important;
|
|
1622
|
+
height: 38px;
|
|
1623
|
+
line-height: 25px;
|
|
1624
|
+
margin: 0 !important;
|
|
1625
|
+
overflow: hidden; }
|
|
1626
|
+
|
|
1627
|
+
.notification-rule-outer-container {
|
|
1628
|
+
position: relative;
|
|
1629
|
+
border: 1px solid transparent;
|
|
1630
|
+
border-radius: 4px; }
|
|
1631
|
+
.notification-rule-outer-container.outlined {
|
|
1632
|
+
border-color: rgba(0, 0, 0, 0.15);
|
|
1633
|
+
padding: 0 20px;
|
|
1634
|
+
padding-bottom: 12px; }
|
|
1635
|
+
|
|
1636
|
+
.notification-outer-all-any {
|
|
1637
|
+
position: absolute;
|
|
1638
|
+
left: 0;
|
|
1639
|
+
top: 50%; }
|
|
1640
|
+
|
|
1641
|
+
.notification-first-group-btn-container {
|
|
1642
|
+
display: flex;
|
|
1643
|
+
justify-content: space-between; }
|
|
1644
|
+
|
|
1645
|
+
.data-alerts-container.read-only .react-autoql-notification-group-container {
|
|
1646
|
+
border: none; }
|
|
1647
|
+
|
|
1648
|
+
.notification-rule-outer-container {
|
|
1649
|
+
position: relative;
|
|
1650
|
+
border: 1px solid transparent;
|
|
1651
|
+
border-radius: 4px;
|
|
1652
|
+
padding-bottom: 5px; }
|
|
1653
|
+
|
|
1654
|
+
.expression-error-message {
|
|
1655
|
+
padding-left: 5px; }
|
|
1656
|
+
|
|
1657
|
+
.data-alerts-container.read-only .react-autoql-notification-group-container {
|
|
1658
|
+
border: none; }
|
|
1659
|
+
|
|
1660
|
+
.react-autoql-step-container a {
|
|
1661
|
+
color: var(--react-autoql-accent-color, #26a7df); }
|
|
1662
|
+
|
|
1663
|
+
.frequency-date-select-container {
|
|
1664
|
+
margin-top: 10px; }
|
|
1665
|
+
|
|
1666
|
+
.notification-frequency-step {
|
|
1667
|
+
display: flex; }
|
|
1668
|
+
.notification-frequency-step .frequency-category-select {
|
|
1669
|
+
position: relative;
|
|
1670
|
+
padding-top: 9px; }
|
|
1671
|
+
.notification-frequency-step .notification-frequency-select {
|
|
1672
|
+
margin-left: 8px; }
|
|
1673
|
+
.notification-frequency-step .frequency-repeat-checkbox .react-autoql-checkbox-label {
|
|
1674
|
+
line-height: 33px; }
|
|
1675
|
+
.notification-frequency-step .frequency-repeat-follow-text {
|
|
1676
|
+
line-height: 32px;
|
|
1677
|
+
vertical-align: top; }
|
|
1678
|
+
.notification-frequency-step .frequency-settings-container {
|
|
1679
|
+
flex: 0 1 400px; }
|
|
1680
|
+
|
|
1681
|
+
.schedule-builder-timezone-section {
|
|
1682
|
+
margin: 10px 5px; }
|
|
1683
|
+
.schedule-builder-timezone-section .react-autoql-timezone-select {
|
|
1684
|
+
display: inline-block;
|
|
1685
|
+
width: 300px; }
|
|
1686
|
+
|
|
1687
|
+
.react-autoql-notification-list-item {
|
|
1688
|
+
display: flex;
|
|
1689
|
+
flex-direction: column;
|
|
1690
|
+
flex-basis: auto;
|
|
1691
|
+
--accent-color: #26a7df;
|
|
1692
|
+
position: relative;
|
|
1693
|
+
overflow: hidden;
|
|
1694
|
+
background: var(--react-autoql-background-color-primary, #fff);
|
|
1695
|
+
border-radius: 4px;
|
|
1696
|
+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
|
|
1697
|
+
margin-bottom: 8px;
|
|
1698
|
+
color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.6));
|
|
1699
|
+
font-family: var(--react-autoql-font-family), sans-serif;
|
|
1700
|
+
transition: all 1s ease;
|
|
1701
|
+
transition: height 0.3s cubic-bezier(0.26, 0.26, 0, 1);
|
|
1702
|
+
-webkit-animation: slideIn 0.5s cubic-bezier(0.26, 0.26, 0, 1);
|
|
1703
|
+
animation: slideIn 0.5s cubic-bezier(0.26, 0.26, 0, 1);
|
|
1704
|
+
-webkit-animation-fill-mode: both;
|
|
1705
|
+
animation-fill-mode: both;
|
|
1706
|
+
-webkit-animation-delay: 0s;
|
|
1707
|
+
animation-delay: 0s; }
|
|
1708
|
+
.react-autoql-notification-list-item .single-value-response {
|
|
1709
|
+
font-size: 32px;
|
|
1710
|
+
margin-top: -6px;
|
|
1711
|
+
opacity: 0.9; }
|
|
1712
|
+
.react-autoql-notification-list-item .viz-toolbar {
|
|
1713
|
+
position: relative;
|
|
1714
|
+
border: none; }
|
|
1715
|
+
.react-autoql-notification-list-item .viz-toolbar .react-autoql-toolbar-btn {
|
|
1716
|
+
height: 33px; }
|
|
1717
|
+
.react-autoql-notification-list-item .react-autoql-notification-details-title {
|
|
1718
|
+
font-weight: 600;
|
|
1719
|
+
padding-top: 20px;
|
|
1720
|
+
padding-bottom: 5px; }
|
|
1721
|
+
.react-autoql-notification-list-item.expanded .react-autoql-notification-list-item-header {
|
|
1722
|
+
border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.04)); }
|
|
1723
|
+
.react-autoql-notification-list-item .react-autoql-notification-details {
|
|
1724
|
+
overflow: hidden; }
|
|
1725
|
+
.react-autoql-notification-list-item.animation-complete .react-autoql-notification-details {
|
|
1726
|
+
overflow: auto; }
|
|
1727
|
+
.react-autoql-notification-list-item:hover:not(.expanded) {
|
|
1728
|
+
background-color: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.01)); }
|
|
1729
|
+
.react-autoql-notification-list-item:hover .react-autoql-notification-delete-icon {
|
|
1730
|
+
opacity: 1; }
|
|
1731
|
+
.react-autoql-notification-list-item.triggered .react-autoql-notification-display-name {
|
|
1732
|
+
color: var(--react-autoql-accent-color, #26a7df) !important; }
|
|
1733
|
+
.react-autoql-notification-list-item.triggered .react-autoql-notification-dismiss-btn {
|
|
1734
|
+
margin-top: 3px;
|
|
1735
|
+
color: var(--react-autoql-accent-color, #26a7df); }
|
|
1736
|
+
.react-autoql-notification-list-item.triggered .react-autoql-notification-alert-strip {
|
|
1737
|
+
opacity: 1; }
|
|
1738
|
+
.react-autoql-notification-list-item .react-autoql-notification-expanded-content {
|
|
1739
|
+
display: flex;
|
|
1740
|
+
flex-direction: column;
|
|
1741
|
+
justify-content: stretch;
|
|
1742
|
+
transition: height 0.2s ease;
|
|
1743
|
+
height: 0;
|
|
1744
|
+
opacity: 0; }
|
|
1745
|
+
.react-autoql-notification-list-item .react-autoql-notification-expanded-content.visible {
|
|
1746
|
+
height: 400px;
|
|
1747
|
+
opacity: 1; }
|
|
1748
|
+
.react-autoql-notification-list-item .react-autoql-notification-extra-content {
|
|
1749
|
+
flex: 0;
|
|
1750
|
+
flex-basis: 55px;
|
|
1751
|
+
text-align: center;
|
|
1752
|
+
padding: 8px;
|
|
1753
|
+
border-top: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
|
|
1754
|
+
.react-autoql-notification-list-item .react-autoql-notification-extra-content .notification-deleted-text {
|
|
1755
|
+
line-height: 40px;
|
|
1756
|
+
opacity: 0.6;
|
|
1757
|
+
font-style: italic; }
|
|
1758
|
+
.react-autoql-notification-list-item .react-autoql-notification-description {
|
|
1759
|
+
color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.6));
|
|
1760
|
+
opacity: 0.8;
|
|
1761
|
+
font-size: 14px; }
|
|
1762
|
+
.react-autoql-notification-list-item .react-autoql-notification-list-item-header {
|
|
1763
|
+
display: flex;
|
|
1764
|
+
flex-direction: row;
|
|
1765
|
+
justify-content: space-between;
|
|
1766
|
+
padding-left: 22px;
|
|
1767
|
+
cursor: pointer; }
|
|
1768
|
+
.react-autoql-notification-list-item .react-autoql-notification-query-title {
|
|
1769
|
+
flex: 0 0 auto;
|
|
1770
|
+
font-size: 14px;
|
|
1771
|
+
font-family: inherit;
|
|
1772
|
+
color: currentcolor;
|
|
1773
|
+
opacity: 0.9;
|
|
1774
|
+
font-weight: 600;
|
|
1775
|
+
border-bottom: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
|
|
1776
|
+
text-align: center;
|
|
1777
|
+
margin: 0 10px;
|
|
1778
|
+
padding-top: 20px;
|
|
1779
|
+
padding-bottom: 7px; }
|
|
1780
|
+
.react-autoql-notification-list-item .react-autoql-notification-details-container {
|
|
1781
|
+
flex: 1;
|
|
1782
|
+
display: flex;
|
|
1783
|
+
flex-direction: row;
|
|
1784
|
+
align-items: stretch;
|
|
1785
|
+
justify-content: stretch;
|
|
1786
|
+
overflow: hidden; }
|
|
1787
|
+
.react-autoql-notification-list-item .react-autoql-notification-details-container .react-autoql-notification-details {
|
|
1788
|
+
flex: 1 1;
|
|
1789
|
+
padding: 20px;
|
|
1790
|
+
padding-top: 0;
|
|
1791
|
+
opacity: 0.9;
|
|
1792
|
+
border-left: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
|
|
1793
|
+
.react-autoql-notification-list-item .react-autoql-notification-data-container {
|
|
1794
|
+
display: flex;
|
|
1795
|
+
flex-direction: row;
|
|
1796
|
+
justify-content: stretch;
|
|
1797
|
+
flex: 3 3 0px;
|
|
1798
|
+
overflow: hidden; }
|
|
1799
|
+
.react-autoql-notification-list-item .react-autoql-notification-data-container .react-autoql-notificaton-chart-container {
|
|
1800
|
+
flex: 1;
|
|
1801
|
+
height: 100%;
|
|
1802
|
+
width: 0;
|
|
1803
|
+
display: flex;
|
|
1804
|
+
flex-direction: column;
|
|
1805
|
+
padding: 0px 20px 10px 20px; }
|
|
1806
|
+
.react-autoql-notification-list-item .react-autoql-notification-data-container .react-autoql-table-container {
|
|
1807
|
+
padding: 0 10px; }
|
|
1808
|
+
.react-autoql-notification-list-item .react-autoql-notification-data-container .react-autoql-table {
|
|
1809
|
+
opacity: 0.9;
|
|
1810
|
+
color: currentColor;
|
|
1811
|
+
font-size: 11px; }
|
|
1812
|
+
.react-autoql-notification-list-item .react-autoql-notification-data-title {
|
|
1813
|
+
line-height: 22px;
|
|
1814
|
+
font-size: 12px;
|
|
1815
|
+
text-align: right;
|
|
1816
|
+
color: var(--react-autoql-text-color-primary);
|
|
1817
|
+
opacity: 0.5;
|
|
1818
|
+
padding: 8px 20px; }
|
|
1819
|
+
.react-autoql-notification-list-item .react-autoql-notification-data-title span.react-autoql-icon svg {
|
|
1820
|
+
margin-top: -3px;
|
|
1821
|
+
vertical-align: middle; }
|
|
1822
|
+
.react-autoql-notification-list-item .react-autoql-notification-dismiss-icon {
|
|
1823
|
+
font-size: 21px;
|
|
1824
|
+
margin: 11px;
|
|
1825
|
+
width: 40px;
|
|
1826
|
+
height: 40px;
|
|
1827
|
+
padding: 10px;
|
|
1828
|
+
border-radius: 26px;
|
|
1829
|
+
display: inline-block;
|
|
1830
|
+
line-height: 20px;
|
|
1831
|
+
background-color: transparent;
|
|
1832
|
+
transition: background-color 0.2s ease;
|
|
1833
|
+
cursor: pointer; }
|
|
1834
|
+
.react-autoql-notification-list-item .react-autoql-notification-dismiss-icon:hover {
|
|
1835
|
+
background-color: var(--react-autoql-background-color-secondary, #ececec); }
|
|
1836
|
+
.react-autoql-notification-list-item .react-autoql-notification-delete-icon {
|
|
1837
|
+
font-size: 18px;
|
|
1838
|
+
margin-top: 3px;
|
|
1839
|
+
margin-right: 3px;
|
|
1840
|
+
opacity: 0;
|
|
1841
|
+
width: 36px;
|
|
1842
|
+
height: 36px;
|
|
1843
|
+
padding: 9px;
|
|
1844
|
+
border-radius: 20px;
|
|
1871
1845
|
display: inline-block;
|
|
1872
|
-
|
|
1846
|
+
line-height: 20px;
|
|
1847
|
+
background-color: transparent;
|
|
1848
|
+
transition: all 0.2s ease;
|
|
1849
|
+
cursor: pointer; }
|
|
1850
|
+
.react-autoql-notification-list-item .react-autoql-notification-delete-icon:hover {
|
|
1851
|
+
background-color: var(--react-autoql-background-color-secondary, #ececec); }
|
|
1852
|
+
.react-autoql-notification-list-item .react-autoql-notification-alert-icon {
|
|
1853
|
+
position: absolute;
|
|
1854
|
+
top: -7px;
|
|
1855
|
+
left: -7px;
|
|
1856
|
+
color: var(--react-autoql-accent-color, #26a7df);
|
|
1857
|
+
line-height: 10px;
|
|
1858
|
+
background: var(--react-autoql-background-color-primary, #fff);
|
|
1859
|
+
border-radius: 10px;
|
|
1860
|
+
font-size: 17px; }
|
|
1861
|
+
.react-autoql-notification-list-item .react-autoql-notification-alert-strip {
|
|
1862
|
+
height: 100%;
|
|
1863
|
+
opacity: 0;
|
|
1864
|
+
position: absolute;
|
|
1865
|
+
left: 0px;
|
|
1866
|
+
top: 0;
|
|
1867
|
+
width: 4px;
|
|
1868
|
+
background: var(--react-autoql-accent-color, #26a7df);
|
|
1869
|
+
transition-property: opacity;
|
|
1870
|
+
transition-duration: 0.2s;
|
|
1871
|
+
transition-timing-function: ease; }
|
|
1872
|
+
.react-autoql-notification-list-item .react-autoql-notification-viz-switcher {
|
|
1873
|
+
flex: 0 0 50px;
|
|
1874
|
+
padding: 10px;
|
|
1875
|
+
border-left: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.05)); }
|
|
1876
|
+
.react-autoql-notification-list-item .react-autoql-notification-img-container {
|
|
1877
|
+
flex: 0 0 60px; }
|
|
1878
|
+
.react-autoql-notification-list-item .react-autoql-notification-img-container .react-autoql-notification-img {
|
|
1879
|
+
border-radius: 50px;
|
|
1880
|
+
height: 45px;
|
|
1881
|
+
width: 45px;
|
|
1882
|
+
line-height: 45px;
|
|
1883
|
+
font-size: 22px;
|
|
1884
|
+
color: white;
|
|
1885
|
+
background-color: var(--react-autoql-accent-color, #26a7df);
|
|
1886
|
+
text-align: center;
|
|
1887
|
+
margin-top: 13px;
|
|
1888
|
+
margin-right: 17px; }
|
|
1889
|
+
.react-autoql-notification-list-item .react-autoql-notification-display-name-container {
|
|
1890
|
+
flex: 1;
|
|
1891
|
+
line-height: 23px;
|
|
1892
|
+
padding: 13px 0px;
|
|
1893
|
+
transition: color 0.2s ease; }
|
|
1894
|
+
.react-autoql-notification-list-item .react-autoql-notification-display-name-container .react-autoql-notification-display-name {
|
|
1895
|
+
font-size: 18px;
|
|
1896
|
+
color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.7)); }
|
|
1897
|
+
.react-autoql-notification-list-item .react-autoql-notification-display-name-container .react-autoql-notification-timestamp {
|
|
1898
|
+
font-size: 12px;
|
|
1899
|
+
opacity: 0.5; }
|
|
1900
|
+
.react-autoql-notification-list-item .react-autoql-notification-display-name-container .react-autoql-notification-timestamp span.react-autoql-icon svg {
|
|
1901
|
+
margin-bottom: -1px; }
|
|
1873
1902
|
|
|
1874
1903
|
.notification-modal-content .react-autoql-step-content p {
|
|
1875
1904
|
margin-bottom: 0.5em;
|
|
@@ -1879,7 +1908,7 @@ span.react-autoql-icon {
|
|
|
1879
1908
|
.notification-modal-content .step-btn-container {
|
|
1880
1909
|
text-align: right;
|
|
1881
1910
|
display: flex;
|
|
1882
|
-
min-height:
|
|
1911
|
+
min-height: 20px; }
|
|
1883
1912
|
|
|
1884
1913
|
.expression-valid-checkmark.react-autoql-icon svg {
|
|
1885
1914
|
color: var(--react-autoql-success-color); }
|
|
@@ -2005,8 +2034,6 @@ span.react-autoql-icon {
|
|
|
2005
2034
|
width: 100%;
|
|
2006
2035
|
padding-top: 0;
|
|
2007
2036
|
background: inherit; }
|
|
2008
|
-
.react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .query-output-error-message {
|
|
2009
|
-
opacity: 0.8; }
|
|
2010
2037
|
.react-autoql-dashboard-tile-inner-div .dashboard-tile-response-wrapper .layout-splitter {
|
|
2011
2038
|
height: 1px !important;
|
|
2012
2039
|
color: var(--react-autoql-border-color);
|
|
@@ -2057,7 +2084,8 @@ span.react-autoql-icon {
|
|
|
2057
2084
|
padding: 20px;
|
|
2058
2085
|
padding-top: 15px; }
|
|
2059
2086
|
.dashboard-tile-response-wrapper .dashboard-tile-response-container .react-autoql-response-content-container {
|
|
2060
|
-
padding: 7px;
|
|
2087
|
+
padding: 7px;
|
|
2088
|
+
align-items: center; }
|
|
2061
2089
|
|
|
2062
2090
|
.dashboard-tile-title-container {
|
|
2063
2091
|
width: 100%;
|
|
@@ -2380,6 +2408,7 @@ span.react-autoql-icon {
|
|
|
2380
2408
|
.dashboard-tile-response-container .dashboard-tile-split-pane-container {
|
|
2381
2409
|
background: inherit; }
|
|
2382
2410
|
|
|
2411
|
+
|
|
2383
2412
|
.react-autoql-btn {
|
|
2384
2413
|
border-radius: 4px;
|
|
2385
2414
|
cursor: pointer;
|
|
@@ -2390,172 +2419,39 @@ span.react-autoql-icon {
|
|
|
2390
2419
|
|
|
2391
2420
|
.react-autoql-btn.disabled {
|
|
2392
2421
|
opacity: 0.4;
|
|
2393
|
-
cursor: not-allowed;
|
|
2394
|
-
pointer-events: none; }
|
|
2395
|
-
|
|
2396
|
-
.react-autoql-btn.small {
|
|
2397
|
-
padding: 2px 8px;
|
|
2398
|
-
margin: 2px 3px; }
|
|
2399
|
-
|
|
2400
|
-
.react-autoql-btn.large {
|
|
2401
|
-
padding: 5px 16px;
|
|
2402
|
-
margin: 2px 5px; }
|
|
2403
|
-
|
|
2404
|
-
.react-autoql-btn.default {
|
|
2405
|
-
color: inherit;
|
|
2406
|
-
border: 1px solid var(--react-autoql-border-color);
|
|
2407
|
-
background: inherit; }
|
|
2408
|
-
.react-autoql-btn.default:hover {
|
|
2409
|
-
border-color: var(--react-autoql-accent-color);
|
|
2410
|
-
color: var(--react-autoql-accent-color); }
|
|
2411
|
-
|
|
2412
|
-
.react-autoql-btn.primary {
|
|
2413
|
-
background: var(--react-autoql-accent-color);
|
|
2414
|
-
border: 1px solid var(--react-autoql-accent-color);
|
|
2415
|
-
color: var(--react-autoql-accent-text-color); }
|
|
2416
|
-
.react-autoql-btn.primary:hover {
|
|
2417
|
-
opacity: 0.8; }
|
|
2418
|
-
|
|
2419
|
-
.react-autoql-btn.danger {
|
|
2420
|
-
color: var(--react-autoql-danger-color, #ca0b00);
|
|
2421
|
-
border: 1px solid var(--react-autoql-danger-color, #ca0b00);
|
|
2422
|
-
background: inherit; }
|
|
2423
|
-
.react-autoql-btn.danger:hover {
|
|
2424
|
-
background-color: var(--react-autoql-danger-color, #ca0b00);
|
|
2425
|
-
color: #fff; }
|
|
2426
|
-
|
|
2427
|
-
.content {
|
|
2428
|
-
margin: 2rem; }
|
|
2429
|
-
|
|
2430
|
-
.react-autoql-checkbox-container {
|
|
2431
|
-
display: inline-block;
|
|
2432
|
-
vertical-align: middle; }
|
|
2433
|
-
|
|
2434
|
-
.react-autoql-checkbox {
|
|
2435
|
-
display: flex;
|
|
2436
|
-
align-items: center;
|
|
2437
|
-
position: relative;
|
|
2438
|
-
cursor: pointer; }
|
|
2439
|
-
.react-autoql-checkbox .react-autoql-checkbox--switch__input:checked,
|
|
2440
|
-
.react-autoql-checkbox .react-autoql-checkbox__input:checked {
|
|
2441
|
-
border-color: var(--react-autoql-accent-color, #26a7df);
|
|
2442
|
-
background: var(--react-autoql-accent-color, #26a7df); }
|
|
2443
|
-
|
|
2444
|
-
.react-autoql-checkbox__label {
|
|
2445
|
-
flex-shrink: 0;
|
|
2446
|
-
padding: 0.5rem 1rem;
|
|
2447
|
-
color: #fff;
|
|
2448
|
-
cursor: pointer; }
|
|
2449
|
-
|
|
2450
|
-
.react-autoql-checkbox__input {
|
|
2451
|
-
position: relative;
|
|
2452
|
-
flex-shrink: 0;
|
|
2453
|
-
width: 20px;
|
|
2454
|
-
height: 20px;
|
|
2455
|
-
appearance: none;
|
|
2456
|
-
-webkit-appearance: none;
|
|
2457
|
-
-moz-appearance: none;
|
|
2458
|
-
outline: none;
|
|
2459
|
-
background: transparent;
|
|
2460
|
-
border: 1px solid;
|
|
2461
|
-
border-color: var(--react-autoql-accent-color, #26a7df);
|
|
2462
|
-
border-radius: 2px;
|
|
2463
|
-
cursor: pointer; }
|
|
2464
|
-
|
|
2465
|
-
.react-autoql-checkbox__input::before {
|
|
2466
|
-
content: ' ';
|
|
2467
|
-
position: absolute;
|
|
2468
|
-
top: 50%;
|
|
2469
|
-
right: 50%;
|
|
2470
|
-
bottom: 50%;
|
|
2471
|
-
left: 50%;
|
|
2472
|
-
transition: all 0.2s;
|
|
2473
|
-
background: var(--react-autoql-accent-color, #26a7df); }
|
|
2474
|
-
|
|
2475
|
-
.react-autoql-checkbox-tick {
|
|
2476
|
-
position: absolute;
|
|
2477
|
-
color: white;
|
|
2478
|
-
left: 3px;
|
|
2479
|
-
line-height: 20px;
|
|
2480
|
-
pointer-events: none; }
|
|
2481
|
-
|
|
2482
|
-
.react-autoql-checkbox--switch__input::before {
|
|
2483
|
-
box-shadow: 0 0 2px 1px #00000030; }
|
|
2484
|
-
|
|
2485
|
-
.react-autoql-checkbox__input:checked::before,
|
|
2486
|
-
.react-autoql-checkbox__input:indeterminate::before {
|
|
2487
|
-
top: 0;
|
|
2488
|
-
right: 0;
|
|
2489
|
-
bottom: 0;
|
|
2490
|
-
left: 0; }
|
|
2491
|
-
|
|
2492
|
-
.react-autoql-checkbox__input:indeterminate::before {
|
|
2493
|
-
top: 7px;
|
|
2494
|
-
bottom: 7px; }
|
|
2495
|
-
|
|
2496
|
-
.react-autoql-checkbox__input:disabled {
|
|
2497
|
-
border-color: #5a5358;
|
|
2498
|
-
cursor: default; }
|
|
2499
|
-
|
|
2500
|
-
.react-autoql-checkbox__input:disabled::before {
|
|
2501
|
-
background-color: #5a5358; }
|
|
2502
|
-
|
|
2503
|
-
.react-autoql-checkbox__input:disabled + .react-autoql-checkbox__label {
|
|
2504
|
-
color: gray;
|
|
2505
|
-
cursor: default; }
|
|
2506
|
-
|
|
2507
|
-
.react-autoql-checkbox--has-error__input {
|
|
2508
|
-
border-color: red;
|
|
2509
|
-
background-color: rgba(255, 0, 0, 0.2); }
|
|
2510
|
-
|
|
2511
|
-
.react-autoql-checkbox--has-error__input::before {
|
|
2512
|
-
background-color: red; }
|
|
2513
|
-
|
|
2514
|
-
.react-autoql-checkbox--switch__label::after {
|
|
2515
|
-
content: 'off';
|
|
2516
|
-
margin-left: 0.25rem; }
|
|
2517
|
-
|
|
2518
|
-
.react-autoql-checkbox--switch__input {
|
|
2519
|
-
width: 36px;
|
|
2520
|
-
height: 20px;
|
|
2521
|
-
border-radius: 16px;
|
|
2522
|
-
background: var(--react-autoql-background-color-tertiary);
|
|
2523
|
-
border: 1px solid var(--react-autoql-background-color-tertiary); }
|
|
2524
|
-
|
|
2525
|
-
.react-autoql-checkbox--switch__input::before {
|
|
2526
|
-
top: 2px;
|
|
2527
|
-
right: 18px;
|
|
2528
|
-
bottom: 2px;
|
|
2529
|
-
left: 2px;
|
|
2530
|
-
border-radius: 50%;
|
|
2531
|
-
background: #fff; }
|
|
2532
|
-
|
|
2533
|
-
.react-autoql-checkbox--switch__input:checked
|
|
2534
|
-
+ .react-autoql-checkbox--switch__label::after {
|
|
2535
|
-
content: 'on'; }
|
|
2422
|
+
cursor: not-allowed;
|
|
2423
|
+
pointer-events: none; }
|
|
2536
2424
|
|
|
2537
|
-
.react-autoql-
|
|
2538
|
-
|
|
2539
|
-
|
|
2540
|
-
top: 2px;
|
|
2541
|
-
bottom: 2px; }
|
|
2425
|
+
.react-autoql-btn.small {
|
|
2426
|
+
padding: 2px 8px;
|
|
2427
|
+
margin: 2px 3px; }
|
|
2542
2428
|
|
|
2543
|
-
.react-autoql-
|
|
2544
|
-
padding
|
|
2545
|
-
|
|
2429
|
+
.react-autoql-btn.large {
|
|
2430
|
+
padding: 10px 16px;
|
|
2431
|
+
margin: 2px 5px; }
|
|
2546
2432
|
|
|
2547
|
-
.react-autoql-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
|
|
2433
|
+
.react-autoql-btn.default {
|
|
2434
|
+
color: inherit;
|
|
2435
|
+
border: 1px solid var(--react-autoql-border-color);
|
|
2436
|
+
background: inherit; }
|
|
2437
|
+
.react-autoql-btn.default:hover {
|
|
2438
|
+
border-color: var(--react-autoql-accent-color);
|
|
2439
|
+
color: var(--react-autoql-accent-color); }
|
|
2552
2440
|
|
|
2553
|
-
.react-autoql-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2441
|
+
.react-autoql-btn.primary {
|
|
2442
|
+
background: var(--react-autoql-accent-color);
|
|
2443
|
+
border: 1px solid var(--react-autoql-accent-color);
|
|
2444
|
+
color: var(--react-autoql-accent-text-color); }
|
|
2445
|
+
.react-autoql-btn.primary:hover {
|
|
2446
|
+
opacity: 0.8; }
|
|
2558
2447
|
|
|
2448
|
+
.react-autoql-btn.danger {
|
|
2449
|
+
color: var(--react-autoql-danger-color, #ca0b00);
|
|
2450
|
+
border: 1px solid var(--react-autoql-danger-color, #ca0b00);
|
|
2451
|
+
background: inherit; }
|
|
2452
|
+
.react-autoql-btn.danger:hover {
|
|
2453
|
+
background-color: var(--react-autoql-danger-color, #ca0b00);
|
|
2454
|
+
color: #fff; }
|
|
2559
2455
|
|
|
2560
2456
|
.ReactModal__Overlay {
|
|
2561
2457
|
background-color: transparent !important;
|
|
@@ -2637,6 +2533,92 @@ span.react-autoql-icon {
|
|
|
2637
2533
|
.react-autoql-modal-close-btn:hover {
|
|
2638
2534
|
opacity: 1 !important; }
|
|
2639
2535
|
|
|
2536
|
+
.react-autoql-radio-btn-container.react-autoql-radio-btn-container-list {
|
|
2537
|
+
display: inline-block; }
|
|
2538
|
+
|
|
2539
|
+
.react-autoql-radio-btn-container.react-autoql-radio-btn-container-buttons {
|
|
2540
|
+
display: inline-flex;
|
|
2541
|
+
justify-content: stretch;
|
|
2542
|
+
align-items: stretch;
|
|
2543
|
+
border-radius: 4px; }
|
|
2544
|
+
.react-autoql-radio-btn-container.react-autoql-radio-btn-container-buttons .react-autoql-radio-btn {
|
|
2545
|
+
display: inline-flex;
|
|
2546
|
+
justify-content: center;
|
|
2547
|
+
align-items: center; }
|
|
2548
|
+
|
|
2549
|
+
.react-autoql-radio-btn-container [type='radio']:checked,
|
|
2550
|
+
.react-autoql-radio-btn-container [type='radio']:not(:checked) {
|
|
2551
|
+
position: absolute;
|
|
2552
|
+
left: -9999px; }
|
|
2553
|
+
|
|
2554
|
+
.react-autoql-radio-btn-container [type='radio']:checked + label,
|
|
2555
|
+
.react-autoql-radio-btn-container [type='radio']:not(:checked) + label {
|
|
2556
|
+
position: relative;
|
|
2557
|
+
padding-left: 28px;
|
|
2558
|
+
cursor: pointer;
|
|
2559
|
+
line-height: 20px;
|
|
2560
|
+
display: inline-block; }
|
|
2561
|
+
|
|
2562
|
+
.react-autoql-radio-btn-container [type='radio']:checked + label:before,
|
|
2563
|
+
.react-autoql-radio-btn-container [type='radio']:not(:checked) + label:before {
|
|
2564
|
+
content: '';
|
|
2565
|
+
position: absolute;
|
|
2566
|
+
left: 1px;
|
|
2567
|
+
top: 1px;
|
|
2568
|
+
width: 18px;
|
|
2569
|
+
height: 18px;
|
|
2570
|
+
border: 1px solid #ddd;
|
|
2571
|
+
border-radius: 100%;
|
|
2572
|
+
background: #fff; }
|
|
2573
|
+
|
|
2574
|
+
.react-autoql-radio-btn-container [type='radio']:checked + label:after,
|
|
2575
|
+
.react-autoql-radio-btn-container [type='radio']:not(:checked) + label:after {
|
|
2576
|
+
content: '';
|
|
2577
|
+
width: 12px;
|
|
2578
|
+
height: 12px;
|
|
2579
|
+
background: var(--react-autoql-accent-color, #26a7df);
|
|
2580
|
+
position: absolute;
|
|
2581
|
+
top: 4px;
|
|
2582
|
+
left: 4px;
|
|
2583
|
+
border-radius: 100%;
|
|
2584
|
+
transition: all 0.2s ease; }
|
|
2585
|
+
|
|
2586
|
+
.react-autoql-radio-btn-container [type='radio']:not(:checked) + label:after {
|
|
2587
|
+
opacity: 0;
|
|
2588
|
+
transform: scale(0); }
|
|
2589
|
+
|
|
2590
|
+
.react-autoql-radio-btn-container [type='radio']:checked + label:after {
|
|
2591
|
+
opacity: 1;
|
|
2592
|
+
transform: scale(1); }
|
|
2593
|
+
|
|
2594
|
+
.react-autoql-radio-btn-container .react-autoql-radio-btn {
|
|
2595
|
+
position: relative;
|
|
2596
|
+
display: inline-block;
|
|
2597
|
+
padding: 3px 12px;
|
|
2598
|
+
border: 1px solid var(--react-autoql-border-color, #dcdcdc);
|
|
2599
|
+
margin-left: -1px;
|
|
2600
|
+
transition: all 0.2s ease;
|
|
2601
|
+
cursor: pointer; }
|
|
2602
|
+
.react-autoql-radio-btn-container .react-autoql-radio-btn:not(:first-child) {
|
|
2603
|
+
border-left: 1px solid transparent; }
|
|
2604
|
+
.react-autoql-radio-btn-container .react-autoql-radio-btn.active {
|
|
2605
|
+
background-color: var(--react-autoql-accent-color, #26a7df);
|
|
2606
|
+
border-color: var(--react-autoql-accent-color, #26a7df);
|
|
2607
|
+
color: #fff; }
|
|
2608
|
+
.react-autoql-radio-btn-container .react-autoql-radio-btn.active.outlined {
|
|
2609
|
+
background-color: inherit;
|
|
2610
|
+
color: var(--react-autoql-accent-color, #26a7df); }
|
|
2611
|
+
.react-autoql-radio-btn-container .react-autoql-radio-btn:hover:not(.active) {
|
|
2612
|
+
border-color: var(--react-autoql-accent-color, #26a7df);
|
|
2613
|
+
color: var(--react-autoql-accent-color, #26a7df); }
|
|
2614
|
+
.react-autoql-radio-btn-container .react-autoql-radio-btn:first-child {
|
|
2615
|
+
border-top-left-radius: 4px;
|
|
2616
|
+
border-bottom-left-radius: 4px;
|
|
2617
|
+
margin-left: 0; }
|
|
2618
|
+
.react-autoql-radio-btn-container .react-autoql-radio-btn:last-child {
|
|
2619
|
+
border-top-right-radius: 4px;
|
|
2620
|
+
border-bottom-right-radius: 4px; }
|
|
2621
|
+
|
|
2640
2622
|
.react-autoql-cascader {
|
|
2641
2623
|
position: relative;
|
|
2642
2624
|
white-space: nowrap;
|
|
@@ -2691,6 +2673,138 @@ span.react-autoql-icon {
|
|
|
2691
2673
|
.react-autoql-cascader .options-container:not(:last-child) {
|
|
2692
2674
|
border-right: 1px solid #d3d3d352; }
|
|
2693
2675
|
|
|
2676
|
+
.content {
|
|
2677
|
+
margin: 2rem; }
|
|
2678
|
+
|
|
2679
|
+
.react-autoql-checkbox-container {
|
|
2680
|
+
display: inline-block;
|
|
2681
|
+
vertical-align: middle; }
|
|
2682
|
+
|
|
2683
|
+
.react-autoql-checkbox {
|
|
2684
|
+
display: flex;
|
|
2685
|
+
align-items: center;
|
|
2686
|
+
position: relative;
|
|
2687
|
+
cursor: pointer; }
|
|
2688
|
+
.react-autoql-checkbox .react-autoql-checkbox--switch__input:checked,
|
|
2689
|
+
.react-autoql-checkbox .react-autoql-checkbox__input:checked {
|
|
2690
|
+
border-color: var(--react-autoql-accent-color, #26a7df);
|
|
2691
|
+
background: var(--react-autoql-accent-color, #26a7df); }
|
|
2692
|
+
|
|
2693
|
+
.react-autoql-checkbox__label {
|
|
2694
|
+
flex-shrink: 0;
|
|
2695
|
+
padding: 0.5rem 1rem;
|
|
2696
|
+
color: #fff;
|
|
2697
|
+
cursor: pointer; }
|
|
2698
|
+
|
|
2699
|
+
.react-autoql-checkbox__input {
|
|
2700
|
+
position: relative;
|
|
2701
|
+
flex-shrink: 0;
|
|
2702
|
+
width: 20px;
|
|
2703
|
+
height: 20px;
|
|
2704
|
+
appearance: none;
|
|
2705
|
+
-webkit-appearance: none;
|
|
2706
|
+
-moz-appearance: none;
|
|
2707
|
+
outline: none;
|
|
2708
|
+
background: transparent;
|
|
2709
|
+
border: 1px solid;
|
|
2710
|
+
border-color: var(--react-autoql-accent-color, #26a7df);
|
|
2711
|
+
border-radius: 2px;
|
|
2712
|
+
cursor: pointer; }
|
|
2713
|
+
|
|
2714
|
+
.react-autoql-checkbox__input::before {
|
|
2715
|
+
content: ' ';
|
|
2716
|
+
position: absolute;
|
|
2717
|
+
top: 50%;
|
|
2718
|
+
right: 50%;
|
|
2719
|
+
bottom: 50%;
|
|
2720
|
+
left: 50%;
|
|
2721
|
+
transition: all 0.2s;
|
|
2722
|
+
background: var(--react-autoql-accent-color, #26a7df); }
|
|
2723
|
+
|
|
2724
|
+
.react-autoql-checkbox-tick {
|
|
2725
|
+
position: absolute;
|
|
2726
|
+
color: white;
|
|
2727
|
+
left: 3px;
|
|
2728
|
+
line-height: 20px;
|
|
2729
|
+
pointer-events: none; }
|
|
2730
|
+
|
|
2731
|
+
.react-autoql-checkbox--switch__input::before {
|
|
2732
|
+
box-shadow: 0 0 2px 1px #00000030; }
|
|
2733
|
+
|
|
2734
|
+
.react-autoql-checkbox__input:checked::before,
|
|
2735
|
+
.react-autoql-checkbox__input:indeterminate::before {
|
|
2736
|
+
top: 0;
|
|
2737
|
+
right: 0;
|
|
2738
|
+
bottom: 0;
|
|
2739
|
+
left: 0; }
|
|
2740
|
+
|
|
2741
|
+
.react-autoql-checkbox__input:indeterminate::before {
|
|
2742
|
+
top: 7px;
|
|
2743
|
+
bottom: 7px; }
|
|
2744
|
+
|
|
2745
|
+
.react-autoql-checkbox__input:disabled {
|
|
2746
|
+
border-color: #5a5358;
|
|
2747
|
+
cursor: default; }
|
|
2748
|
+
|
|
2749
|
+
.react-autoql-checkbox__input:disabled::before {
|
|
2750
|
+
background-color: #5a5358; }
|
|
2751
|
+
|
|
2752
|
+
.react-autoql-checkbox__input:disabled + .react-autoql-checkbox__label {
|
|
2753
|
+
color: gray;
|
|
2754
|
+
cursor: default; }
|
|
2755
|
+
|
|
2756
|
+
.react-autoql-checkbox--has-error__input {
|
|
2757
|
+
border-color: red;
|
|
2758
|
+
background-color: rgba(255, 0, 0, 0.2); }
|
|
2759
|
+
|
|
2760
|
+
.react-autoql-checkbox--has-error__input::before {
|
|
2761
|
+
background-color: red; }
|
|
2762
|
+
|
|
2763
|
+
.react-autoql-checkbox--switch__label::after {
|
|
2764
|
+
content: 'off';
|
|
2765
|
+
margin-left: 0.25rem; }
|
|
2766
|
+
|
|
2767
|
+
.react-autoql-checkbox--switch__input {
|
|
2768
|
+
width: 36px;
|
|
2769
|
+
height: 20px;
|
|
2770
|
+
border-radius: 16px;
|
|
2771
|
+
background: var(--react-autoql-background-color-tertiary);
|
|
2772
|
+
border: 1px solid var(--react-autoql-background-color-tertiary); }
|
|
2773
|
+
|
|
2774
|
+
.react-autoql-checkbox--switch__input::before {
|
|
2775
|
+
top: 2px;
|
|
2776
|
+
right: 18px;
|
|
2777
|
+
bottom: 2px;
|
|
2778
|
+
left: 2px;
|
|
2779
|
+
border-radius: 50%;
|
|
2780
|
+
background: #fff; }
|
|
2781
|
+
|
|
2782
|
+
.react-autoql-checkbox--switch__input:checked
|
|
2783
|
+
+ .react-autoql-checkbox--switch__label::after {
|
|
2784
|
+
content: 'on'; }
|
|
2785
|
+
|
|
2786
|
+
.react-autoql-checkbox--switch__input:checked::before {
|
|
2787
|
+
right: 2px;
|
|
2788
|
+
left: 18px;
|
|
2789
|
+
top: 2px;
|
|
2790
|
+
bottom: 2px; }
|
|
2791
|
+
|
|
2792
|
+
.react-autoql-checkbox-label {
|
|
2793
|
+
padding-left: 6px;
|
|
2794
|
+
line-height: 100%; }
|
|
2795
|
+
|
|
2796
|
+
.react-autoql-modal-container
|
|
2797
|
+
.react-autoql-checkbox__input:not(.react-autoql-checkbox--switch__input),
|
|
2798
|
+
.react-autoql-drawer
|
|
2799
|
+
.react-autoql-checkbox__input:not(.react-autoql-checkbox--switch__input) {
|
|
2800
|
+
border-color: var(--react-autoql-accent-color); }
|
|
2801
|
+
|
|
2802
|
+
.react-autoql-modal-container
|
|
2803
|
+
.react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input),
|
|
2804
|
+
.react-autoql-drawer
|
|
2805
|
+
.react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input) {
|
|
2806
|
+
background: var(--react-autoql-accent-color); }
|
|
2807
|
+
|
|
2694
2808
|
.chat-single-message-container {
|
|
2695
2809
|
transition: background-color 0.2s ease;
|
|
2696
2810
|
padding-top: 6px;
|
|
@@ -2708,6 +2822,9 @@ span.react-autoql-icon {
|
|
|
2708
2822
|
cursor: pointer; }
|
|
2709
2823
|
.chat-single-message-container .query-more-btn:hover {
|
|
2710
2824
|
opacity: 1; }
|
|
2825
|
+
.chat-single-message-container .spinner-loader:after {
|
|
2826
|
+
border: 1px solid var(--react-autoql-accent-color);
|
|
2827
|
+
border-color: var(--react-autoql-accent-color) transparent var(--react-autoql-accent-color) transparent; }
|
|
2711
2828
|
|
|
2712
2829
|
.chat-condition-item-container {
|
|
2713
2830
|
position: absolute;
|
|
@@ -3425,76 +3542,56 @@ span.react-autoql-icon {
|
|
|
3425
3542
|
opacity: 0.7; }
|
|
3426
3543
|
|
|
3427
3544
|
|
|
3428
|
-
.react-autoql-
|
|
3429
|
-
|
|
3430
|
-
|
|
3431
|
-
|
|
3432
|
-
.react-autoql-
|
|
3433
|
-
|
|
3434
|
-
|
|
3435
|
-
|
|
3436
|
-
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
|
|
3440
|
-
|
|
3441
|
-
|
|
3442
|
-
|
|
3443
|
-
|
|
3444
|
-
|
|
3445
|
-
|
|
3446
|
-
|
|
3447
|
-
|
|
3448
|
-
|
|
3449
|
-
|
|
3450
|
-
|
|
3451
|
-
|
|
3452
|
-
|
|
3453
|
-
|
|
3454
|
-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3545
|
+
.react-autoql-input-container {
|
|
3546
|
+
position: relative;
|
|
3547
|
+
margin: 2px 5px;
|
|
3548
|
+
display: inline-block; }
|
|
3549
|
+
.react-autoql-input-container .react-autoql-input {
|
|
3550
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
3551
|
+
border-radius: 4px;
|
|
3552
|
+
line-height: 32px;
|
|
3553
|
+
min-height: 34px;
|
|
3554
|
+
padding: 0 10px;
|
|
3555
|
+
width: 100%;
|
|
3556
|
+
outline: none !important;
|
|
3557
|
+
transition: all 0.2s ease;
|
|
3558
|
+
transition-property: border-color, color, opacity; }
|
|
3559
|
+
.react-autoql-input-container .react-autoql-input.with-icon {
|
|
3560
|
+
padding-left: 38px; }
|
|
3561
|
+
.react-autoql-input-container .react-autoql-input::-moz-placeholder {
|
|
3562
|
+
/* Chrome, Firefox, Opera, Safari 10.1+ */
|
|
3563
|
+
color: rgba(0, 0, 0, 0.2);
|
|
3564
|
+
opacity: 1;
|
|
3565
|
+
/* Firefox */
|
|
3566
|
+
font-style: italic; }
|
|
3567
|
+
.react-autoql-input-container .react-autoql-input:-ms-input-placeholder {
|
|
3568
|
+
/* Chrome, Firefox, Opera, Safari 10.1+ */
|
|
3569
|
+
color: rgba(0, 0, 0, 0.2);
|
|
3570
|
+
opacity: 1;
|
|
3571
|
+
/* Firefox */
|
|
3572
|
+
font-style: italic; }
|
|
3573
|
+
.react-autoql-input-container .react-autoql-input::placeholder {
|
|
3574
|
+
/* Chrome, Firefox, Opera, Safari 10.1+ */
|
|
3575
|
+
color: rgba(0, 0, 0, 0.2);
|
|
3576
|
+
opacity: 1;
|
|
3577
|
+
/* Firefox */
|
|
3578
|
+
font-style: italic; }
|
|
3579
|
+
.react-autoql-input-container .react-autoql-input-icon {
|
|
3459
3580
|
position: absolute;
|
|
3460
|
-
|
|
3461
|
-
|
|
3462
|
-
|
|
3581
|
+
left: 12px;
|
|
3582
|
+
top: 8px;
|
|
3583
|
+
opacity: 0.4;
|
|
3463
3584
|
transition: all 0.2s ease; }
|
|
3464
|
-
|
|
3465
|
-
|
|
3466
|
-
|
|
3467
|
-
.react-autoql-
|
|
3585
|
+
.react-autoql-input-container .react-autoql-input-icon span.react-autoql-icon svg {
|
|
3586
|
+
height: 17px;
|
|
3587
|
+
width: 17px; }
|
|
3588
|
+
.react-autoql-input-container:hover .react-autoql-input,
|
|
3589
|
+
.react-autoql-input-container .react-autoql-input:focus {
|
|
3590
|
+
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
3591
|
+
.react-autoql-input-container:hover .react-autoql-input-icon,
|
|
3592
|
+
.react-autoql-input-container .react-autoql-input-icon.focus {
|
|
3468
3593
|
opacity: 1;
|
|
3469
|
-
|
|
3470
|
-
.react-autoql-radio-btn-container .react-autoql-radio-btn {
|
|
3471
|
-
position: relative;
|
|
3472
|
-
display: inline-block;
|
|
3473
|
-
padding: 3px 12px;
|
|
3474
|
-
border: 1px solid var(--react-autoql-border-color, #dcdcdc);
|
|
3475
|
-
margin-left: -1px;
|
|
3476
|
-
transition: all 0.2s ease;
|
|
3477
|
-
cursor: pointer; }
|
|
3478
|
-
.react-autoql-radio-btn-container .react-autoql-radio-btn.active {
|
|
3479
|
-
background-color: var(--react-autoql-accent-color, #26a7df);
|
|
3480
|
-
border-color: var(--react-autoql-accent-color, #26a7df);
|
|
3481
|
-
color: #fff;
|
|
3482
|
-
z-index: 3; }
|
|
3483
|
-
.react-autoql-radio-btn-container .react-autoql-radio-btn.active.outlined {
|
|
3484
|
-
background-color: inherit;
|
|
3485
|
-
color: var(--react-autoql-accent-color, #26a7df);
|
|
3486
|
-
z-index: 3; }
|
|
3487
|
-
.react-autoql-radio-btn-container .react-autoql-radio-btn:hover:not(.active) {
|
|
3488
|
-
border-color: var(--react-autoql-accent-color, #26a7df);
|
|
3489
|
-
color: var(--react-autoql-accent-color, #26a7df);
|
|
3490
|
-
z-index: 2; }
|
|
3491
|
-
.react-autoql-radio-btn-container .react-autoql-radio-btn:first-child {
|
|
3492
|
-
border-top-left-radius: 4px;
|
|
3493
|
-
border-bottom-left-radius: 4px;
|
|
3494
|
-
margin-left: 0; }
|
|
3495
|
-
.react-autoql-radio-btn-container .react-autoql-radio-btn:last-child {
|
|
3496
|
-
border-top-right-radius: 4px;
|
|
3497
|
-
border-bottom-right-radius: 4px; }
|
|
3594
|
+
color: var(--react-autoql-accent-color, #26a7df); }
|
|
3498
3595
|
|
|
3499
3596
|
.react-autoql-steps-container {
|
|
3500
3597
|
margin: 10px; }
|
|
@@ -3565,56 +3662,58 @@ span.react-autoql-icon {
|
|
|
3565
3662
|
transition-duration: 0.5s;
|
|
3566
3663
|
opacity: 1; }
|
|
3567
3664
|
|
|
3568
|
-
.react-autoql-
|
|
3569
|
-
|
|
3570
|
-
|
|
3571
|
-
|
|
3572
|
-
|
|
3573
|
-
|
|
3665
|
+
.react-autoql-notification-rule-container {
|
|
3666
|
+
display: flex; }
|
|
3667
|
+
.react-autoql-notification-rule-container .react-autoql-rule-input {
|
|
3668
|
+
display: flex;
|
|
3669
|
+
flex-direction: column;
|
|
3670
|
+
flex: 1;
|
|
3671
|
+
width: 100%; }
|
|
3672
|
+
.react-autoql-notification-rule-container .react-autoql-rule-first-input-container {
|
|
3673
|
+
display: flex;
|
|
3674
|
+
flex: 1; }
|
|
3675
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container {
|
|
3676
|
+
display: flex;
|
|
3677
|
+
padding: 2px 0;
|
|
3574
3678
|
border-radius: 4px;
|
|
3575
|
-
|
|
3576
|
-
|
|
3577
|
-
|
|
3578
|
-
|
|
3579
|
-
|
|
3580
|
-
|
|
3581
|
-
|
|
3582
|
-
|
|
3583
|
-
|
|
3584
|
-
|
|
3585
|
-
|
|
3586
|
-
|
|
3587
|
-
|
|
3588
|
-
|
|
3589
|
-
|
|
3590
|
-
|
|
3591
|
-
|
|
3592
|
-
|
|
3593
|
-
|
|
3594
|
-
|
|
3595
|
-
|
|
3596
|
-
|
|
3597
|
-
|
|
3598
|
-
|
|
3599
|
-
|
|
3600
|
-
|
|
3601
|
-
|
|
3602
|
-
|
|
3603
|
-
|
|
3604
|
-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
|
|
3613
|
-
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
3614
|
-
.react-autoql-input-container:hover .react-autoql-input-icon,
|
|
3615
|
-
.react-autoql-input-container .react-autoql-input-icon.focus {
|
|
3616
|
-
opacity: 1;
|
|
3617
|
-
color: var(--react-autoql-accent-color, #26a7df); }
|
|
3679
|
+
transition: all 0.3s ease;
|
|
3680
|
+
flex: 1; }
|
|
3681
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-condition-select {
|
|
3682
|
+
flex: 0;
|
|
3683
|
+
flex-basis: 33px; }
|
|
3684
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-input {
|
|
3685
|
+
flex: 1;
|
|
3686
|
+
margin-left: 4px; }
|
|
3687
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-delete-compare-btn {
|
|
3688
|
+
cursor: pointer;
|
|
3689
|
+
opacity: 0.6;
|
|
3690
|
+
padding: 6px; }
|
|
3691
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-delete-compare-btn:hover {
|
|
3692
|
+
opacity: 1; }
|
|
3693
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container.hidden {
|
|
3694
|
+
display: none; }
|
|
3695
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container {
|
|
3696
|
+
margin: 0; }
|
|
3697
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container:hover + .react-autoql-rule-term-type-selector,
|
|
3698
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container.focus
|
|
3699
|
+
+ .react-autoql-rule-term-type-selector {
|
|
3700
|
+
color: var(--react-autoql-accent-color, #26a7df);
|
|
3701
|
+
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
3702
|
+
|
|
3703
|
+
.read-only-rule-term {
|
|
3704
|
+
display: inline-block;
|
|
3705
|
+
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
3706
|
+
background: rgba(0, 0, 0, 0.02);
|
|
3707
|
+
padding: 3px 7px;
|
|
3708
|
+
line-height: 1.5em;
|
|
3709
|
+
margin-right: 5px;
|
|
3710
|
+
margin-bottom: 2px;
|
|
3711
|
+
margin-top: 2px;
|
|
3712
|
+
border-radius: 4px; }
|
|
3713
|
+
|
|
3714
|
+
.expression-term-validation-error {
|
|
3715
|
+
padding: 0 10px;
|
|
3716
|
+
color: var(--react-autoql-warning-color); }
|
|
3618
3717
|
|
|
3619
3718
|
.notification-read-only-group {
|
|
3620
3719
|
border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
|
|
@@ -3734,59 +3833,6 @@ span.react-autoql-icon {
|
|
|
3734
3833
|
opacity: 1;
|
|
3735
3834
|
color: var(--react-autoql-accent-color); }
|
|
3736
3835
|
|
|
3737
|
-
.react-autoql-notification-rule-container {
|
|
3738
|
-
display: flex; }
|
|
3739
|
-
.react-autoql-notification-rule-container .react-autoql-rule-input {
|
|
3740
|
-
display: flex;
|
|
3741
|
-
flex-direction: column;
|
|
3742
|
-
flex: 1;
|
|
3743
|
-
width: 100%; }
|
|
3744
|
-
.react-autoql-notification-rule-container .react-autoql-rule-first-input-container {
|
|
3745
|
-
display: flex;
|
|
3746
|
-
flex: 1; }
|
|
3747
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container {
|
|
3748
|
-
display: flex;
|
|
3749
|
-
padding: 2px 0;
|
|
3750
|
-
border-radius: 4px;
|
|
3751
|
-
transition: all 0.3s ease;
|
|
3752
|
-
flex: 1; }
|
|
3753
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-condition-select {
|
|
3754
|
-
flex: 0;
|
|
3755
|
-
flex-basis: 33px; }
|
|
3756
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-input {
|
|
3757
|
-
flex: 1;
|
|
3758
|
-
margin-left: 4px; }
|
|
3759
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-delete-compare-btn {
|
|
3760
|
-
cursor: pointer;
|
|
3761
|
-
opacity: 0.6;
|
|
3762
|
-
padding: 6px; }
|
|
3763
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-delete-compare-btn:hover {
|
|
3764
|
-
opacity: 1; }
|
|
3765
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container.hidden {
|
|
3766
|
-
display: none; }
|
|
3767
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container {
|
|
3768
|
-
margin: 0; }
|
|
3769
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container:hover + .react-autoql-rule-term-type-selector,
|
|
3770
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container.focus
|
|
3771
|
-
+ .react-autoql-rule-term-type-selector {
|
|
3772
|
-
color: var(--react-autoql-accent-color, #26a7df);
|
|
3773
|
-
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
3774
|
-
|
|
3775
|
-
.read-only-rule-term {
|
|
3776
|
-
display: inline-block;
|
|
3777
|
-
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
3778
|
-
background: rgba(0, 0, 0, 0.02);
|
|
3779
|
-
padding: 3px 7px;
|
|
3780
|
-
line-height: 1.5em;
|
|
3781
|
-
margin-right: 5px;
|
|
3782
|
-
margin-bottom: 2px;
|
|
3783
|
-
margin-top: 2px;
|
|
3784
|
-
border-radius: 4px; }
|
|
3785
|
-
|
|
3786
|
-
.expression-term-validation-error {
|
|
3787
|
-
padding: 0 10px;
|
|
3788
|
-
color: var(--react-autoql-warning-color); }
|
|
3789
|
-
|
|
3790
3836
|
.spinner-loader {
|
|
3791
3837
|
display: inline-block;
|
|
3792
3838
|
width: 14px;
|
|
@@ -3800,8 +3846,8 @@ span.react-autoql-icon {
|
|
|
3800
3846
|
height: 16px;
|
|
3801
3847
|
margin: 0px;
|
|
3802
3848
|
border-radius: 50%;
|
|
3803
|
-
border: 1px solid
|
|
3804
|
-
border-color:
|
|
3849
|
+
border: 1px solid currentColor;
|
|
3850
|
+
border-color: currentColor transparent currentColor transparent;
|
|
3805
3851
|
-webkit-animation: spinner-loader 1.2s linear infinite;
|
|
3806
3852
|
animation: spinner-loader 1.2s linear infinite; }
|
|
3807
3853
|
|
|
@@ -3819,6 +3865,44 @@ span.react-autoql-icon {
|
|
|
3819
3865
|
|
|
3820
3866
|
|
|
3821
3867
|
|
|
3868
|
+
.react-autoql-select {
|
|
3869
|
+
border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
|
|
3870
|
+
border-radius: 4px;
|
|
3871
|
+
background: var(--react-autoql-background-color-primary, white);
|
|
3872
|
+
display: inline-block;
|
|
3873
|
+
font-size: 13px;
|
|
3874
|
+
line-height: 32px;
|
|
3875
|
+
height: 34px;
|
|
3876
|
+
margin: 0 3px;
|
|
3877
|
+
padding: 0 11px;
|
|
3878
|
+
color: var(--react-autoql-accent-color, #26a7df);
|
|
3879
|
+
transition: all 0.2s ease;
|
|
3880
|
+
cursor: pointer; }
|
|
3881
|
+
.react-autoql-select:hover {
|
|
3882
|
+
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
3883
|
+
|
|
3884
|
+
.react-autoql-select-popup-container {
|
|
3885
|
+
background: var(--react-autoql-background-color-primary, white);
|
|
3886
|
+
padding: 10px 0;
|
|
3887
|
+
max-height: 300px;
|
|
3888
|
+
overflow-y: auto; }
|
|
3889
|
+
.react-autoql-select-popup-container .react-autoql-select-option.active {
|
|
3890
|
+
background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
|
|
3891
|
+
.react-autoql-select-popup-container .react-autoql-select-popup {
|
|
3892
|
+
list-style-type: none;
|
|
3893
|
+
width: 100%;
|
|
3894
|
+
margin: 0;
|
|
3895
|
+
padding: 0; }
|
|
3896
|
+
.react-autoql-select-popup-container .react-autoql-select-popup li {
|
|
3897
|
+
color: var(--react-autoql-text-color-primary);
|
|
3898
|
+
width: 100%;
|
|
3899
|
+
height: 35px;
|
|
3900
|
+
line-height: 35px;
|
|
3901
|
+
padding: 0 20px;
|
|
3902
|
+
cursor: pointer; }
|
|
3903
|
+
.react-autoql-select-popup-container .react-autoql-select-popup li:hover {
|
|
3904
|
+
background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
|
|
3905
|
+
|
|
3822
3906
|
.slack-modal-error-container,
|
|
3823
3907
|
.slack-modal-empty-list-message {
|
|
3824
3908
|
display: flex;
|
|
@@ -3964,44 +4048,6 @@ span.react-autoql-icon {
|
|
|
3964
4048
|
.slack-channel-list-container .connect-channel-btn button {
|
|
3965
4049
|
width: 200px; }
|
|
3966
4050
|
|
|
3967
|
-
.react-autoql-select {
|
|
3968
|
-
border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
|
|
3969
|
-
border-radius: 4px;
|
|
3970
|
-
background: var(--react-autoql-background-color-primary, white);
|
|
3971
|
-
display: inline-block;
|
|
3972
|
-
font-size: 13px;
|
|
3973
|
-
line-height: 32px;
|
|
3974
|
-
height: 34px;
|
|
3975
|
-
margin: 0 3px;
|
|
3976
|
-
padding: 0 11px;
|
|
3977
|
-
color: var(--react-autoql-accent-color, #26a7df);
|
|
3978
|
-
transition: all 0.2s ease;
|
|
3979
|
-
cursor: pointer; }
|
|
3980
|
-
.react-autoql-select:hover {
|
|
3981
|
-
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
3982
|
-
|
|
3983
|
-
.react-autoql-select-popup-container {
|
|
3984
|
-
background: var(--react-autoql-background-color-primary, white);
|
|
3985
|
-
padding: 10px 0;
|
|
3986
|
-
max-height: 300px;
|
|
3987
|
-
overflow-y: auto; }
|
|
3988
|
-
.react-autoql-select-popup-container .react-autoql-select-option.active {
|
|
3989
|
-
background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
|
|
3990
|
-
.react-autoql-select-popup-container .react-autoql-select-popup {
|
|
3991
|
-
list-style-type: none;
|
|
3992
|
-
width: 100%;
|
|
3993
|
-
margin: 0;
|
|
3994
|
-
padding: 0; }
|
|
3995
|
-
.react-autoql-select-popup-container .react-autoql-select-popup li {
|
|
3996
|
-
color: var(--react-autoql-text-color-primary);
|
|
3997
|
-
width: 100%;
|
|
3998
|
-
height: 35px;
|
|
3999
|
-
line-height: 35px;
|
|
4000
|
-
padding: 0 20px;
|
|
4001
|
-
cursor: pointer; }
|
|
4002
|
-
.react-autoql-select-popup-container .react-autoql-select-popup li:hover {
|
|
4003
|
-
background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
|
|
4004
|
-
|
|
4005
4051
|
.react-autoql-select-with-arrow div {
|
|
4006
4052
|
color: inherit; }
|
|
4007
4053
|
|