react-autoql 3.4.9 → 3.5.0
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.icloud +0 -0
- package/dist/autoql.esm 2.css +4247 -0
- package/dist/autoql.esm.css +1098 -950
- package/dist/autoql.esm.js +951 -470
- package/package.json +7 -1
package/dist/autoql.esm.css
CHANGED
|
@@ -8,6 +8,8 @@
|
|
|
8
8
|
padding-left: 20px;
|
|
9
9
|
margin: 10px;
|
|
10
10
|
height: 42px;
|
|
11
|
+
width: calc(100% - 20px);
|
|
12
|
+
white-space: nowrap;
|
|
11
13
|
box-sizing: border-box;
|
|
12
14
|
border-radius: 24px;
|
|
13
15
|
font-size: 16px;
|
|
@@ -142,76 +144,6 @@
|
|
|
142
144
|
left: 30px;
|
|
143
145
|
top: 15px; }
|
|
144
146
|
|
|
145
|
-
.loading-container-centered {
|
|
146
|
-
height: 100%;
|
|
147
|
-
width: 100%;
|
|
148
|
-
display: flex;
|
|
149
|
-
flex-direction: column;
|
|
150
|
-
justify-content: center;
|
|
151
|
-
align-items: center; }
|
|
152
|
-
|
|
153
|
-
.response-loading {
|
|
154
|
-
display: inline-block;
|
|
155
|
-
position: relative;
|
|
156
|
-
width: 64px;
|
|
157
|
-
height: 64px; }
|
|
158
|
-
|
|
159
|
-
.response-loading div {
|
|
160
|
-
position: absolute;
|
|
161
|
-
top: 27px;
|
|
162
|
-
width: 11px;
|
|
163
|
-
height: 11px;
|
|
164
|
-
border-radius: 50%;
|
|
165
|
-
background: #e2e2e2;
|
|
166
|
-
-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
167
|
-
animation-timing-function: cubic-bezier(0, 1, 1, 0); }
|
|
168
|
-
|
|
169
|
-
.response-loading div:nth-child(1) {
|
|
170
|
-
left: 6px;
|
|
171
|
-
-webkit-animation: response-loading1 0.6s infinite;
|
|
172
|
-
animation: response-loading1 0.6s infinite; }
|
|
173
|
-
|
|
174
|
-
.response-loading div:nth-child(2) {
|
|
175
|
-
left: 6px;
|
|
176
|
-
-webkit-animation: response-loading2 0.6s infinite;
|
|
177
|
-
animation: response-loading2 0.6s infinite; }
|
|
178
|
-
|
|
179
|
-
.response-loading div:nth-child(3) {
|
|
180
|
-
left: 26px;
|
|
181
|
-
-webkit-animation: response-loading2 0.6s infinite;
|
|
182
|
-
animation: response-loading2 0.6s infinite; }
|
|
183
|
-
|
|
184
|
-
.response-loading div:nth-child(4) {
|
|
185
|
-
left: 45px;
|
|
186
|
-
-webkit-animation: response-loading3 0.6s infinite;
|
|
187
|
-
animation: response-loading3 0.6s infinite; }
|
|
188
|
-
|
|
189
|
-
#condition-lock-snackbar-success {
|
|
190
|
-
visibility: hidden;
|
|
191
|
-
min-width: 200px;
|
|
192
|
-
line-height: 1 !important;
|
|
193
|
-
font-size: 14px !important;
|
|
194
|
-
background-color: var(--react-autoql-background-color-secondary);
|
|
195
|
-
color: var(--react-autoql-success-color);
|
|
196
|
-
text-align: center;
|
|
197
|
-
border-radius: 4px;
|
|
198
|
-
padding: 6px;
|
|
199
|
-
position: fixed;
|
|
200
|
-
display: block;
|
|
201
|
-
z-index: 999999999;
|
|
202
|
-
transform: translateX(-10%);
|
|
203
|
-
box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.4); }
|
|
204
|
-
|
|
205
|
-
.autoql-condition-locking-menu-container
|
|
206
|
-
.react-autosuggest__suggestions-container--open {
|
|
207
|
-
transform: translateX(8%);
|
|
208
|
-
width: 90% !important; }
|
|
209
|
-
|
|
210
|
-
#condition-lock-snackbar-success.show {
|
|
211
|
-
visibility: visible;
|
|
212
|
-
-webkit-animation: snackbarFadein 0.5s, snackbarFadeout 0.5s 2.5s;
|
|
213
|
-
animation: snackbarFadein 0.5s, snackbarFadeout 0.5s 2.5s; }
|
|
214
|
-
|
|
215
147
|
.react-autoql-drawer {
|
|
216
148
|
font-family: var(--react-autoql-font-family), sans-serif;
|
|
217
149
|
line-height: 22px; }
|
|
@@ -298,8 +230,7 @@
|
|
|
298
230
|
|
|
299
231
|
.react-autoql-drawer .chat-bar-container {
|
|
300
232
|
position: relative;
|
|
301
|
-
padding: 10px;
|
|
302
|
-
padding-top: 30px; }
|
|
233
|
+
padding: 10px; }
|
|
303
234
|
|
|
304
235
|
.react-autoql-drawer .chat-drawer-chat-bar {
|
|
305
236
|
flex-shrink: 0;
|
|
@@ -508,7 +439,8 @@
|
|
|
508
439
|
|
|
509
440
|
.react-autoql-condition-lock-menu {
|
|
510
441
|
color: var(--react-autoql-text-color-primary);
|
|
511
|
-
background: var(--react-autoql-background-color-primary);
|
|
442
|
+
background: var(--react-autoql-background-color-primary);
|
|
443
|
+
min-height: 300px; }
|
|
512
444
|
|
|
513
445
|
.react-tiny-popover-container {
|
|
514
446
|
z-index: 9999;
|
|
@@ -748,22 +680,6 @@
|
|
|
748
680
|
100% {
|
|
749
681
|
transform: translateY(0%); } }
|
|
750
682
|
|
|
751
|
-
@-webkit-keyframes snackbarFadein {
|
|
752
|
-
from {
|
|
753
|
-
top: 30px;
|
|
754
|
-
opacity: 0; }
|
|
755
|
-
to {
|
|
756
|
-
top: 60px;
|
|
757
|
-
opacity: 1; } }
|
|
758
|
-
|
|
759
|
-
@keyframes snackbarFadein {
|
|
760
|
-
from {
|
|
761
|
-
top: 30px;
|
|
762
|
-
opacity: 0; }
|
|
763
|
-
to {
|
|
764
|
-
top: 60px;
|
|
765
|
-
opacity: 1; } }
|
|
766
|
-
|
|
767
683
|
@-webkit-keyframes snackbarFadeout {
|
|
768
684
|
from {
|
|
769
685
|
top: 60px;
|
|
@@ -780,67 +696,6 @@
|
|
|
780
696
|
top: 30px;
|
|
781
697
|
opacity: 0; } }
|
|
782
698
|
|
|
783
|
-
.react-autoql-dashboard-container {
|
|
784
|
-
background: var(--react-autoql-background-color-secondary);
|
|
785
|
-
height: 100%;
|
|
786
|
-
width: 100%;
|
|
787
|
-
overflow: hidden; }
|
|
788
|
-
|
|
789
|
-
.react-autoql-dashboard-container.edit-mode {
|
|
790
|
-
padding-bottom: 200px; }
|
|
791
|
-
|
|
792
|
-
.dashboard-drilldown-modal .ReactModal__Content {
|
|
793
|
-
top: unset !important;
|
|
794
|
-
margin-top: 20px !important;
|
|
795
|
-
max-height: 93vh !important; }
|
|
796
|
-
|
|
797
|
-
.dashboard-drilldown-modal .react-autoql-modal-body {
|
|
798
|
-
padding: 0; }
|
|
799
|
-
|
|
800
|
-
.dashboard-drilldown-modal .react-autoql-table {
|
|
801
|
-
opacity: 0.9;
|
|
802
|
-
font-size: 11px; }
|
|
803
|
-
|
|
804
|
-
.dashboard-drilldown-modal .splitter-layout {
|
|
805
|
-
height: calc(100% - 55px); }
|
|
806
|
-
|
|
807
|
-
.dashboard-drilldown-modal .react-autoql-dashboard-drilldown-original {
|
|
808
|
-
padding: 20px;
|
|
809
|
-
padding-bottom: 10px; }
|
|
810
|
-
|
|
811
|
-
.dashboard-drilldown-modal .drilldown-hide-chart-btn {
|
|
812
|
-
text-align: right;
|
|
813
|
-
width: 100%;
|
|
814
|
-
padding-right: 20px; }
|
|
815
|
-
.dashboard-drilldown-modal .drilldown-hide-chart-btn.bottom {
|
|
816
|
-
position: absolute;
|
|
817
|
-
bottom: 5px;
|
|
818
|
-
width: 100px;
|
|
819
|
-
right: 0; }
|
|
820
|
-
.dashboard-drilldown-modal .drilldown-hide-chart-btn.top {
|
|
821
|
-
padding-top: 10px;
|
|
822
|
-
margin-bottom: -8px; }
|
|
823
|
-
|
|
824
|
-
.dashboard-drilldown-modal .react-autoql-dashboard-drilldown-table {
|
|
825
|
-
padding: 20px;
|
|
826
|
-
padding-top: 10px;
|
|
827
|
-
overflow: hidden;
|
|
828
|
-
height: 100%; }
|
|
829
|
-
|
|
830
|
-
.empty-dashboard-message-container {
|
|
831
|
-
font-family: var(--react-autoql-font-family);
|
|
832
|
-
color: var(--react-autoql-text-color-primary);
|
|
833
|
-
letter-spacing: 0.02em;
|
|
834
|
-
text-align: center;
|
|
835
|
-
padding: 100px;
|
|
836
|
-
height: 100%;
|
|
837
|
-
width: 100%; }
|
|
838
|
-
|
|
839
|
-
.empty-dashboard-new-tile-btn {
|
|
840
|
-
color: var(--react-autoql-accent-color);
|
|
841
|
-
font-weight: bold;
|
|
842
|
-
cursor: pointer; }
|
|
843
|
-
|
|
844
699
|
.chat-voice-record-button {
|
|
845
700
|
width: 40px;
|
|
846
701
|
height: 40px;
|
|
@@ -913,6 +768,111 @@
|
|
|
913
768
|
100% {
|
|
914
769
|
left: 82%; } }
|
|
915
770
|
|
|
771
|
+
.react-autoql-dashboard-container {
|
|
772
|
+
background: var(--react-autoql-background-color-secondary);
|
|
773
|
+
height: 100%;
|
|
774
|
+
width: 100%;
|
|
775
|
+
overflow: hidden; }
|
|
776
|
+
|
|
777
|
+
.react-autoql-dashboard-container.edit-mode {
|
|
778
|
+
padding-bottom: 200px; }
|
|
779
|
+
|
|
780
|
+
.dashboard-drilldown-modal .ReactModal__Content {
|
|
781
|
+
top: unset !important;
|
|
782
|
+
margin-top: 20px !important;
|
|
783
|
+
max-height: 93vh !important; }
|
|
784
|
+
|
|
785
|
+
.dashboard-drilldown-modal .react-autoql-modal-body {
|
|
786
|
+
padding: 0; }
|
|
787
|
+
|
|
788
|
+
.dashboard-drilldown-modal .react-autoql-table {
|
|
789
|
+
opacity: 0.9;
|
|
790
|
+
font-size: 11px; }
|
|
791
|
+
|
|
792
|
+
.dashboard-drilldown-modal .splitter-layout {
|
|
793
|
+
height: calc(100% - 55px); }
|
|
794
|
+
|
|
795
|
+
.dashboard-drilldown-modal .react-autoql-dashboard-drilldown-original {
|
|
796
|
+
padding: 20px;
|
|
797
|
+
padding-bottom: 10px; }
|
|
798
|
+
|
|
799
|
+
.dashboard-drilldown-modal .drilldown-hide-chart-btn {
|
|
800
|
+
text-align: right;
|
|
801
|
+
width: 100%;
|
|
802
|
+
padding-right: 20px; }
|
|
803
|
+
.dashboard-drilldown-modal .drilldown-hide-chart-btn.bottom {
|
|
804
|
+
position: absolute;
|
|
805
|
+
bottom: 5px;
|
|
806
|
+
width: 100px;
|
|
807
|
+
right: 0; }
|
|
808
|
+
.dashboard-drilldown-modal .drilldown-hide-chart-btn.top {
|
|
809
|
+
padding-top: 10px;
|
|
810
|
+
margin-bottom: -8px; }
|
|
811
|
+
|
|
812
|
+
.dashboard-drilldown-modal .react-autoql-dashboard-drilldown-table {
|
|
813
|
+
padding: 20px;
|
|
814
|
+
padding-top: 10px;
|
|
815
|
+
overflow: hidden;
|
|
816
|
+
height: 100%; }
|
|
817
|
+
|
|
818
|
+
.empty-dashboard-message-container {
|
|
819
|
+
font-family: var(--react-autoql-font-family);
|
|
820
|
+
color: var(--react-autoql-text-color-primary);
|
|
821
|
+
letter-spacing: 0.02em;
|
|
822
|
+
text-align: center;
|
|
823
|
+
padding: 100px;
|
|
824
|
+
height: 100%;
|
|
825
|
+
width: 100%; }
|
|
826
|
+
|
|
827
|
+
.empty-dashboard-new-tile-btn {
|
|
828
|
+
color: var(--react-autoql-accent-color);
|
|
829
|
+
font-weight: bold;
|
|
830
|
+
cursor: pointer; }
|
|
831
|
+
|
|
832
|
+
.loading-container-centered {
|
|
833
|
+
height: 100%;
|
|
834
|
+
width: 100%;
|
|
835
|
+
display: flex;
|
|
836
|
+
flex-direction: column;
|
|
837
|
+
justify-content: center;
|
|
838
|
+
align-items: center; }
|
|
839
|
+
|
|
840
|
+
.response-loading {
|
|
841
|
+
display: inline-block;
|
|
842
|
+
position: relative;
|
|
843
|
+
width: 64px;
|
|
844
|
+
height: 64px; }
|
|
845
|
+
|
|
846
|
+
.response-loading div {
|
|
847
|
+
position: absolute;
|
|
848
|
+
top: 27px;
|
|
849
|
+
width: 11px;
|
|
850
|
+
height: 11px;
|
|
851
|
+
border-radius: 50%;
|
|
852
|
+
background: #e2e2e2;
|
|
853
|
+
-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
|
|
854
|
+
animation-timing-function: cubic-bezier(0, 1, 1, 0); }
|
|
855
|
+
|
|
856
|
+
.response-loading div:nth-child(1) {
|
|
857
|
+
left: 6px;
|
|
858
|
+
-webkit-animation: response-loading1 0.6s infinite;
|
|
859
|
+
animation: response-loading1 0.6s infinite; }
|
|
860
|
+
|
|
861
|
+
.response-loading div:nth-child(2) {
|
|
862
|
+
left: 6px;
|
|
863
|
+
-webkit-animation: response-loading2 0.6s infinite;
|
|
864
|
+
animation: response-loading2 0.6s infinite; }
|
|
865
|
+
|
|
866
|
+
.response-loading div:nth-child(3) {
|
|
867
|
+
left: 26px;
|
|
868
|
+
-webkit-animation: response-loading2 0.6s infinite;
|
|
869
|
+
animation: response-loading2 0.6s infinite; }
|
|
870
|
+
|
|
871
|
+
.response-loading div:nth-child(4) {
|
|
872
|
+
left: 45px;
|
|
873
|
+
-webkit-animation: response-loading3 0.6s infinite;
|
|
874
|
+
animation: response-loading3 0.6s infinite; }
|
|
875
|
+
|
|
916
876
|
.react-autoql-icon {
|
|
917
877
|
position: relative;
|
|
918
878
|
opacity: 1; }
|
|
@@ -959,6 +919,7 @@ span.react-autoql-icon {
|
|
|
959
919
|
border-radius: 50%;
|
|
960
920
|
box-sizing: content-box; }
|
|
961
921
|
|
|
922
|
+
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
|
|
962
923
|
.react-autoql-response-content-container:not(.html-content) {
|
|
963
924
|
position: relative;
|
|
964
925
|
display: flex;
|
|
@@ -977,7 +938,7 @@ span.react-autoql-icon {
|
|
|
977
938
|
background-color: inherit;
|
|
978
939
|
text-align: left;
|
|
979
940
|
font-size: 14px;
|
|
980
|
-
height:
|
|
941
|
+
height: 95%;
|
|
981
942
|
width: 100%;
|
|
982
943
|
overflow: hidden;
|
|
983
944
|
color: var(--react-autoql-text-color-primary); }
|
|
@@ -1181,7 +1142,8 @@ span.react-autoql-icon {
|
|
|
1181
1142
|
|
|
1182
1143
|
.single-value-response {
|
|
1183
1144
|
color: inherit;
|
|
1184
|
-
cursor: unset;
|
|
1145
|
+
cursor: unset;
|
|
1146
|
+
font-size: 20px; }
|
|
1185
1147
|
.single-value-response:hover {
|
|
1186
1148
|
color: inherit; }
|
|
1187
1149
|
|
|
@@ -1220,10 +1182,45 @@ span.react-autoql-icon {
|
|
|
1220
1182
|
.context-menu-list li:hover {
|
|
1221
1183
|
background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.05)); }
|
|
1222
1184
|
|
|
1223
|
-
.react-autoql-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1185
|
+
.react-autoql-condition-link {
|
|
1186
|
+
background: none !important;
|
|
1187
|
+
border: none;
|
|
1188
|
+
padding: 0 !important;
|
|
1189
|
+
text-decoration: none;
|
|
1190
|
+
white-space: nowrap;
|
|
1191
|
+
cursor: pointer;
|
|
1192
|
+
color: var(--react-autoql-accent-color); }
|
|
1193
|
+
.react-autoql-condition-link:hover {
|
|
1194
|
+
opacity: 0.9; }
|
|
1195
|
+
|
|
1196
|
+
.react-autoql-condition-link-filtered {
|
|
1197
|
+
text-decoration: none;
|
|
1198
|
+
white-space: nowrap;
|
|
1199
|
+
cursor: pointer;
|
|
1200
|
+
color: var(--react-autoql-accent-color); }
|
|
1201
|
+
.react-autoql-condition-link-filtered .react-autoql-custom-icon {
|
|
1202
|
+
font-size: 14px;
|
|
1203
|
+
vertical-align: middle;
|
|
1204
|
+
margin-top: -4px; }
|
|
1205
|
+
.react-autoql-condition-link-filtered:hover {
|
|
1206
|
+
opacity: 0.9;
|
|
1207
|
+
border: none !important; }
|
|
1208
|
+
.react-autoql-condition-link-filtered:hover .react-autoql-custom-icon {
|
|
1209
|
+
opacity: 0.9; }
|
|
1210
|
+
|
|
1211
|
+
.condition-lock-reverse-translation {
|
|
1212
|
+
color: var(--react-autoql-text-color-primary);
|
|
1213
|
+
background-color: var(--react-autoql-background-color-secondary);
|
|
1214
|
+
border-radius: 5px;
|
|
1215
|
+
padding: 4px 6px 4px 6px;
|
|
1216
|
+
margin: 2px;
|
|
1217
|
+
min-height: 26px;
|
|
1218
|
+
min-width: 300px; }
|
|
1219
|
+
|
|
1220
|
+
.react-autoql-step-container a {
|
|
1221
|
+
color: var(--react-autoql-accent-color, #26a7df); }
|
|
1222
|
+
|
|
1223
|
+
.frequency-date-select-container {
|
|
1227
1224
|
margin-top: 10px; }
|
|
1228
1225
|
|
|
1229
1226
|
.notification-frequency-step {
|
|
@@ -1247,103 +1244,38 @@ span.react-autoql-icon {
|
|
|
1247
1244
|
display: inline-block;
|
|
1248
1245
|
width: 300px; }
|
|
1249
1246
|
|
|
1250
|
-
.
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
height:
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
.react-autoql-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
.
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4));
|
|
1283
|
-
transition: color 0.1s ease; }
|
|
1284
|
-
.react-autoql-notification-dismiss-all span {
|
|
1285
|
-
opacity: 0.8;
|
|
1286
|
-
cursor: pointer; }
|
|
1287
|
-
.react-autoql-notification-dismiss-all span:hover {
|
|
1288
|
-
opacity: 1; }
|
|
1289
|
-
|
|
1290
|
-
.react-autoql-notification-display-name-input {
|
|
1291
|
-
width: 100%; }
|
|
1292
|
-
|
|
1293
|
-
.react-autoql-notification-message-input {
|
|
1294
|
-
width: 100%; }
|
|
1295
|
-
|
|
1296
|
-
.react-autoql-notification-list-item:nth-of-type(0) {
|
|
1297
|
-
-webkit-animation-delay: 0s;
|
|
1298
|
-
animation-delay: 0s; }
|
|
1299
|
-
|
|
1300
|
-
.react-autoql-notification-list-item:nth-of-type(1) {
|
|
1301
|
-
-webkit-animation-delay: 0.1s;
|
|
1302
|
-
animation-delay: 0.1s; }
|
|
1303
|
-
|
|
1304
|
-
.react-autoql-notification-list-item:nth-of-type(2) {
|
|
1305
|
-
-webkit-animation-delay: 0.2s;
|
|
1306
|
-
animation-delay: 0.2s; }
|
|
1307
|
-
|
|
1308
|
-
.react-autoql-notification-list-item:nth-of-type(3) {
|
|
1309
|
-
-webkit-animation-delay: 0.3s;
|
|
1310
|
-
animation-delay: 0.3s; }
|
|
1311
|
-
|
|
1312
|
-
.react-autoql-notification-list-item:nth-of-type(4) {
|
|
1313
|
-
-webkit-animation-delay: 0.4s;
|
|
1314
|
-
animation-delay: 0.4s; }
|
|
1315
|
-
|
|
1316
|
-
.react-autoql-notification-list-item:nth-of-type(5) {
|
|
1317
|
-
-webkit-animation-delay: 0.5s;
|
|
1318
|
-
animation-delay: 0.5s; }
|
|
1319
|
-
|
|
1320
|
-
.react-autoql-notification-list-item:nth-of-type(6) {
|
|
1321
|
-
-webkit-animation-delay: 0.6s;
|
|
1322
|
-
animation-delay: 0.6s; }
|
|
1323
|
-
|
|
1324
|
-
.react-autoql-notification-list-item:nth-of-type(7) {
|
|
1325
|
-
-webkit-animation-delay: 0.7s;
|
|
1326
|
-
animation-delay: 0.7s; }
|
|
1327
|
-
|
|
1328
|
-
.react-autoql-notification-list-item:nth-of-type(8) {
|
|
1329
|
-
-webkit-animation-delay: 0.8s;
|
|
1330
|
-
animation-delay: 0.8s; }
|
|
1331
|
-
|
|
1332
|
-
.react-autoql-notification-list-item:nth-of-type(9) {
|
|
1333
|
-
-webkit-animation-delay: 0.9s;
|
|
1334
|
-
animation-delay: 0.9s; }
|
|
1335
|
-
|
|
1336
|
-
.react-autoql-notification-list-item:nth-of-type(10) {
|
|
1337
|
-
-webkit-animation-delay: 1s;
|
|
1338
|
-
animation-delay: 1s; }
|
|
1339
|
-
|
|
1340
|
-
@-webkit-keyframes slideIn {
|
|
1341
|
-
0% {
|
|
1342
|
-
opacity: 0;
|
|
1343
|
-
top: 500px; }
|
|
1344
|
-
100% {
|
|
1345
|
-
opacity: 1;
|
|
1346
|
-
top: 0; } }
|
|
1247
|
+
.react-autoql-notifications-button-container {
|
|
1248
|
+
position: relative;
|
|
1249
|
+
display: inline-block;
|
|
1250
|
+
font-size: inherit;
|
|
1251
|
+
line-height: 1em;
|
|
1252
|
+
width: 1em; }
|
|
1253
|
+
.react-autoql-notifications-button-container .react-autoql-notifications-button {
|
|
1254
|
+
font-size: 1em;
|
|
1255
|
+
line-height: 0;
|
|
1256
|
+
vertical-align: bottom; }
|
|
1257
|
+
.react-autoql-notifications-button-container .react-autoql-notifications-badge {
|
|
1258
|
+
position: absolute;
|
|
1259
|
+
border: 2px solid #fff;
|
|
1260
|
+
background: #f5222d;
|
|
1261
|
+
border-radius: 6.3em;
|
|
1262
|
+
line-height: 1.3em;
|
|
1263
|
+
left: 0.6em;
|
|
1264
|
+
top: -0.8em;
|
|
1265
|
+
padding: 0.15em 0.5em;
|
|
1266
|
+
text-align: center;
|
|
1267
|
+
color: white;
|
|
1268
|
+
font-size: 0.5em; }
|
|
1269
|
+
.react-autoql-notifications-button-container .react-autoql-notifications-badge-dot {
|
|
1270
|
+
position: absolute;
|
|
1271
|
+
display: inline-block;
|
|
1272
|
+
border: 2px solid #fff;
|
|
1273
|
+
background: #f5222d;
|
|
1274
|
+
border-radius: 50%;
|
|
1275
|
+
height: 0.6em;
|
|
1276
|
+
width: 0.6em;
|
|
1277
|
+
left: 0.5em;
|
|
1278
|
+
top: -2px; }
|
|
1347
1279
|
|
|
1348
1280
|
.react-autoql-notification-list-item {
|
|
1349
1281
|
display: flex;
|
|
@@ -1562,69 +1494,111 @@ span.react-autoql-icon {
|
|
|
1562
1494
|
.react-autoql-notification-list-item .react-autoql-notification-display-name-container .react-autoql-notification-timestamp span.react-autoql-icon svg {
|
|
1563
1495
|
margin-bottom: -1px; }
|
|
1564
1496
|
|
|
1565
|
-
.notification-
|
|
1566
|
-
.notification-rule-validate-btn-outer {
|
|
1497
|
+
.notification-list-loading-container {
|
|
1567
1498
|
text-align: center;
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1499
|
+
padding-top: 100px;
|
|
1500
|
+
color: var(--react-autoql-text-color-primary);
|
|
1501
|
+
height: 100%;
|
|
1502
|
+
overflow: hidden;
|
|
1503
|
+
background: var(--react-autoql-background-color-secondary); }
|
|
1573
1504
|
|
|
1574
|
-
.
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
.
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1505
|
+
.empty-notifications-message {
|
|
1506
|
+
color: var(--react-autoql-text-color-primary);
|
|
1507
|
+
text-align: center;
|
|
1508
|
+
margin-top: 75px; }
|
|
1509
|
+
.empty-notifications-message div {
|
|
1510
|
+
opacity: 0.6; }
|
|
1511
|
+
.empty-notifications-message .empty-notifications-title {
|
|
1512
|
+
font-size: 16px;
|
|
1513
|
+
font-weight: bold;
|
|
1514
|
+
margin-bottom: 5px; }
|
|
1515
|
+
.empty-notifications-message .empty-notifications-img {
|
|
1516
|
+
width: 250px;
|
|
1517
|
+
height: 250px; }
|
|
1582
1518
|
|
|
1583
|
-
.notification-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1519
|
+
.react-autoql-notification-list-container {
|
|
1520
|
+
height: 100%;
|
|
1521
|
+
padding: 20px;
|
|
1522
|
+
overflow-y: auto;
|
|
1523
|
+
background: var(--react-autoql-background-color-secondary); }
|
|
1587
1524
|
|
|
1588
|
-
.
|
|
1589
|
-
|
|
1590
|
-
|
|
1525
|
+
.react-autoql-notification-dismiss-all {
|
|
1526
|
+
text-align: right;
|
|
1527
|
+
margin-bottom: 12px;
|
|
1528
|
+
padding-right: 10px;
|
|
1529
|
+
color: var(--react-autoql-text-color-primary, rgba(0, 0, 0, 0.4));
|
|
1530
|
+
transition: color 0.1s ease; }
|
|
1531
|
+
.react-autoql-notification-dismiss-all span {
|
|
1532
|
+
opacity: 0.8;
|
|
1533
|
+
cursor: pointer; }
|
|
1534
|
+
.react-autoql-notification-dismiss-all span:hover {
|
|
1535
|
+
opacity: 1; }
|
|
1591
1536
|
|
|
1592
|
-
.
|
|
1593
|
-
|
|
1537
|
+
.react-autoql-notification-display-name-input {
|
|
1538
|
+
width: 100%; }
|
|
1594
1539
|
|
|
1595
|
-
.
|
|
1596
|
-
|
|
1597
|
-
margin-top: 0.5em;
|
|
1598
|
-
padding-left: 8px; }
|
|
1540
|
+
.react-autoql-notification-message-input {
|
|
1541
|
+
width: 100%; }
|
|
1599
1542
|
|
|
1600
|
-
.notification-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
min-height: 50px; }
|
|
1543
|
+
.react-autoql-notification-list-item:nth-of-type(0) {
|
|
1544
|
+
-webkit-animation-delay: 0s;
|
|
1545
|
+
animation-delay: 0s; }
|
|
1604
1546
|
|
|
1605
|
-
.
|
|
1606
|
-
|
|
1547
|
+
.react-autoql-notification-list-item:nth-of-type(1) {
|
|
1548
|
+
-webkit-animation-delay: 0.1s;
|
|
1549
|
+
animation-delay: 0.1s; }
|
|
1607
1550
|
|
|
1608
|
-
.
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
text-align: left !important;
|
|
1612
|
-
display: flex;
|
|
1613
|
-
flex-direction: row;
|
|
1614
|
-
align-items: left;
|
|
1615
|
-
justify-content: left; }
|
|
1551
|
+
.react-autoql-notification-list-item:nth-of-type(2) {
|
|
1552
|
+
-webkit-animation-delay: 0.2s;
|
|
1553
|
+
animation-delay: 0.2s; }
|
|
1616
1554
|
|
|
1617
|
-
.
|
|
1618
|
-
|
|
1619
|
-
|
|
1555
|
+
.react-autoql-notification-list-item:nth-of-type(3) {
|
|
1556
|
+
-webkit-animation-delay: 0.3s;
|
|
1557
|
+
animation-delay: 0.3s; }
|
|
1620
1558
|
|
|
1621
|
-
.react-autoql-notification-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1559
|
+
.react-autoql-notification-list-item:nth-of-type(4) {
|
|
1560
|
+
-webkit-animation-delay: 0.4s;
|
|
1561
|
+
animation-delay: 0.4s; }
|
|
1562
|
+
|
|
1563
|
+
.react-autoql-notification-list-item:nth-of-type(5) {
|
|
1564
|
+
-webkit-animation-delay: 0.5s;
|
|
1565
|
+
animation-delay: 0.5s; }
|
|
1566
|
+
|
|
1567
|
+
.react-autoql-notification-list-item:nth-of-type(6) {
|
|
1568
|
+
-webkit-animation-delay: 0.6s;
|
|
1569
|
+
animation-delay: 0.6s; }
|
|
1570
|
+
|
|
1571
|
+
.react-autoql-notification-list-item:nth-of-type(7) {
|
|
1572
|
+
-webkit-animation-delay: 0.7s;
|
|
1573
|
+
animation-delay: 0.7s; }
|
|
1574
|
+
|
|
1575
|
+
.react-autoql-notification-list-item:nth-of-type(8) {
|
|
1576
|
+
-webkit-animation-delay: 0.8s;
|
|
1577
|
+
animation-delay: 0.8s; }
|
|
1578
|
+
|
|
1579
|
+
.react-autoql-notification-list-item:nth-of-type(9) {
|
|
1580
|
+
-webkit-animation-delay: 0.9s;
|
|
1581
|
+
animation-delay: 0.9s; }
|
|
1582
|
+
|
|
1583
|
+
.react-autoql-notification-list-item:nth-of-type(10) {
|
|
1584
|
+
-webkit-animation-delay: 1s;
|
|
1585
|
+
animation-delay: 1s; }
|
|
1586
|
+
|
|
1587
|
+
@-webkit-keyframes slideIn {
|
|
1588
|
+
0% {
|
|
1589
|
+
opacity: 0;
|
|
1590
|
+
top: 500px; }
|
|
1591
|
+
100% {
|
|
1592
|
+
opacity: 1;
|
|
1593
|
+
top: 0; } }
|
|
1594
|
+
|
|
1595
|
+
.react-autoql-notification-settings {
|
|
1596
|
+
background-color: var(--react-autoql-background-color-secondary);
|
|
1597
|
+
color: var(--react-autoql-text-color-primary);
|
|
1598
|
+
padding-top: 20px;
|
|
1599
|
+
height: 100%; }
|
|
1600
|
+
.react-autoql-notification-settings .react-autoql-notification-settings-container {
|
|
1601
|
+
margin: 20px;
|
|
1628
1602
|
margin-top: 10px;
|
|
1629
1603
|
border-radius: 4px;
|
|
1630
1604
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
|
|
@@ -1710,51 +1684,6 @@ span.react-autoql-icon {
|
|
|
1710
1684
|
align-items: center;
|
|
1711
1685
|
margin-top: -25px; }
|
|
1712
1686
|
|
|
1713
|
-
.react-autoql-notifications-button-container {
|
|
1714
|
-
position: relative;
|
|
1715
|
-
display: inline-block;
|
|
1716
|
-
font-size: inherit;
|
|
1717
|
-
line-height: 1em;
|
|
1718
|
-
width: 1em; }
|
|
1719
|
-
.react-autoql-notifications-button-container .react-autoql-notifications-button {
|
|
1720
|
-
font-size: 1em;
|
|
1721
|
-
line-height: 0;
|
|
1722
|
-
vertical-align: bottom; }
|
|
1723
|
-
.react-autoql-notifications-button-container .react-autoql-notifications-badge {
|
|
1724
|
-
position: absolute;
|
|
1725
|
-
border: 2px solid #fff;
|
|
1726
|
-
background: #f5222d;
|
|
1727
|
-
border-radius: 6.3em;
|
|
1728
|
-
line-height: 1.3em;
|
|
1729
|
-
left: 0.6em;
|
|
1730
|
-
top: -0.8em;
|
|
1731
|
-
padding: 0.15em 0.5em;
|
|
1732
|
-
text-align: center;
|
|
1733
|
-
color: white;
|
|
1734
|
-
font-size: 0.5em; }
|
|
1735
|
-
.react-autoql-notifications-button-container .react-autoql-notifications-badge-dot {
|
|
1736
|
-
position: absolute;
|
|
1737
|
-
display: inline-block;
|
|
1738
|
-
border: 2px solid #fff;
|
|
1739
|
-
background: #f5222d;
|
|
1740
|
-
border-radius: 50%;
|
|
1741
|
-
height: 0.6em;
|
|
1742
|
-
width: 0.6em;
|
|
1743
|
-
left: 0.5em;
|
|
1744
|
-
top: -2px; }
|
|
1745
|
-
|
|
1746
|
-
.notification-rule-outer-container {
|
|
1747
|
-
position: relative;
|
|
1748
|
-
border: 1px solid transparent;
|
|
1749
|
-
border-radius: 4px;
|
|
1750
|
-
padding-bottom: 5px; }
|
|
1751
|
-
|
|
1752
|
-
.expression-error-message {
|
|
1753
|
-
padding-left: 5px; }
|
|
1754
|
-
|
|
1755
|
-
.data-alerts-container.read-only .react-autoql-notification-group-container {
|
|
1756
|
-
border: none; }
|
|
1757
|
-
|
|
1758
1687
|
.react-autoql-dashboard .react-grid-item {
|
|
1759
1688
|
background: var(--react-autoql-background-color-primary, #fff);
|
|
1760
1689
|
color: var(--react-autoql-text-color-primary, #404040);
|
|
@@ -2251,6 +2180,74 @@ span.react-autoql-icon {
|
|
|
2251
2180
|
.dashboard-tile-response-container .dashboard-tile-split-pane-container {
|
|
2252
2181
|
background: inherit; }
|
|
2253
2182
|
|
|
2183
|
+
.notification-rule-outer-container {
|
|
2184
|
+
position: relative;
|
|
2185
|
+
border: 1px solid transparent;
|
|
2186
|
+
border-radius: 4px;
|
|
2187
|
+
padding-bottom: 5px; }
|
|
2188
|
+
|
|
2189
|
+
.expression-error-message {
|
|
2190
|
+
padding-left: 5px; }
|
|
2191
|
+
|
|
2192
|
+
.data-alerts-container.read-only .react-autoql-notification-group-container {
|
|
2193
|
+
border: none; }
|
|
2194
|
+
|
|
2195
|
+
.notification-rule-add-btn-outer,
|
|
2196
|
+
.notification-rule-validate-btn-outer {
|
|
2197
|
+
text-align: center;
|
|
2198
|
+
border-style: dashed !important;
|
|
2199
|
+
height: 38px;
|
|
2200
|
+
line-height: 25px;
|
|
2201
|
+
margin: 0 !important;
|
|
2202
|
+
overflow: hidden; }
|
|
2203
|
+
|
|
2204
|
+
.notification-rule-outer-container {
|
|
2205
|
+
position: relative;
|
|
2206
|
+
border: 1px solid transparent;
|
|
2207
|
+
border-radius: 4px; }
|
|
2208
|
+
.notification-rule-outer-container.outlined {
|
|
2209
|
+
border-color: rgba(0, 0, 0, 0.15);
|
|
2210
|
+
padding: 0 20px;
|
|
2211
|
+
padding-bottom: 12px; }
|
|
2212
|
+
|
|
2213
|
+
.notification-outer-all-any {
|
|
2214
|
+
position: absolute;
|
|
2215
|
+
left: 0;
|
|
2216
|
+
top: 50%; }
|
|
2217
|
+
|
|
2218
|
+
.notification-first-group-btn-container {
|
|
2219
|
+
display: flex;
|
|
2220
|
+
justify-content: space-between; }
|
|
2221
|
+
|
|
2222
|
+
.data-alerts-container.read-only .react-autoql-notification-group-container {
|
|
2223
|
+
border: none; }
|
|
2224
|
+
|
|
2225
|
+
.notification-modal-content .react-autoql-step-content p {
|
|
2226
|
+
margin-bottom: 0.5em;
|
|
2227
|
+
margin-top: 0.5em;
|
|
2228
|
+
padding-left: 8px; }
|
|
2229
|
+
|
|
2230
|
+
.notification-modal-content .step-btn-container {
|
|
2231
|
+
text-align: right;
|
|
2232
|
+
display: flex;
|
|
2233
|
+
min-height: 50px; }
|
|
2234
|
+
|
|
2235
|
+
.expression-valid-checkmark.react-autoql-icon svg {
|
|
2236
|
+
color: var(--react-autoql-success-color); }
|
|
2237
|
+
|
|
2238
|
+
.expression-invalid-message-container {
|
|
2239
|
+
max-width: 75%;
|
|
2240
|
+
float: left;
|
|
2241
|
+
text-align: left !important;
|
|
2242
|
+
display: flex;
|
|
2243
|
+
flex-direction: row;
|
|
2244
|
+
align-items: left;
|
|
2245
|
+
justify-content: left; }
|
|
2246
|
+
|
|
2247
|
+
.expression-invalid-message {
|
|
2248
|
+
color: var(--react-autoql-danger-color);
|
|
2249
|
+
display: 'inline-block'; }
|
|
2250
|
+
|
|
2254
2251
|
.react-autoql-btn {
|
|
2255
2252
|
border-radius: 4px;
|
|
2256
2253
|
cursor: pointer;
|
|
@@ -2295,65 +2292,237 @@ span.react-autoql-icon {
|
|
|
2295
2292
|
background-color: var(--react-autoql-danger-color, #ca0b00);
|
|
2296
2293
|
color: #fff; }
|
|
2297
2294
|
|
|
2298
|
-
.
|
|
2299
|
-
|
|
2300
|
-
padding
|
|
2301
|
-
.
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
|
|
2305
|
-
|
|
2295
|
+
.query-tips-page-container {
|
|
2296
|
+
height: 100%;
|
|
2297
|
+
padding: 10px; }
|
|
2298
|
+
.query-tips-page-container .chat-bar-input-icon {
|
|
2299
|
+
top: 20px;
|
|
2300
|
+
left: 26px; }
|
|
2301
|
+
.query-tips-page-container .react-autoql-chatbar-input.left-padding {
|
|
2302
|
+
padding-left: 46px; }
|
|
2303
|
+
|
|
2304
|
+
.query-tips-result-container {
|
|
2305
|
+
color: var(--react-autoql-text-color-primary);
|
|
2306
|
+
padding: 0px 20px;
|
|
2307
|
+
text-align: center;
|
|
2308
|
+
max-width: 550px;
|
|
2309
|
+
margin: 0 auto; }
|
|
2310
|
+
.query-tips-result-container .query-tip-list-container {
|
|
2311
|
+
margin-bottom: 20px; }
|
|
2312
|
+
.query-tips-result-container .animated-item {
|
|
2313
|
+
-webkit-animation: fadeIn 0.3s linear;
|
|
2314
|
+
animation: fadeIn 0.3s linear;
|
|
2315
|
+
-webkit-animation-fill-mode: both;
|
|
2316
|
+
animation-fill-mode: both; }
|
|
2317
|
+
.query-tips-result-container .query-tip-item {
|
|
2318
|
+
position: relative;
|
|
2306
2319
|
padding: 13px;
|
|
2307
|
-
|
|
2308
|
-
height: 42px;
|
|
2309
|
-
opacity: 0;
|
|
2310
|
-
visibility: hidden;
|
|
2320
|
+
border-top: 1px solid rgba(0, 0, 0, 0.04);
|
|
2311
2321
|
cursor: pointer; }
|
|
2312
|
-
.
|
|
2313
|
-
|
|
2322
|
+
.query-tips-result-container .query-tip-item:first-child {
|
|
2323
|
+
border-top: none; }
|
|
2324
|
+
.query-tips-result-container .query-tip-item .execute-btn {
|
|
2325
|
+
position: absolute;
|
|
2326
|
+
right: 10px;
|
|
2327
|
+
top: 4px;
|
|
2328
|
+
font-size: 20px;
|
|
2329
|
+
visibility: hidden;
|
|
2330
|
+
opacity: 0; }
|
|
2331
|
+
.query-tips-result-container .query-tip-item:hover {
|
|
2332
|
+
font-weight: bold;
|
|
2333
|
+
color: var(--react-autoql-accent-color); }
|
|
2334
|
+
.query-tips-result-container .query-tip-item:hover .execute-btn {
|
|
2335
|
+
visibility: visible;
|
|
2336
|
+
opacity: 1; }
|
|
2337
|
+
.query-tips-result-container .query-tips-result-placeholder {
|
|
2338
|
+
margin-top: 50px;
|
|
2339
|
+
opacity: 0.6; }
|
|
2314
2340
|
|
|
2315
|
-
.chat-
|
|
2341
|
+
.chat-bar-loading-spinner {
|
|
2316
2342
|
position: absolute;
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
padding: 5px;
|
|
2320
|
-
border-radius: 6px; }
|
|
2321
|
-
|
|
2322
|
-
.chat-condition-item {
|
|
2323
|
-
background: none !important;
|
|
2324
|
-
border: none;
|
|
2325
|
-
margin-top: -20px !important;
|
|
2326
|
-
padding: 0 !important;
|
|
2327
|
-
font-family: var(--react-autoql-font-family);
|
|
2328
|
-
color: var(--react-autoql-accent-color);
|
|
2329
|
-
text-decoration: underline;
|
|
2330
|
-
cursor: pointer; }
|
|
2331
|
-
|
|
2332
|
-
.chat-single-message-container.response {
|
|
2333
|
-
display: flex;
|
|
2334
|
-
justify-content: flex-start;
|
|
2335
|
-
padding-left: 20px;
|
|
2336
|
-
-webkit-animation: scale-up-bl 0.6s ease;
|
|
2337
|
-
animation: scale-up-bl 0.6s ease; }
|
|
2338
|
-
|
|
2339
|
-
.chat-single-message-container.request {
|
|
2340
|
-
display: flex;
|
|
2341
|
-
justify-content: flex-end;
|
|
2342
|
-
padding-right: 20px;
|
|
2343
|
-
-webkit-animation: scale-up-br 0.6s ease;
|
|
2344
|
-
animation: scale-up-br 0.6s ease; }
|
|
2343
|
+
right: 20px;
|
|
2344
|
+
top: 22px; }
|
|
2345
2345
|
|
|
2346
|
-
|
|
2346
|
+
#react-paginate {
|
|
2347
2347
|
position: relative;
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2348
|
+
background: transparent;
|
|
2349
|
+
padding: 8px; }
|
|
2350
|
+
#react-paginate ul {
|
|
2351
|
+
display: inline-block;
|
|
2352
|
+
padding-left: 0;
|
|
2353
|
+
margin-bottom: 0; }
|
|
2354
|
+
#react-paginate li {
|
|
2355
|
+
display: inline-block;
|
|
2356
|
+
color: var(--react-autoql-text-color-primary);
|
|
2357
|
+
cursor: pointer;
|
|
2358
|
+
margin-right: 3px;
|
|
2359
|
+
border-radius: 5px;
|
|
2360
|
+
margin-bottom: 0;
|
|
2361
|
+
-webkit-user-select: none;
|
|
2362
|
+
-moz-user-select: none;
|
|
2363
|
+
-ms-user-select: none;
|
|
2364
|
+
user-select: none; }
|
|
2365
|
+
#react-paginate li:hover {
|
|
2366
|
+
opacity: 0.7;
|
|
2367
|
+
border-radius: 50%; }
|
|
2368
|
+
#react-paginate li a {
|
|
2369
|
+
display: inline-block;
|
|
2370
|
+
color: var(--react-autoql-text-color-primary);
|
|
2371
|
+
outline: none;
|
|
2372
|
+
width: 28px;
|
|
2373
|
+
height: 28px;
|
|
2374
|
+
line-height: 28px; }
|
|
2375
|
+
#react-paginate li.selected {
|
|
2376
|
+
background: var(--react-autoql-accent-color);
|
|
2377
|
+
border-radius: 50%;
|
|
2378
|
+
outline: none; }
|
|
2379
|
+
#react-paginate li.selected a {
|
|
2380
|
+
color: #fff; }
|
|
2381
|
+
#react-paginate .pagination-next.disabled,
|
|
2382
|
+
#react-paginate .pagination-previous.disabled {
|
|
2383
|
+
opacity: 0.5;
|
|
2384
|
+
pointer-events: none; }
|
|
2385
|
+
#react-paginate .pagination-previous,
|
|
2386
|
+
#react-paginate .pagination-next {
|
|
2387
|
+
position: absolute;
|
|
2388
|
+
font-size: 18px; }
|
|
2389
|
+
#react-paginate .pagination-previous a,
|
|
2390
|
+
#react-paginate .pagination-next a {
|
|
2391
|
+
color: var(--react-autoql-accent-color); }
|
|
2392
|
+
#react-paginate .pagination-previous {
|
|
2393
|
+
left: 20px; }
|
|
2394
|
+
#react-paginate .pagination-next {
|
|
2395
|
+
right: 20px; }
|
|
2396
|
+
|
|
2397
|
+
.animated-item:nth-child(1) {
|
|
2398
|
+
-webkit-animation-delay: 0.08s;
|
|
2399
|
+
animation-delay: 0.08s; }
|
|
2400
|
+
|
|
2401
|
+
.animated-item:nth-child(2) {
|
|
2402
|
+
-webkit-animation-delay: 0.16s;
|
|
2403
|
+
animation-delay: 0.16s; }
|
|
2404
|
+
|
|
2405
|
+
.animated-item:nth-child(3) {
|
|
2406
|
+
-webkit-animation-delay: 0.24s;
|
|
2407
|
+
animation-delay: 0.24s; }
|
|
2408
|
+
|
|
2409
|
+
.animated-item:nth-child(4) {
|
|
2410
|
+
-webkit-animation-delay: 0.32s;
|
|
2411
|
+
animation-delay: 0.32s; }
|
|
2412
|
+
|
|
2413
|
+
.animated-item:nth-child(5) {
|
|
2414
|
+
-webkit-animation-delay: 0.4s;
|
|
2415
|
+
animation-delay: 0.4s; }
|
|
2416
|
+
|
|
2417
|
+
.animated-item:nth-child(6) {
|
|
2418
|
+
-webkit-animation-delay: 0.48s;
|
|
2419
|
+
animation-delay: 0.48s; }
|
|
2420
|
+
|
|
2421
|
+
.animated-item:nth-child(7) {
|
|
2422
|
+
-webkit-animation-delay: 0.56s;
|
|
2423
|
+
animation-delay: 0.56s; }
|
|
2424
|
+
|
|
2425
|
+
.animated-item:nth-child(8) {
|
|
2426
|
+
-webkit-animation-delay: 0.64s;
|
|
2427
|
+
animation-delay: 0.64s; }
|
|
2428
|
+
|
|
2429
|
+
.animated-item:nth-child(9) {
|
|
2430
|
+
-webkit-animation-delay: 0.72s;
|
|
2431
|
+
animation-delay: 0.72s; }
|
|
2432
|
+
|
|
2433
|
+
.animated-item:nth-child(10) {
|
|
2434
|
+
-webkit-animation-delay: 0.8s;
|
|
2435
|
+
animation-delay: 0.8s; }
|
|
2436
|
+
|
|
2437
|
+
.animated-item:nth-child(11) {
|
|
2438
|
+
-webkit-animation-delay: 0.88s;
|
|
2439
|
+
animation-delay: 0.88s; }
|
|
2440
|
+
|
|
2441
|
+
.animated-item:nth-child(12) {
|
|
2442
|
+
-webkit-animation-delay: 0.96s;
|
|
2443
|
+
animation-delay: 0.96s; }
|
|
2444
|
+
|
|
2445
|
+
.animated-item:nth-child(13) {
|
|
2446
|
+
-webkit-animation-delay: 1.04s;
|
|
2447
|
+
animation-delay: 1.04s; }
|
|
2448
|
+
|
|
2449
|
+
.animated-item:nth-child(14) {
|
|
2450
|
+
-webkit-animation-delay: 1.12s;
|
|
2451
|
+
animation-delay: 1.12s; }
|
|
2452
|
+
|
|
2453
|
+
.animated-item:nth-child(15) {
|
|
2454
|
+
-webkit-animation-delay: 1.2s;
|
|
2455
|
+
animation-delay: 1.2s; }
|
|
2456
|
+
|
|
2457
|
+
@-webkit-keyframes fadeIn {
|
|
2458
|
+
0% {
|
|
2459
|
+
opacity: 0;
|
|
2460
|
+
top: 100px; }
|
|
2461
|
+
75% {
|
|
2462
|
+
opacity: 0.5;
|
|
2463
|
+
top: 0px; }
|
|
2464
|
+
100% {
|
|
2465
|
+
opacity: 1; } }
|
|
2466
|
+
|
|
2467
|
+
.chat-single-message-container {
|
|
2468
|
+
transition: background-color 0.2s ease;
|
|
2469
|
+
padding-top: 6px; }
|
|
2470
|
+
.chat-single-message-container:first-of-type {
|
|
2471
|
+
margin-top: 10px; }
|
|
2472
|
+
.chat-single-message-container .query-more-btn {
|
|
2473
|
+
transition: all 0.3s ease;
|
|
2474
|
+
font-size: 22px;
|
|
2475
|
+
padding: 13px;
|
|
2476
|
+
margin-bottom: 6px;
|
|
2477
|
+
height: 42px;
|
|
2478
|
+
opacity: 0;
|
|
2479
|
+
visibility: hidden;
|
|
2480
|
+
cursor: pointer; }
|
|
2481
|
+
.chat-single-message-container .query-more-btn:hover {
|
|
2482
|
+
opacity: 1; }
|
|
2483
|
+
|
|
2484
|
+
.chat-condition-item-container {
|
|
2485
|
+
position: absolute;
|
|
2486
|
+
background: inherit;
|
|
2487
|
+
bottom: 0px;
|
|
2488
|
+
padding: 5px;
|
|
2489
|
+
border-radius: 6px; }
|
|
2490
|
+
|
|
2491
|
+
.chat-condition-item {
|
|
2492
|
+
background: none !important;
|
|
2493
|
+
border: none;
|
|
2494
|
+
margin-top: -20px !important;
|
|
2495
|
+
padding: 0 !important;
|
|
2496
|
+
font-family: var(--react-autoql-font-family);
|
|
2497
|
+
color: var(--react-autoql-accent-color);
|
|
2498
|
+
text-decoration: underline;
|
|
2499
|
+
cursor: pointer; }
|
|
2500
|
+
|
|
2501
|
+
.chat-single-message-container.response {
|
|
2502
|
+
display: flex;
|
|
2503
|
+
justify-content: flex-start;
|
|
2504
|
+
padding-left: 20px;
|
|
2505
|
+
-webkit-animation: scale-up-bl 0.6s ease;
|
|
2506
|
+
animation: scale-up-bl 0.6s ease; }
|
|
2507
|
+
|
|
2508
|
+
.chat-single-message-container.request {
|
|
2509
|
+
display: flex;
|
|
2510
|
+
justify-content: flex-end;
|
|
2511
|
+
padding-right: 20px;
|
|
2512
|
+
-webkit-animation: scale-up-br 0.6s ease;
|
|
2513
|
+
animation: scale-up-br 0.6s ease; }
|
|
2514
|
+
|
|
2515
|
+
.chat-single-message-container .chat-message-bubble {
|
|
2516
|
+
position: relative;
|
|
2517
|
+
padding: 13px;
|
|
2518
|
+
border-radius: 10px;
|
|
2519
|
+
max-width: calc(100% - 20px);
|
|
2520
|
+
word-wrap: break-word;
|
|
2521
|
+
font-family: inherit;
|
|
2522
|
+
font-size: 14px;
|
|
2523
|
+
letter-spacing: 0.04em;
|
|
2524
|
+
box-sizing: border-box;
|
|
2525
|
+
/* make small margin on bottom because sometimes react
|
|
2357
2526
|
custom scrollbar cuts off a pixel or 2 at the bottom */
|
|
2358
2527
|
margin-bottom: 6px; }
|
|
2359
2528
|
|
|
@@ -2374,7 +2543,8 @@ span.react-autoql-icon {
|
|
|
2374
2543
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13); }
|
|
2375
2544
|
|
|
2376
2545
|
.chat-single-message-container.response .chat-message-bubble:not(.text) {
|
|
2377
|
-
min-width: 125px;
|
|
2546
|
+
min-width: 125px;
|
|
2547
|
+
padding-bottom: 15px; }
|
|
2378
2548
|
|
|
2379
2549
|
.chat-single-message-container.request .chat-message-bubble {
|
|
2380
2550
|
background: var(--react-autoql-accent-color);
|
|
@@ -2509,240 +2679,14 @@ so we dont have to redraw the whole table */
|
|
|
2509
2679
|
transform: scale(1);
|
|
2510
2680
|
transform-origin: 0% 100%; } }
|
|
2511
2681
|
|
|
2512
|
-
@keyframes scale-up-bl {
|
|
2513
|
-
0% {
|
|
2514
|
-
transform: scale(0.5);
|
|
2515
|
-
transform-origin: 0% 100%; }
|
|
2516
|
-
100% {
|
|
2517
|
-
transform: scale(1);
|
|
2518
|
-
transform-origin: 0% 100%; } }
|
|
2519
|
-
|
|
2520
|
-
.query-tips-page-container {
|
|
2521
|
-
height: 100%;
|
|
2522
|
-
padding: 10px; }
|
|
2523
|
-
.query-tips-page-container .chat-bar-input-icon {
|
|
2524
|
-
top: 20px;
|
|
2525
|
-
left: 26px; }
|
|
2526
|
-
.query-tips-page-container .react-autoql-chatbar-input.left-padding {
|
|
2527
|
-
padding-left: 46px; }
|
|
2528
|
-
|
|
2529
|
-
.query-tips-result-container {
|
|
2530
|
-
color: var(--react-autoql-text-color-primary);
|
|
2531
|
-
padding: 0px 20px;
|
|
2532
|
-
text-align: center;
|
|
2533
|
-
max-width: 550px;
|
|
2534
|
-
margin: 0 auto; }
|
|
2535
|
-
.query-tips-result-container .query-tip-list-container {
|
|
2536
|
-
margin-bottom: 20px; }
|
|
2537
|
-
.query-tips-result-container .animated-item {
|
|
2538
|
-
-webkit-animation: fadeIn 0.3s linear;
|
|
2539
|
-
animation: fadeIn 0.3s linear;
|
|
2540
|
-
-webkit-animation-fill-mode: both;
|
|
2541
|
-
animation-fill-mode: both; }
|
|
2542
|
-
.query-tips-result-container .query-tip-item {
|
|
2543
|
-
position: relative;
|
|
2544
|
-
padding: 13px;
|
|
2545
|
-
border-top: 1px solid rgba(0, 0, 0, 0.04);
|
|
2546
|
-
cursor: pointer; }
|
|
2547
|
-
.query-tips-result-container .query-tip-item:first-child {
|
|
2548
|
-
border-top: none; }
|
|
2549
|
-
.query-tips-result-container .query-tip-item .execute-btn {
|
|
2550
|
-
position: absolute;
|
|
2551
|
-
right: 10px;
|
|
2552
|
-
top: 4px;
|
|
2553
|
-
font-size: 20px;
|
|
2554
|
-
visibility: hidden;
|
|
2555
|
-
opacity: 0; }
|
|
2556
|
-
.query-tips-result-container .query-tip-item:hover {
|
|
2557
|
-
font-weight: bold;
|
|
2558
|
-
color: var(--react-autoql-accent-color); }
|
|
2559
|
-
.query-tips-result-container .query-tip-item:hover .execute-btn {
|
|
2560
|
-
visibility: visible;
|
|
2561
|
-
opacity: 1; }
|
|
2562
|
-
.query-tips-result-container .query-tips-result-placeholder {
|
|
2563
|
-
margin-top: 50px;
|
|
2564
|
-
opacity: 0.6; }
|
|
2565
|
-
|
|
2566
|
-
.chat-bar-loading-spinner {
|
|
2567
|
-
position: absolute;
|
|
2568
|
-
right: 20px;
|
|
2569
|
-
top: 22px; }
|
|
2570
|
-
|
|
2571
|
-
#react-paginate {
|
|
2572
|
-
position: relative;
|
|
2573
|
-
background: transparent;
|
|
2574
|
-
padding: 8px; }
|
|
2575
|
-
#react-paginate ul {
|
|
2576
|
-
display: inline-block;
|
|
2577
|
-
padding-left: 0;
|
|
2578
|
-
margin-bottom: 0; }
|
|
2579
|
-
#react-paginate li {
|
|
2580
|
-
display: inline-block;
|
|
2581
|
-
color: var(--react-autoql-text-color-primary);
|
|
2582
|
-
cursor: pointer;
|
|
2583
|
-
margin-right: 3px;
|
|
2584
|
-
border-radius: 5px;
|
|
2585
|
-
margin-bottom: 0;
|
|
2586
|
-
-webkit-user-select: none;
|
|
2587
|
-
-moz-user-select: none;
|
|
2588
|
-
-ms-user-select: none;
|
|
2589
|
-
user-select: none; }
|
|
2590
|
-
#react-paginate li:hover {
|
|
2591
|
-
opacity: 0.7;
|
|
2592
|
-
border-radius: 50%; }
|
|
2593
|
-
#react-paginate li a {
|
|
2594
|
-
display: inline-block;
|
|
2595
|
-
color: var(--react-autoql-text-color-primary);
|
|
2596
|
-
outline: none;
|
|
2597
|
-
width: 28px;
|
|
2598
|
-
height: 28px;
|
|
2599
|
-
line-height: 28px; }
|
|
2600
|
-
#react-paginate li.selected {
|
|
2601
|
-
background: var(--react-autoql-accent-color);
|
|
2602
|
-
border-radius: 50%;
|
|
2603
|
-
outline: none; }
|
|
2604
|
-
#react-paginate li.selected a {
|
|
2605
|
-
color: #fff; }
|
|
2606
|
-
#react-paginate .pagination-next.disabled,
|
|
2607
|
-
#react-paginate .pagination-previous.disabled {
|
|
2608
|
-
opacity: 0.5;
|
|
2609
|
-
pointer-events: none; }
|
|
2610
|
-
#react-paginate .pagination-previous,
|
|
2611
|
-
#react-paginate .pagination-next {
|
|
2612
|
-
position: absolute;
|
|
2613
|
-
font-size: 18px; }
|
|
2614
|
-
#react-paginate .pagination-previous a,
|
|
2615
|
-
#react-paginate .pagination-next a {
|
|
2616
|
-
color: var(--react-autoql-accent-color); }
|
|
2617
|
-
#react-paginate .pagination-previous {
|
|
2618
|
-
left: 20px; }
|
|
2619
|
-
#react-paginate .pagination-next {
|
|
2620
|
-
right: 20px; }
|
|
2621
|
-
|
|
2622
|
-
.animated-item:nth-child(1) {
|
|
2623
|
-
-webkit-animation-delay: 0.08s;
|
|
2624
|
-
animation-delay: 0.08s; }
|
|
2625
|
-
|
|
2626
|
-
.animated-item:nth-child(2) {
|
|
2627
|
-
-webkit-animation-delay: 0.16s;
|
|
2628
|
-
animation-delay: 0.16s; }
|
|
2629
|
-
|
|
2630
|
-
.animated-item:nth-child(3) {
|
|
2631
|
-
-webkit-animation-delay: 0.24s;
|
|
2632
|
-
animation-delay: 0.24s; }
|
|
2633
|
-
|
|
2634
|
-
.animated-item:nth-child(4) {
|
|
2635
|
-
-webkit-animation-delay: 0.32s;
|
|
2636
|
-
animation-delay: 0.32s; }
|
|
2637
|
-
|
|
2638
|
-
.animated-item:nth-child(5) {
|
|
2639
|
-
-webkit-animation-delay: 0.4s;
|
|
2640
|
-
animation-delay: 0.4s; }
|
|
2641
|
-
|
|
2642
|
-
.animated-item:nth-child(6) {
|
|
2643
|
-
-webkit-animation-delay: 0.48s;
|
|
2644
|
-
animation-delay: 0.48s; }
|
|
2645
|
-
|
|
2646
|
-
.animated-item:nth-child(7) {
|
|
2647
|
-
-webkit-animation-delay: 0.56s;
|
|
2648
|
-
animation-delay: 0.56s; }
|
|
2649
|
-
|
|
2650
|
-
.animated-item:nth-child(8) {
|
|
2651
|
-
-webkit-animation-delay: 0.64s;
|
|
2652
|
-
animation-delay: 0.64s; }
|
|
2653
|
-
|
|
2654
|
-
.animated-item:nth-child(9) {
|
|
2655
|
-
-webkit-animation-delay: 0.72s;
|
|
2656
|
-
animation-delay: 0.72s; }
|
|
2657
|
-
|
|
2658
|
-
.animated-item:nth-child(10) {
|
|
2659
|
-
-webkit-animation-delay: 0.8s;
|
|
2660
|
-
animation-delay: 0.8s; }
|
|
2661
|
-
|
|
2662
|
-
.animated-item:nth-child(11) {
|
|
2663
|
-
-webkit-animation-delay: 0.88s;
|
|
2664
|
-
animation-delay: 0.88s; }
|
|
2665
|
-
|
|
2666
|
-
.animated-item:nth-child(12) {
|
|
2667
|
-
-webkit-animation-delay: 0.96s;
|
|
2668
|
-
animation-delay: 0.96s; }
|
|
2669
|
-
|
|
2670
|
-
.animated-item:nth-child(13) {
|
|
2671
|
-
-webkit-animation-delay: 1.04s;
|
|
2672
|
-
animation-delay: 1.04s; }
|
|
2673
|
-
|
|
2674
|
-
.animated-item:nth-child(14) {
|
|
2675
|
-
-webkit-animation-delay: 1.12s;
|
|
2676
|
-
animation-delay: 1.12s; }
|
|
2677
|
-
|
|
2678
|
-
.animated-item:nth-child(15) {
|
|
2679
|
-
-webkit-animation-delay: 1.2s;
|
|
2680
|
-
animation-delay: 1.2s; }
|
|
2681
|
-
|
|
2682
|
-
@-webkit-keyframes fadeIn {
|
|
2683
|
-
0% {
|
|
2684
|
-
opacity: 0;
|
|
2685
|
-
top: 100px; }
|
|
2686
|
-
75% {
|
|
2687
|
-
opacity: 0.5;
|
|
2688
|
-
top: 0px; }
|
|
2689
|
-
100% {
|
|
2690
|
-
opacity: 1; } }
|
|
2691
|
-
|
|
2692
|
-
.react-autoql-cascader {
|
|
2693
|
-
position: relative;
|
|
2694
|
-
white-space: nowrap;
|
|
2695
|
-
overflow: hidden;
|
|
2696
|
-
min-width: 300px; }
|
|
2697
|
-
.react-autoql-cascader .options-container {
|
|
2698
|
-
transition: max-width 0.3s ease;
|
|
2699
|
-
display: inline-block;
|
|
2700
|
-
vertical-align: top;
|
|
2701
|
-
padding: 0 10px;
|
|
2702
|
-
margin: 10px 0;
|
|
2703
|
-
width: 100%;
|
|
2704
|
-
max-width: calc(100% - 20px);
|
|
2705
|
-
white-space: pre-wrap; }
|
|
2706
|
-
.react-autoql-cascader .options-container.hidden {
|
|
2707
|
-
max-width: 0; }
|
|
2708
|
-
.react-autoql-cascader .options-container.hidden span {
|
|
2709
|
-
white-space: nowrap; }
|
|
2710
|
-
.react-autoql-cascader .options-container.hidden .option {
|
|
2711
|
-
opacity: 0;
|
|
2712
|
-
pointer-events: none; }
|
|
2713
|
-
.react-autoql-cascader .options-container .options-title {
|
|
2714
|
-
padding: 4px;
|
|
2715
|
-
padding-left: 10px;
|
|
2716
|
-
font-weight: 600; }
|
|
2717
|
-
.react-autoql-cascader .options-container .cascader-back-arrow {
|
|
2718
|
-
position: absolute;
|
|
2719
|
-
cursor: pointer;
|
|
2720
|
-
top: 15px;
|
|
2721
|
-
left: 0; }
|
|
2722
|
-
.react-autoql-cascader .options-container .cascader-back-arrow:hover {
|
|
2723
|
-
opacity: 0.8; }
|
|
2724
|
-
.react-autoql-cascader .options-container .option {
|
|
2725
|
-
cursor: pointer;
|
|
2726
|
-
padding: 4px;
|
|
2727
|
-
display: flex;
|
|
2728
|
-
justify-content: space-between;
|
|
2729
|
-
border-radius: 2px;
|
|
2730
|
-
padding-left: 10px; }
|
|
2731
|
-
.react-autoql-cascader .options-container .option .option-arrow {
|
|
2732
|
-
opacity: 0.7; }
|
|
2733
|
-
.react-autoql-cascader .options-container .option .option-execute-icon {
|
|
2734
|
-
opacity: 0;
|
|
2735
|
-
color: #fff;
|
|
2736
|
-
font-size: 16px;
|
|
2737
|
-
vertical-align: middle; }
|
|
2738
|
-
.react-autoql-cascader .options-container .option:hover, .react-autoql-cascader .options-container .option.active {
|
|
2739
|
-
background-color: var(--react-autoql-accent-color, #26a7df);
|
|
2740
|
-
color: #fff; }
|
|
2741
|
-
.react-autoql-cascader .options-container .option:hover .option-execute-icon, .react-autoql-cascader .options-container .option.active .option-execute-icon {
|
|
2742
|
-
opacity: 1; }
|
|
2743
|
-
.react-autoql-cascader .options-container:not(:last-child) {
|
|
2744
|
-
border-right: 1px solid #d3d3d352; }
|
|
2745
|
-
|
|
2682
|
+
@keyframes scale-up-bl {
|
|
2683
|
+
0% {
|
|
2684
|
+
transform: scale(0.5);
|
|
2685
|
+
transform-origin: 0% 100%; }
|
|
2686
|
+
100% {
|
|
2687
|
+
transform: scale(1);
|
|
2688
|
+
transform-origin: 0% 100%; } }
|
|
2689
|
+
|
|
2746
2690
|
.ReactModal__Overlay {
|
|
2747
2691
|
background-color: transparent !important;
|
|
2748
2692
|
transition: background-color 0.2s ease-in-out;
|
|
@@ -2823,10 +2767,101 @@ so we dont have to redraw the whole table */
|
|
|
2823
2767
|
.react-autoql-modal-close-btn:hover {
|
|
2824
2768
|
opacity: 1 !important; }
|
|
2825
2769
|
|
|
2770
|
+
.react-autoql-cascader {
|
|
2771
|
+
position: relative;
|
|
2772
|
+
white-space: nowrap;
|
|
2773
|
+
overflow: hidden;
|
|
2774
|
+
min-width: 300px; }
|
|
2775
|
+
.react-autoql-cascader .options-container {
|
|
2776
|
+
transition: max-width 0.3s ease;
|
|
2777
|
+
display: inline-block;
|
|
2778
|
+
vertical-align: top;
|
|
2779
|
+
padding: 0 10px;
|
|
2780
|
+
margin: 10px 0;
|
|
2781
|
+
width: 100%;
|
|
2782
|
+
max-width: calc(100% - 20px);
|
|
2783
|
+
white-space: pre-wrap; }
|
|
2784
|
+
.react-autoql-cascader .options-container.hidden {
|
|
2785
|
+
max-width: 0; }
|
|
2786
|
+
.react-autoql-cascader .options-container.hidden span {
|
|
2787
|
+
white-space: nowrap; }
|
|
2788
|
+
.react-autoql-cascader .options-container.hidden .option {
|
|
2789
|
+
opacity: 0;
|
|
2790
|
+
pointer-events: none; }
|
|
2791
|
+
.react-autoql-cascader .options-container .options-title {
|
|
2792
|
+
padding: 4px;
|
|
2793
|
+
padding-left: 10px;
|
|
2794
|
+
font-weight: 600; }
|
|
2795
|
+
.react-autoql-cascader .options-container .cascader-back-arrow {
|
|
2796
|
+
position: absolute;
|
|
2797
|
+
cursor: pointer;
|
|
2798
|
+
top: 15px;
|
|
2799
|
+
left: 0; }
|
|
2800
|
+
.react-autoql-cascader .options-container .cascader-back-arrow:hover {
|
|
2801
|
+
opacity: 0.8; }
|
|
2802
|
+
.react-autoql-cascader .options-container .option {
|
|
2803
|
+
cursor: pointer;
|
|
2804
|
+
padding: 4px;
|
|
2805
|
+
display: flex;
|
|
2806
|
+
justify-content: space-between;
|
|
2807
|
+
border-radius: 2px;
|
|
2808
|
+
padding-left: 10px; }
|
|
2809
|
+
.react-autoql-cascader .options-container .option .option-arrow {
|
|
2810
|
+
opacity: 0.7; }
|
|
2811
|
+
.react-autoql-cascader .options-container .option .option-execute-icon {
|
|
2812
|
+
opacity: 0;
|
|
2813
|
+
color: #fff;
|
|
2814
|
+
font-size: 16px;
|
|
2815
|
+
vertical-align: middle; }
|
|
2816
|
+
.react-autoql-cascader .options-container .option:hover, .react-autoql-cascader .options-container .option.active {
|
|
2817
|
+
background-color: var(--react-autoql-accent-color, #26a7df);
|
|
2818
|
+
color: #fff; }
|
|
2819
|
+
.react-autoql-cascader .options-container .option:hover .option-execute-icon, .react-autoql-cascader .options-container .option.active .option-execute-icon {
|
|
2820
|
+
opacity: 1; }
|
|
2821
|
+
.react-autoql-cascader .options-container:not(:last-child) {
|
|
2822
|
+
border-right: 1px solid #d3d3d352; }
|
|
2823
|
+
|
|
2824
|
+
.react-autoql-filter-locking-title-container {
|
|
2825
|
+
display: inline-block;
|
|
2826
|
+
width: 100%;
|
|
2827
|
+
padding-top: 4px;
|
|
2828
|
+
padding-left: 6px; }
|
|
2829
|
+
.react-autoql-filter-locking-title-container h3 {
|
|
2830
|
+
width: 95%;
|
|
2831
|
+
float: left;
|
|
2832
|
+
color: var(--react-autoql-text-color-primary);
|
|
2833
|
+
margin-bottom: 0; }
|
|
2834
|
+
.react-autoql-filter-locking-title-container h3 span {
|
|
2835
|
+
color: var(--react-autoql-accent-color); }
|
|
2836
|
+
.react-autoql-filter-locking-title-container button {
|
|
2837
|
+
width: 5%;
|
|
2838
|
+
float: right; }
|
|
2839
|
+
.react-autoql-filter-locking-title-container button :hover {
|
|
2840
|
+
cursor: pointer;
|
|
2841
|
+
color: var(--react-autoql-hover-color); }
|
|
2842
|
+
|
|
2843
|
+
.react-autoql-filter-locking-empty-list {
|
|
2844
|
+
color: var(--react-autoql-text-color-primary);
|
|
2845
|
+
background-color: var(--react-autoql-background-color-secondary);
|
|
2846
|
+
border-radius: 5px;
|
|
2847
|
+
padding: 2px 6px 2px 6px;
|
|
2848
|
+
margin: 4px 10px 4px 10px;
|
|
2849
|
+
display: inline-block;
|
|
2850
|
+
position: absolute;
|
|
2851
|
+
top: 20px;
|
|
2852
|
+
box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.4);
|
|
2853
|
+
z-index: 999999; }
|
|
2854
|
+
.react-autoql-filter-locking-empty-list span {
|
|
2855
|
+
color: var(--react-autoql-accent-color); }
|
|
2856
|
+
.react-autoql-filter-locking-empty-list p {
|
|
2857
|
+
width: 96%;
|
|
2858
|
+
float: right;
|
|
2859
|
+
margin-bottom: 0; }
|
|
2860
|
+
|
|
2826
2861
|
.react-autoql-condition-locking-input {
|
|
2827
2862
|
padding: 5px;
|
|
2828
2863
|
padding-left: 20px;
|
|
2829
|
-
margin:
|
|
2864
|
+
margin: 8px;
|
|
2830
2865
|
height: 32px;
|
|
2831
2866
|
box-sizing: border-box;
|
|
2832
2867
|
border-radius: 24px;
|
|
@@ -2834,13 +2869,16 @@ so we dont have to redraw the whole table */
|
|
|
2834
2869
|
font-family: inherit;
|
|
2835
2870
|
letter-spacing: 0.04em;
|
|
2836
2871
|
outline: none !important;
|
|
2837
|
-
width: calc(100% -
|
|
2872
|
+
width: calc(100% - 20px);
|
|
2838
2873
|
font-family: inherit;
|
|
2839
2874
|
/* Default styles outside of data messenger */
|
|
2840
2875
|
border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
|
|
2841
2876
|
background: var(--react-autoql-background-color-primary);
|
|
2842
2877
|
color: #5d5d5d; }
|
|
2843
2878
|
|
|
2879
|
+
.react-autoql-condition-locking-input:hover {
|
|
2880
|
+
box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }
|
|
2881
|
+
|
|
2844
2882
|
.condition-table {
|
|
2845
2883
|
min-width: 95%;
|
|
2846
2884
|
margin: 10px auto; }
|
|
@@ -2853,6 +2891,27 @@ so we dont have to redraw the whole table */
|
|
|
2853
2891
|
padding: 4px;
|
|
2854
2892
|
margin: 0 10px 0 10px;
|
|
2855
2893
|
font-weight: 800; }
|
|
2894
|
+
.condition-table th span {
|
|
2895
|
+
color: var(--react-autoql-accent-color); }
|
|
2896
|
+
|
|
2897
|
+
.condition-table .condition-table-list-item {
|
|
2898
|
+
text-overflow: ellipsis;
|
|
2899
|
+
white-space: nowrap;
|
|
2900
|
+
overflow: hidden; }
|
|
2901
|
+
|
|
2902
|
+
.react-autoql-condition-lock-menu-footer {
|
|
2903
|
+
bottom: 0;
|
|
2904
|
+
right: 0; }
|
|
2905
|
+
.react-autoql-condition-lock-menu-footer button {
|
|
2906
|
+
float: right;
|
|
2907
|
+
margin: 6px !important; }
|
|
2908
|
+
|
|
2909
|
+
.react-autoql-condition-lock-menu-footer {
|
|
2910
|
+
bottom: 0;
|
|
2911
|
+
right: 0; }
|
|
2912
|
+
.react-autoql-condition-lock-menu-footer button {
|
|
2913
|
+
float: right;
|
|
2914
|
+
margin: 6px !important; }
|
|
2856
2915
|
|
|
2857
2916
|
.react-autoql-accept-conditions-button {
|
|
2858
2917
|
text-align: right;
|
|
@@ -2880,7 +2939,17 @@ so we dont have to redraw the whole table */
|
|
|
2880
2939
|
|
|
2881
2940
|
.condition-list {
|
|
2882
2941
|
padding: 0;
|
|
2883
|
-
margin: 0 auto;
|
|
2942
|
+
margin: 0 auto;
|
|
2943
|
+
overflow-y: scroll;
|
|
2944
|
+
min-height: 182px; }
|
|
2945
|
+
|
|
2946
|
+
.condition-list-loading-container {
|
|
2947
|
+
display: flex;
|
|
2948
|
+
height: 180px;
|
|
2949
|
+
width: 100%;
|
|
2950
|
+
padding: 20px;
|
|
2951
|
+
align-items: center;
|
|
2952
|
+
justify-content: center; }
|
|
2884
2953
|
|
|
2885
2954
|
.condition-list-item {
|
|
2886
2955
|
cursor: pointer;
|
|
@@ -2896,8 +2965,11 @@ so we dont have to redraw the whole table */
|
|
|
2896
2965
|
|
|
2897
2966
|
.empty-condition-list {
|
|
2898
2967
|
text-align: center;
|
|
2899
|
-
padding:
|
|
2900
|
-
|
|
2968
|
+
padding: 20px;
|
|
2969
|
+
height: 140px; }
|
|
2970
|
+
.empty-condition-list p {
|
|
2971
|
+
margin-top: 20px !important;
|
|
2972
|
+
vertical-align: middle; }
|
|
2901
2973
|
|
|
2902
2974
|
.autoql-close-button {
|
|
2903
2975
|
background-color: inherit;
|
|
@@ -2919,7 +2991,12 @@ so we dont have to redraw the whole table */
|
|
|
2919
2991
|
|
|
2920
2992
|
.autoql-condition-locking-menu-container
|
|
2921
2993
|
.react-autosuggest__suggestions-container--open {
|
|
2994
|
+
background-color: var(--react-autoql-background-color-primary);
|
|
2995
|
+
border: 1px solid var(--react-autoql-border-color);
|
|
2996
|
+
color: var(--react-autoql-text-color-primary);
|
|
2922
2997
|
position: absolute;
|
|
2998
|
+
top: unset;
|
|
2999
|
+
bottom: unset;
|
|
2923
3000
|
overflow-y: scroll !important;
|
|
2924
3001
|
padding-top: 5px;
|
|
2925
3002
|
padding-bottom: 5px;
|
|
@@ -2930,19 +3007,17 @@ so we dont have to redraw the whole table */
|
|
|
2930
3007
|
z-index: 2;
|
|
2931
3008
|
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.13);
|
|
2932
3009
|
text-align: left;
|
|
2933
|
-
width: 95%;
|
|
2934
|
-
top: 35px;
|
|
2935
3010
|
border-radius: 4px;
|
|
2936
|
-
margin:
|
|
3011
|
+
margin: -8px auto;
|
|
2937
3012
|
height: auto;
|
|
2938
|
-
max-height:
|
|
2939
|
-
overflow-y:
|
|
3013
|
+
max-height: 80vh;
|
|
3014
|
+
overflow-y: scroll !important;
|
|
3015
|
+
transform: translateX(4%);
|
|
3016
|
+
width: 92% !important; }
|
|
2940
3017
|
|
|
2941
|
-
.autoql-condition-locking-menu-
|
|
2942
|
-
|
|
2943
|
-
|
|
2944
|
-
border: 1px solid var(--react-autoql-border-color);
|
|
2945
|
-
color: var(--react-autoql-text-color-primary); }
|
|
3018
|
+
.autoql-condition-locking-menu-list {
|
|
3019
|
+
table-layout: fixed;
|
|
3020
|
+
width: 100%; }
|
|
2946
3021
|
|
|
2947
3022
|
.autoql-condition-locking-menu-container .react-autosuggest__suggestion {
|
|
2948
3023
|
color: var(--react-autoql-text-color-primary); }
|
|
@@ -2977,40 +3052,78 @@ so we dont have to redraw the whole table */
|
|
|
2977
3052
|
font-size: 12px;
|
|
2978
3053
|
color: #777; }
|
|
2979
3054
|
|
|
2980
|
-
.autoql-
|
|
3055
|
+
.react-autoql-filter-setting-info-card {
|
|
3056
|
+
color: var(--react-autoql-text-color-primary);
|
|
3057
|
+
background-color: var(--react-autoql-background-color-secondary);
|
|
3058
|
+
border-radius: 5px;
|
|
3059
|
+
padding: 2px 6px 2px 6px;
|
|
3060
|
+
margin: 4px 10px 4px 10px;
|
|
3061
|
+
display: inline-block;
|
|
2981
3062
|
position: absolute;
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
|
|
2985
|
-
|
|
2986
|
-
background: var(--react-autoql-background-color-primary);
|
|
2987
|
-
border: 1px solid var(--react-autoql-border-color); }
|
|
2988
|
-
.autoql-options-toolbar.vertical .react-autoql-toolbar-btn {
|
|
2989
|
-
display: block; }
|
|
2990
|
-
.autoql-options-toolbar .react-autoql-toolbar-btn {
|
|
3063
|
+
top: 40px;
|
|
3064
|
+
box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.4);
|
|
3065
|
+
z-index: 9999; }
|
|
3066
|
+
.react-autoql-filter-setting-info-card span {
|
|
2991
3067
|
color: var(--react-autoql-accent-color); }
|
|
3068
|
+
.react-autoql-filter-setting-info-card p {
|
|
3069
|
+
margin-bottom: 0 !important; }
|
|
3070
|
+
.react-autoql-filter-setting-info-card p span {
|
|
3071
|
+
color: var(--react-autoql-accent-color); }
|
|
2992
3072
|
|
|
2993
|
-
|
|
2994
|
-
|
|
2995
|
-
|
|
2996
|
-
|
|
2997
|
-
|
|
2998
|
-
|
|
2999
|
-
|
|
3000
|
-
|
|
3001
|
-
|
|
3002
|
-
|
|
3003
|
-
|
|
3004
|
-
|
|
3005
|
-
|
|
3006
|
-
|
|
3007
|
-
|
|
3008
|
-
|
|
3009
|
-
|
|
3010
|
-
|
|
3011
|
-
|
|
3012
|
-
|
|
3073
|
+
#react-autoql-condition-show-message {
|
|
3074
|
+
visibility: hidden;
|
|
3075
|
+
min-width: 200px;
|
|
3076
|
+
line-height: 1 !important;
|
|
3077
|
+
font-size: 14px !important;
|
|
3078
|
+
background-color: var(--react-autoql-background-color-secondary);
|
|
3079
|
+
text-align: center;
|
|
3080
|
+
border-radius: 4px;
|
|
3081
|
+
padding: 6px;
|
|
3082
|
+
position: fixed;
|
|
3083
|
+
top: 20px;
|
|
3084
|
+
display: block;
|
|
3085
|
+
z-index: 999999999;
|
|
3086
|
+
transform: translateX(85%);
|
|
3087
|
+
box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.4); }
|
|
3088
|
+
#react-autoql-condition-show-message span {
|
|
3089
|
+
color: var(--react-autoql-accent-color); }
|
|
3090
|
+
|
|
3091
|
+
#react-autoql-condition-show-message.show {
|
|
3092
|
+
visibility: visible;
|
|
3093
|
+
-webkit-animation: snackbarFadein 1s, snackbarFadeout 1s 2s;
|
|
3094
|
+
animation: snackbarFadein 1s, snackbarFadeout 1s 2s; }
|
|
3095
|
+
|
|
3096
|
+
@-webkit-keyframes snackbarFadein {
|
|
3097
|
+
from {
|
|
3098
|
+
top: 0;
|
|
3099
|
+
opacity: 0; }
|
|
3100
|
+
to {
|
|
3101
|
+
top: 20px;
|
|
3102
|
+
opacity: 1; } }
|
|
3103
|
+
|
|
3104
|
+
@keyframes snackbarFadein {
|
|
3105
|
+
from {
|
|
3106
|
+
top: 0;
|
|
3107
|
+
opacity: 0; }
|
|
3108
|
+
to {
|
|
3109
|
+
top: 20px;
|
|
3110
|
+
opacity: 1; } }
|
|
3111
|
+
|
|
3112
|
+
@-webkit-keyframes snackbarFadeout {
|
|
3113
|
+
from {
|
|
3114
|
+
top: 20px;
|
|
3115
|
+
opacity: 1; }
|
|
3116
|
+
to {
|
|
3117
|
+
top: 0;
|
|
3118
|
+
opacity: 0; } }
|
|
3119
|
+
|
|
3120
|
+
@keyframes snackbarFadeout {
|
|
3121
|
+
from {
|
|
3122
|
+
top: 20px;
|
|
3013
3123
|
opacity: 1; }
|
|
3124
|
+
to {
|
|
3125
|
+
top: 0;
|
|
3126
|
+
opacity: 0; } }
|
|
3014
3127
|
|
|
3015
3128
|
.react-autoql-table-container {
|
|
3016
3129
|
height: 100%;
|
|
@@ -3181,6 +3294,41 @@ the whole table when the filter button is clicked */
|
|
|
3181
3294
|
.comparison-value-negative {
|
|
3182
3295
|
color: #e80000; }
|
|
3183
3296
|
|
|
3297
|
+
.autoql-options-toolbar {
|
|
3298
|
+
position: absolute;
|
|
3299
|
+
background: inherit;
|
|
3300
|
+
padding: 5px;
|
|
3301
|
+
border-radius: 6px;
|
|
3302
|
+
line-height: 28px;
|
|
3303
|
+
background: var(--react-autoql-background-color-primary);
|
|
3304
|
+
border: 1px solid var(--react-autoql-border-color); }
|
|
3305
|
+
.autoql-options-toolbar.vertical .react-autoql-toolbar-btn {
|
|
3306
|
+
display: block; }
|
|
3307
|
+
.autoql-options-toolbar .react-autoql-toolbar-btn {
|
|
3308
|
+
color: var(--react-autoql-accent-color); }
|
|
3309
|
+
|
|
3310
|
+
.copy-sql-modal-content {
|
|
3311
|
+
position: relative;
|
|
3312
|
+
height: 60vh; }
|
|
3313
|
+
.copy-sql-modal-content .copy-sql-formatted-text {
|
|
3314
|
+
height: 100%;
|
|
3315
|
+
width: 100%;
|
|
3316
|
+
padding: 10px;
|
|
3317
|
+
resize: none;
|
|
3318
|
+
background: var(--react-autoql-background-color-secondary); }
|
|
3319
|
+
.copy-sql-modal-content .copy-sql-btn {
|
|
3320
|
+
color: var(--react-autoql-text-color);
|
|
3321
|
+
background-color: var(--react-autoql-background-color-primary);
|
|
3322
|
+
position: absolute;
|
|
3323
|
+
top: 3px;
|
|
3324
|
+
right: 0;
|
|
3325
|
+
opacity: 0;
|
|
3326
|
+
transition: opacity 0.3s ease; }
|
|
3327
|
+
.copy-sql-modal-content .sql-copied {
|
|
3328
|
+
color: var(--react-autoql-success-color) !important; }
|
|
3329
|
+
.copy-sql-modal-content:hover .copy-sql-btn {
|
|
3330
|
+
opacity: 1; }
|
|
3331
|
+
|
|
3184
3332
|
.react-autoql-chart-container {
|
|
3185
3333
|
position: relative;
|
|
3186
3334
|
height: 100%;
|
|
@@ -3276,9 +3424,40 @@ the whole table when the filter button is clicked */
|
|
|
3276
3424
|
.axis-selector-container .axis-selector-content li:hover {
|
|
3277
3425
|
background: rgba(0, 0, 0, 0.05); }
|
|
3278
3426
|
|
|
3279
|
-
.axis-selector-apply-btn {
|
|
3280
|
-
background: var(--react-autoql-background-color-primary);
|
|
3281
|
-
padding: 5px; }
|
|
3427
|
+
.axis-selector-apply-btn {
|
|
3428
|
+
background: var(--react-autoql-background-color-primary);
|
|
3429
|
+
padding: 5px; }
|
|
3430
|
+
|
|
3431
|
+
.viz-toolbar {
|
|
3432
|
+
position: absolute;
|
|
3433
|
+
background: inherit;
|
|
3434
|
+
padding: 5px;
|
|
3435
|
+
border-radius: 6px;
|
|
3436
|
+
line-height: 28px;
|
|
3437
|
+
border: 1px solid #d3d3d352; }
|
|
3438
|
+
.viz-toolbar.vertical .react-autoql-toolbar-btn {
|
|
3439
|
+
display: block; }
|
|
3440
|
+
|
|
3441
|
+
.react-autoql-toolbar-btn {
|
|
3442
|
+
height: 28px;
|
|
3443
|
+
width: 28px;
|
|
3444
|
+
background: none;
|
|
3445
|
+
border: none;
|
|
3446
|
+
font-size: 16px;
|
|
3447
|
+
line-height: 28px;
|
|
3448
|
+
vertical-align: top;
|
|
3449
|
+
color: var(--react-autoql-accent-color);
|
|
3450
|
+
cursor: pointer;
|
|
3451
|
+
outline: none !important; }
|
|
3452
|
+
|
|
3453
|
+
.react-autoql-toolbar-btn.green {
|
|
3454
|
+
color: #2ecc40; }
|
|
3455
|
+
|
|
3456
|
+
.react-autoql-toolbar-btn.red {
|
|
3457
|
+
color: #e80000; }
|
|
3458
|
+
|
|
3459
|
+
.react-autoql-toolbar-btn:hover {
|
|
3460
|
+
opacity: 0.7; }
|
|
3282
3461
|
|
|
3283
3462
|
.react-autoql-radio-btn-container {
|
|
3284
3463
|
display: inline-block;
|
|
@@ -3351,158 +3530,6 @@ the whole table when the filter button is clicked */
|
|
|
3351
3530
|
border-top-right-radius: 4px;
|
|
3352
3531
|
border-bottom-right-radius: 4px; }
|
|
3353
3532
|
|
|
3354
|
-
|
|
3355
|
-
.react-autoql-steps-container {
|
|
3356
|
-
margin: 10px; }
|
|
3357
|
-
|
|
3358
|
-
.react-autoql-step-container {
|
|
3359
|
-
position: relative;
|
|
3360
|
-
border-left: 1px solid var(--react-autoql-text-color-placeholder, lightgray);
|
|
3361
|
-
margin-left: 12px;
|
|
3362
|
-
padding-left: 20px;
|
|
3363
|
-
padding-bottom: 5px;
|
|
3364
|
-
transition: all 0.5s ease; }
|
|
3365
|
-
.react-autoql-step-container.complete {
|
|
3366
|
-
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
3367
|
-
.react-autoql-step-container.complete .react-autoql-step-dot {
|
|
3368
|
-
border-color: var(--react-autoql-accent-color, #26a7df);
|
|
3369
|
-
background: var(--react-autoql-accent-color, #26a7df);
|
|
3370
|
-
color: #fff; }
|
|
3371
|
-
.react-autoql-step-container.error {
|
|
3372
|
-
border-color: var(--react-autoql-warning-color); }
|
|
3373
|
-
.react-autoql-step-container.error .react-autoql-step-dot {
|
|
3374
|
-
border-color: var(--react-autoql-warning-color);
|
|
3375
|
-
background: var(--react-autoql-warning-color);
|
|
3376
|
-
color: white; }
|
|
3377
|
-
.react-autoql-step-container:not(.active) .react-autoql-step-content-container {
|
|
3378
|
-
pointer-events: none;
|
|
3379
|
-
height: 10px;
|
|
3380
|
-
opacity: 0;
|
|
3381
|
-
margin: 0; }
|
|
3382
|
-
|
|
3383
|
-
.react-autoql-step-dot {
|
|
3384
|
-
position: absolute;
|
|
3385
|
-
top: 0;
|
|
3386
|
-
left: -10px;
|
|
3387
|
-
height: 20px;
|
|
3388
|
-
width: 20px;
|
|
3389
|
-
border-radius: 15px;
|
|
3390
|
-
background: var(--react-autoql-background-color-primary, #fff);
|
|
3391
|
-
border: 1px solid var(--react-autoql-text-color-placeholder, lightgray);
|
|
3392
|
-
transition: all 0.5s ease;
|
|
3393
|
-
font-size: 10.5px;
|
|
3394
|
-
color: var(--react-autoql-text-color-placeholder, lightgray);
|
|
3395
|
-
text-align: center; }
|
|
3396
|
-
|
|
3397
|
-
.react-autoql-step-title-container:hover {
|
|
3398
|
-
cursor: pointer;
|
|
3399
|
-
transition: color 0.2s ease;
|
|
3400
|
-
color: var(--react-autoql-accent-color, #26a7df); }
|
|
3401
|
-
|
|
3402
|
-
.react-autoql-step-title {
|
|
3403
|
-
font-weight: 500;
|
|
3404
|
-
font-size: 15px;
|
|
3405
|
-
line-height: 15px;
|
|
3406
|
-
padding-top: 2px; }
|
|
3407
|
-
|
|
3408
|
-
.react-autoql-step-subtitle {
|
|
3409
|
-
font-size: 13px;
|
|
3410
|
-
padding-top: 6px;
|
|
3411
|
-
padding-bottom: 6px;
|
|
3412
|
-
color: var(--react-autoql-text-color-placeholder, rgba(0, 0, 0, 0.4)); }
|
|
3413
|
-
|
|
3414
|
-
.react-autoql-step-content {
|
|
3415
|
-
margin: 15px;
|
|
3416
|
-
margin-top: 0; }
|
|
3417
|
-
|
|
3418
|
-
.react-autoql-step-content-container {
|
|
3419
|
-
transition-timing-function: ease;
|
|
3420
|
-
transition-property: height, opacity, margin;
|
|
3421
|
-
transition-duration: 0.5s;
|
|
3422
|
-
opacity: 1; }
|
|
3423
|
-
|
|
3424
|
-
.viz-toolbar {
|
|
3425
|
-
position: absolute;
|
|
3426
|
-
background: inherit;
|
|
3427
|
-
padding: 5px;
|
|
3428
|
-
border-radius: 6px;
|
|
3429
|
-
line-height: 28px;
|
|
3430
|
-
border: 1px solid #d3d3d352; }
|
|
3431
|
-
.viz-toolbar.vertical .react-autoql-toolbar-btn {
|
|
3432
|
-
display: block; }
|
|
3433
|
-
|
|
3434
|
-
.react-autoql-toolbar-btn {
|
|
3435
|
-
height: 28px;
|
|
3436
|
-
width: 28px;
|
|
3437
|
-
background: none;
|
|
3438
|
-
border: none;
|
|
3439
|
-
font-size: 16px;
|
|
3440
|
-
line-height: 28px;
|
|
3441
|
-
vertical-align: top;
|
|
3442
|
-
color: var(--react-autoql-accent-color);
|
|
3443
|
-
cursor: pointer;
|
|
3444
|
-
outline: none !important; }
|
|
3445
|
-
|
|
3446
|
-
.react-autoql-toolbar-btn.green {
|
|
3447
|
-
color: #2ecc40; }
|
|
3448
|
-
|
|
3449
|
-
.react-autoql-toolbar-btn.red {
|
|
3450
|
-
color: #e80000; }
|
|
3451
|
-
|
|
3452
|
-
.react-autoql-toolbar-btn:hover {
|
|
3453
|
-
opacity: 0.7; }
|
|
3454
|
-
|
|
3455
|
-
.react-autoql-input-container {
|
|
3456
|
-
position: relative;
|
|
3457
|
-
margin: 2px 5px;
|
|
3458
|
-
display: inline-block; }
|
|
3459
|
-
.react-autoql-input-container .react-autoql-input {
|
|
3460
|
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
3461
|
-
border-radius: 4px;
|
|
3462
|
-
line-height: 32px;
|
|
3463
|
-
min-height: 34px;
|
|
3464
|
-
padding: 0 10px;
|
|
3465
|
-
width: 100%;
|
|
3466
|
-
outline: none !important;
|
|
3467
|
-
transition: all 0.2s ease;
|
|
3468
|
-
transition-property: border-color, color, opacity; }
|
|
3469
|
-
.react-autoql-input-container .react-autoql-input.with-icon {
|
|
3470
|
-
padding-left: 38px; }
|
|
3471
|
-
.react-autoql-input-container .react-autoql-input::-moz-placeholder {
|
|
3472
|
-
/* Chrome, Firefox, Opera, Safari 10.1+ */
|
|
3473
|
-
color: rgba(0, 0, 0, 0.2);
|
|
3474
|
-
opacity: 1;
|
|
3475
|
-
/* Firefox */
|
|
3476
|
-
font-style: italic; }
|
|
3477
|
-
.react-autoql-input-container .react-autoql-input:-ms-input-placeholder {
|
|
3478
|
-
/* Chrome, Firefox, Opera, Safari 10.1+ */
|
|
3479
|
-
color: rgba(0, 0, 0, 0.2);
|
|
3480
|
-
opacity: 1;
|
|
3481
|
-
/* Firefox */
|
|
3482
|
-
font-style: italic; }
|
|
3483
|
-
.react-autoql-input-container .react-autoql-input::placeholder {
|
|
3484
|
-
/* Chrome, Firefox, Opera, Safari 10.1+ */
|
|
3485
|
-
color: rgba(0, 0, 0, 0.2);
|
|
3486
|
-
opacity: 1;
|
|
3487
|
-
/* Firefox */
|
|
3488
|
-
font-style: italic; }
|
|
3489
|
-
.react-autoql-input-container .react-autoql-input-icon {
|
|
3490
|
-
position: absolute;
|
|
3491
|
-
left: 12px;
|
|
3492
|
-
top: 8px;
|
|
3493
|
-
opacity: 0.4;
|
|
3494
|
-
transition: all 0.2s ease; }
|
|
3495
|
-
.react-autoql-input-container .react-autoql-input-icon span.react-autoql-icon svg {
|
|
3496
|
-
height: 17px;
|
|
3497
|
-
width: 17px; }
|
|
3498
|
-
.react-autoql-input-container:hover .react-autoql-input,
|
|
3499
|
-
.react-autoql-input-container .react-autoql-input:focus {
|
|
3500
|
-
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
3501
|
-
.react-autoql-input-container:hover .react-autoql-input-icon,
|
|
3502
|
-
.react-autoql-input-container .react-autoql-input-icon.focus {
|
|
3503
|
-
opacity: 1;
|
|
3504
|
-
color: var(--react-autoql-accent-color, #26a7df); }
|
|
3505
|
-
|
|
3506
3533
|
.content {
|
|
3507
3534
|
margin: 2rem; }
|
|
3508
3535
|
|
|
@@ -3609,31 +3636,205 @@ the whole table when the filter button is clicked */
|
|
|
3609
3636
|
border-radius: 50%;
|
|
3610
3637
|
background: #fff; }
|
|
3611
3638
|
|
|
3612
|
-
.react-autoql-checkbox--switch__input:checked
|
|
3613
|
-
+ .react-autoql-checkbox--switch__label::after {
|
|
3614
|
-
content: 'on'; }
|
|
3639
|
+
.react-autoql-checkbox--switch__input:checked
|
|
3640
|
+
+ .react-autoql-checkbox--switch__label::after {
|
|
3641
|
+
content: 'on'; }
|
|
3642
|
+
|
|
3643
|
+
.react-autoql-checkbox--switch__input:checked::before {
|
|
3644
|
+
right: 2px;
|
|
3645
|
+
left: 18px;
|
|
3646
|
+
top: 2px;
|
|
3647
|
+
bottom: 2px; }
|
|
3648
|
+
|
|
3649
|
+
.react-autoql-checkbox-label {
|
|
3650
|
+
padding-left: 6px;
|
|
3651
|
+
line-height: 100%; }
|
|
3652
|
+
|
|
3653
|
+
.react-autoql-modal-container
|
|
3654
|
+
.react-autoql-checkbox__input:not(.react-autoql-checkbox--switch__input),
|
|
3655
|
+
.react-autoql-drawer
|
|
3656
|
+
.react-autoql-checkbox__input:not(.react-autoql-checkbox--switch__input) {
|
|
3657
|
+
border-color: var(--react-autoql-accent-color); }
|
|
3658
|
+
|
|
3659
|
+
.react-autoql-modal-container
|
|
3660
|
+
.react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input),
|
|
3661
|
+
.react-autoql-drawer
|
|
3662
|
+
.react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input) {
|
|
3663
|
+
background: var(--react-autoql-accent-color); }
|
|
3664
|
+
|
|
3665
|
+
|
|
3666
|
+
.react-autoql-steps-container {
|
|
3667
|
+
margin: 10px; }
|
|
3668
|
+
|
|
3669
|
+
.react-autoql-step-container {
|
|
3670
|
+
position: relative;
|
|
3671
|
+
border-left: 1px solid var(--react-autoql-text-color-placeholder, lightgray);
|
|
3672
|
+
margin-left: 12px;
|
|
3673
|
+
padding-left: 20px;
|
|
3674
|
+
padding-bottom: 5px;
|
|
3675
|
+
transition: all 0.5s ease; }
|
|
3676
|
+
.react-autoql-step-container.complete {
|
|
3677
|
+
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
3678
|
+
.react-autoql-step-container.complete .react-autoql-step-dot {
|
|
3679
|
+
border-color: var(--react-autoql-accent-color, #26a7df);
|
|
3680
|
+
background: var(--react-autoql-accent-color, #26a7df);
|
|
3681
|
+
color: #fff; }
|
|
3682
|
+
.react-autoql-step-container.error {
|
|
3683
|
+
border-color: var(--react-autoql-warning-color); }
|
|
3684
|
+
.react-autoql-step-container.error .react-autoql-step-dot {
|
|
3685
|
+
border-color: var(--react-autoql-warning-color);
|
|
3686
|
+
background: var(--react-autoql-warning-color);
|
|
3687
|
+
color: white; }
|
|
3688
|
+
.react-autoql-step-container:not(.active) .react-autoql-step-content-container {
|
|
3689
|
+
pointer-events: none;
|
|
3690
|
+
height: 10px;
|
|
3691
|
+
opacity: 0;
|
|
3692
|
+
margin: 0; }
|
|
3693
|
+
|
|
3694
|
+
.react-autoql-step-dot {
|
|
3695
|
+
position: absolute;
|
|
3696
|
+
top: 0;
|
|
3697
|
+
left: -10px;
|
|
3698
|
+
height: 20px;
|
|
3699
|
+
width: 20px;
|
|
3700
|
+
border-radius: 15px;
|
|
3701
|
+
background: var(--react-autoql-background-color-primary, #fff);
|
|
3702
|
+
border: 1px solid var(--react-autoql-text-color-placeholder, lightgray);
|
|
3703
|
+
transition: all 0.5s ease;
|
|
3704
|
+
font-size: 10.5px;
|
|
3705
|
+
color: var(--react-autoql-text-color-placeholder, lightgray);
|
|
3706
|
+
text-align: center; }
|
|
3707
|
+
|
|
3708
|
+
.react-autoql-step-title-container:hover {
|
|
3709
|
+
cursor: pointer;
|
|
3710
|
+
transition: color 0.2s ease;
|
|
3711
|
+
color: var(--react-autoql-accent-color, #26a7df); }
|
|
3712
|
+
|
|
3713
|
+
.react-autoql-step-title {
|
|
3714
|
+
font-weight: 500;
|
|
3715
|
+
font-size: 15px;
|
|
3716
|
+
line-height: 15px;
|
|
3717
|
+
padding-top: 2px; }
|
|
3718
|
+
|
|
3719
|
+
.react-autoql-step-subtitle {
|
|
3720
|
+
font-size: 13px;
|
|
3721
|
+
padding-top: 6px;
|
|
3722
|
+
padding-bottom: 6px;
|
|
3723
|
+
color: var(--react-autoql-text-color-placeholder, rgba(0, 0, 0, 0.4)); }
|
|
3724
|
+
|
|
3725
|
+
.react-autoql-step-content {
|
|
3726
|
+
margin: 15px;
|
|
3727
|
+
margin-top: 0; }
|
|
3728
|
+
|
|
3729
|
+
.react-autoql-step-content-container {
|
|
3730
|
+
transition-timing-function: ease;
|
|
3731
|
+
transition-property: height, opacity, margin;
|
|
3732
|
+
transition-duration: 0.5s;
|
|
3733
|
+
opacity: 1; }
|
|
3615
3734
|
|
|
3616
|
-
.react-autoql-
|
|
3617
|
-
|
|
3618
|
-
|
|
3619
|
-
|
|
3620
|
-
|
|
3735
|
+
.react-autoql-input-container {
|
|
3736
|
+
position: relative;
|
|
3737
|
+
margin: 2px 5px;
|
|
3738
|
+
display: inline-block; }
|
|
3739
|
+
.react-autoql-input-container .react-autoql-input {
|
|
3740
|
+
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
3741
|
+
border-radius: 4px;
|
|
3742
|
+
line-height: 32px;
|
|
3743
|
+
min-height: 34px;
|
|
3744
|
+
padding: 0 10px;
|
|
3745
|
+
width: 100%;
|
|
3746
|
+
outline: none !important;
|
|
3747
|
+
transition: all 0.2s ease;
|
|
3748
|
+
transition-property: border-color, color, opacity; }
|
|
3749
|
+
.react-autoql-input-container .react-autoql-input.with-icon {
|
|
3750
|
+
padding-left: 38px; }
|
|
3751
|
+
.react-autoql-input-container .react-autoql-input::-moz-placeholder {
|
|
3752
|
+
/* Chrome, Firefox, Opera, Safari 10.1+ */
|
|
3753
|
+
color: rgba(0, 0, 0, 0.2);
|
|
3754
|
+
opacity: 1;
|
|
3755
|
+
/* Firefox */
|
|
3756
|
+
font-style: italic; }
|
|
3757
|
+
.react-autoql-input-container .react-autoql-input:-ms-input-placeholder {
|
|
3758
|
+
/* Chrome, Firefox, Opera, Safari 10.1+ */
|
|
3759
|
+
color: rgba(0, 0, 0, 0.2);
|
|
3760
|
+
opacity: 1;
|
|
3761
|
+
/* Firefox */
|
|
3762
|
+
font-style: italic; }
|
|
3763
|
+
.react-autoql-input-container .react-autoql-input::placeholder {
|
|
3764
|
+
/* Chrome, Firefox, Opera, Safari 10.1+ */
|
|
3765
|
+
color: rgba(0, 0, 0, 0.2);
|
|
3766
|
+
opacity: 1;
|
|
3767
|
+
/* Firefox */
|
|
3768
|
+
font-style: italic; }
|
|
3769
|
+
.react-autoql-input-container .react-autoql-input-icon {
|
|
3770
|
+
position: absolute;
|
|
3771
|
+
left: 12px;
|
|
3772
|
+
top: 8px;
|
|
3773
|
+
opacity: 0.4;
|
|
3774
|
+
transition: all 0.2s ease; }
|
|
3775
|
+
.react-autoql-input-container .react-autoql-input-icon span.react-autoql-icon svg {
|
|
3776
|
+
height: 17px;
|
|
3777
|
+
width: 17px; }
|
|
3778
|
+
.react-autoql-input-container:hover .react-autoql-input,
|
|
3779
|
+
.react-autoql-input-container .react-autoql-input:focus {
|
|
3780
|
+
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
3781
|
+
.react-autoql-input-container:hover .react-autoql-input-icon,
|
|
3782
|
+
.react-autoql-input-container .react-autoql-input-icon.focus {
|
|
3783
|
+
opacity: 1;
|
|
3784
|
+
color: var(--react-autoql-accent-color, #26a7df); }
|
|
3621
3785
|
|
|
3622
|
-
.react-autoql-
|
|
3623
|
-
|
|
3624
|
-
|
|
3786
|
+
.react-autoql-notification-rule-container {
|
|
3787
|
+
display: flex; }
|
|
3788
|
+
.react-autoql-notification-rule-container .react-autoql-rule-input {
|
|
3789
|
+
display: flex;
|
|
3790
|
+
flex-direction: column;
|
|
3791
|
+
flex: 1;
|
|
3792
|
+
width: 100%; }
|
|
3793
|
+
.react-autoql-notification-rule-container .react-autoql-rule-first-input-container {
|
|
3794
|
+
display: flex;
|
|
3795
|
+
flex: 1; }
|
|
3796
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container {
|
|
3797
|
+
display: flex;
|
|
3798
|
+
padding: 2px 0;
|
|
3799
|
+
border-radius: 4px;
|
|
3800
|
+
transition: all 0.3s ease;
|
|
3801
|
+
flex: 1; }
|
|
3802
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-condition-select {
|
|
3803
|
+
flex: 0;
|
|
3804
|
+
flex-basis: 33px; }
|
|
3805
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-input {
|
|
3806
|
+
flex: 1;
|
|
3807
|
+
margin-left: 4px; }
|
|
3808
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-delete-compare-btn {
|
|
3809
|
+
cursor: pointer;
|
|
3810
|
+
opacity: 0.6;
|
|
3811
|
+
padding: 6px; }
|
|
3812
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-delete-compare-btn:hover {
|
|
3813
|
+
opacity: 1; }
|
|
3814
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container.hidden {
|
|
3815
|
+
display: none; }
|
|
3816
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container {
|
|
3817
|
+
margin: 0; }
|
|
3818
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container:hover + .react-autoql-rule-term-type-selector,
|
|
3819
|
+
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container.focus
|
|
3820
|
+
+ .react-autoql-rule-term-type-selector {
|
|
3821
|
+
color: var(--react-autoql-accent-color, #26a7df);
|
|
3822
|
+
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
3625
3823
|
|
|
3626
|
-
.
|
|
3627
|
-
|
|
3628
|
-
.
|
|
3629
|
-
|
|
3630
|
-
|
|
3824
|
+
.read-only-rule-term {
|
|
3825
|
+
display: inline-block;
|
|
3826
|
+
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
3827
|
+
background: rgba(0, 0, 0, 0.02);
|
|
3828
|
+
padding: 3px 7px;
|
|
3829
|
+
line-height: 1.5em;
|
|
3830
|
+
margin-right: 5px;
|
|
3831
|
+
margin-bottom: 2px;
|
|
3832
|
+
margin-top: 2px;
|
|
3833
|
+
border-radius: 4px; }
|
|
3631
3834
|
|
|
3632
|
-
.
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
.react-autoql-checkbox__input::before:not(.react-autoql-checkbox--switch__input) {
|
|
3636
|
-
background: var(--react-autoql-accent-color); }
|
|
3835
|
+
.expression-term-validation-error {
|
|
3836
|
+
padding: 0 10px;
|
|
3837
|
+
color: var(--react-autoql-warning-color); }
|
|
3637
3838
|
|
|
3638
3839
|
.notification-read-only-group {
|
|
3639
3840
|
border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
|
|
@@ -3753,59 +3954,6 @@ the whole table when the filter button is clicked */
|
|
|
3753
3954
|
opacity: 1;
|
|
3754
3955
|
color: var(--react-autoql-accent-color); }
|
|
3755
3956
|
|
|
3756
|
-
.react-autoql-notification-rule-container {
|
|
3757
|
-
display: flex; }
|
|
3758
|
-
.react-autoql-notification-rule-container .react-autoql-rule-input {
|
|
3759
|
-
display: flex;
|
|
3760
|
-
flex-direction: column;
|
|
3761
|
-
flex: 1;
|
|
3762
|
-
width: 100%; }
|
|
3763
|
-
.react-autoql-notification-rule-container .react-autoql-rule-first-input-container {
|
|
3764
|
-
display: flex;
|
|
3765
|
-
flex: 1; }
|
|
3766
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container {
|
|
3767
|
-
display: flex;
|
|
3768
|
-
padding: 2px 0;
|
|
3769
|
-
border-radius: 4px;
|
|
3770
|
-
transition: all 0.3s ease;
|
|
3771
|
-
flex: 1; }
|
|
3772
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-condition-select {
|
|
3773
|
-
flex: 0;
|
|
3774
|
-
flex-basis: 33px; }
|
|
3775
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-rule-input {
|
|
3776
|
-
flex: 1;
|
|
3777
|
-
margin-left: 4px; }
|
|
3778
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-delete-compare-btn {
|
|
3779
|
-
cursor: pointer;
|
|
3780
|
-
opacity: 0.6;
|
|
3781
|
-
padding: 6px; }
|
|
3782
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-delete-compare-btn:hover {
|
|
3783
|
-
opacity: 1; }
|
|
3784
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container.hidden {
|
|
3785
|
-
display: none; }
|
|
3786
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container {
|
|
3787
|
-
margin: 0; }
|
|
3788
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container:hover + .react-autoql-rule-term-type-selector,
|
|
3789
|
-
.react-autoql-notification-rule-container .react-autoql-rule-second-input-container .react-autoql-input-container.focus
|
|
3790
|
-
+ .react-autoql-rule-term-type-selector {
|
|
3791
|
-
color: var(--react-autoql-accent-color, #26a7df);
|
|
3792
|
-
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
3793
|
-
|
|
3794
|
-
.read-only-rule-term {
|
|
3795
|
-
display: inline-block;
|
|
3796
|
-
border: 1px solid rgba(0, 0, 0, 0.06);
|
|
3797
|
-
background: rgba(0, 0, 0, 0.02);
|
|
3798
|
-
padding: 3px 7px;
|
|
3799
|
-
line-height: 1.5em;
|
|
3800
|
-
margin-right: 5px;
|
|
3801
|
-
margin-bottom: 2px;
|
|
3802
|
-
margin-top: 2px;
|
|
3803
|
-
border-radius: 4px; }
|
|
3804
|
-
|
|
3805
|
-
.expression-term-validation-error {
|
|
3806
|
-
padding: 0 10px;
|
|
3807
|
-
color: var(--react-autoql-warning-color); }
|
|
3808
|
-
|
|
3809
3957
|
.spinner-loader {
|
|
3810
3958
|
display: inline-block;
|
|
3811
3959
|
width: 14px;
|
|
@@ -3838,6 +3986,44 @@ the whole table when the filter button is clicked */
|
|
|
3838
3986
|
|
|
3839
3987
|
|
|
3840
3988
|
|
|
3989
|
+
.react-autoql-select {
|
|
3990
|
+
border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
|
|
3991
|
+
border-radius: 4px;
|
|
3992
|
+
background: var(--react-autoql-background-color-primary, white);
|
|
3993
|
+
display: inline-block;
|
|
3994
|
+
font-size: 13px;
|
|
3995
|
+
line-height: 32px;
|
|
3996
|
+
height: 34px;
|
|
3997
|
+
margin: 0 3px;
|
|
3998
|
+
padding: 0 11px;
|
|
3999
|
+
color: var(--react-autoql-accent-color, #26a7df);
|
|
4000
|
+
transition: all 0.2s ease;
|
|
4001
|
+
cursor: pointer; }
|
|
4002
|
+
.react-autoql-select:hover {
|
|
4003
|
+
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
4004
|
+
|
|
4005
|
+
.react-autoql-select-popup-container {
|
|
4006
|
+
background: var(--react-autoql-background-color-primary, white);
|
|
4007
|
+
padding: 10px 0;
|
|
4008
|
+
max-height: 300px;
|
|
4009
|
+
overflow-y: auto; }
|
|
4010
|
+
.react-autoql-select-popup-container .react-autoql-select-option.active {
|
|
4011
|
+
background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
|
|
4012
|
+
.react-autoql-select-popup-container .react-autoql-select-popup {
|
|
4013
|
+
list-style-type: none;
|
|
4014
|
+
width: 100%;
|
|
4015
|
+
margin: 0;
|
|
4016
|
+
padding: 0; }
|
|
4017
|
+
.react-autoql-select-popup-container .react-autoql-select-popup li {
|
|
4018
|
+
color: var(--react-autoql-text-color-primary);
|
|
4019
|
+
width: 100%;
|
|
4020
|
+
height: 35px;
|
|
4021
|
+
line-height: 35px;
|
|
4022
|
+
padding: 0 20px;
|
|
4023
|
+
cursor: pointer; }
|
|
4024
|
+
.react-autoql-select-popup-container .react-autoql-select-popup li:hover {
|
|
4025
|
+
background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
|
|
4026
|
+
|
|
3841
4027
|
.slack-modal-error-container,
|
|
3842
4028
|
.slack-modal-empty-list-message {
|
|
3843
4029
|
display: flex;
|
|
@@ -3983,44 +4169,6 @@ the whole table when the filter button is clicked */
|
|
|
3983
4169
|
.slack-channel-list-container .connect-channel-btn button {
|
|
3984
4170
|
width: 200px; }
|
|
3985
4171
|
|
|
3986
|
-
.react-autoql-select {
|
|
3987
|
-
border: 1px solid var(--react-autoql-border-color, rgba(0, 0, 0, 0.1));
|
|
3988
|
-
border-radius: 4px;
|
|
3989
|
-
background: var(--react-autoql-background-color-primary, white);
|
|
3990
|
-
display: inline-block;
|
|
3991
|
-
font-size: 13px;
|
|
3992
|
-
line-height: 32px;
|
|
3993
|
-
height: 34px;
|
|
3994
|
-
margin: 0 3px;
|
|
3995
|
-
padding: 0 11px;
|
|
3996
|
-
color: var(--react-autoql-accent-color, #26a7df);
|
|
3997
|
-
transition: all 0.2s ease;
|
|
3998
|
-
cursor: pointer; }
|
|
3999
|
-
.react-autoql-select:hover {
|
|
4000
|
-
border-color: var(--react-autoql-accent-color, #26a7df); }
|
|
4001
|
-
|
|
4002
|
-
.react-autoql-select-popup-container {
|
|
4003
|
-
background: var(--react-autoql-background-color-primary, white);
|
|
4004
|
-
padding: 10px 0;
|
|
4005
|
-
max-height: 300px;
|
|
4006
|
-
overflow-y: auto; }
|
|
4007
|
-
.react-autoql-select-popup-container .react-autoql-select-option.active {
|
|
4008
|
-
background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
|
|
4009
|
-
.react-autoql-select-popup-container .react-autoql-select-popup {
|
|
4010
|
-
list-style-type: none;
|
|
4011
|
-
width: 100%;
|
|
4012
|
-
margin: 0;
|
|
4013
|
-
padding: 0; }
|
|
4014
|
-
.react-autoql-select-popup-container .react-autoql-select-popup li {
|
|
4015
|
-
color: var(--react-autoql-text-color-primary);
|
|
4016
|
-
width: 100%;
|
|
4017
|
-
height: 35px;
|
|
4018
|
-
line-height: 35px;
|
|
4019
|
-
padding: 0 20px;
|
|
4020
|
-
cursor: pointer; }
|
|
4021
|
-
.react-autoql-select-popup-container .react-autoql-select-popup li:hover {
|
|
4022
|
-
background: var(--react-autoql-hover-color, rgba(0, 0, 0, 0.04)); }
|
|
4023
|
-
|
|
4024
4172
|
.react-autoql-list-item {
|
|
4025
4173
|
padding: 0 20px;
|
|
4026
4174
|
display: flex;
|