kanaui 4.0.4 → 4.0.5

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.
@@ -4,3 +4,770 @@
4
4
  * the top of the compiled file, but it's generally better to create a new file per style scope.
5
5
  *= require_tree .
6
6
  */
7
+
8
+ .kenui-analytics-dashboard-index .analytics-header {
9
+ display: flex;
10
+ align-items: start;
11
+ justify-content: space-between;
12
+ padding: 0;
13
+ border-bottom: 0.0625rem solid #e9eaeb;
14
+ }
15
+
16
+ .kenui-analytics-dashboard-index .analytics-header h2 {
17
+ font-weight: 600;
18
+ font-size: 1.125rem;
19
+ line-height: 2.5rem;
20
+ color: #414651;
21
+ margin-bottom: 1.25rem;
22
+ }
23
+
24
+ .kenui-analytics-dashboard-index .trigger-invoice-box button {
25
+ margin-left: 0.3125rem;
26
+ padding: 0.5rem 1rem;
27
+ }
28
+
29
+ .kenui-analytics-dashboard-index .refresh-button {
30
+ font-weight: 500;
31
+ font-size: 1rem;
32
+ line-height: 1.5rem;
33
+ }
34
+
35
+ .kenui-analytics-dashboard-index .refresh-button img {
36
+ filter: brightness(0) saturate(100%) invert(78%) sepia(47%) saturate(491%)
37
+ hue-rotate(170deg) brightness(100%) contrast(102%);
38
+ }
39
+
40
+ .kenui-analytics-dashboard-index .custom-date-input-wrapper {
41
+ padding: 0 0.625rem !important;
42
+ border: 0.0625rem solid #d5d7da !important;
43
+ border-radius: 0.375rem;
44
+ cursor: pointer;
45
+ max-width: 8.5rem;
46
+ }
47
+
48
+ .kenui-analytics-dashboard-index .custom-date-input-wrapper svg {
49
+ margin-right: 0.5rem;
50
+ flex-shrink: 0;
51
+ }
52
+
53
+ .kenui-analytics-dashboard-index .custom-date-input-wrapper input {
54
+ border: none;
55
+ outline: none;
56
+ box-shadow: none;
57
+ padding: 0 !important;
58
+ font-size: 1rem;
59
+ color: #6b7280;
60
+ height: 2.5rem;
61
+ }
62
+
63
+ .kenui-analytics-dashboard-index .custom-date-input-wrapper input::placeholder {
64
+ color: #717680;
65
+ }
66
+
67
+ .kenui-analytics-dashboard-index .custom-date-input-wrapper input.form-control {
68
+ border: none;
69
+ box-shadow: none;
70
+ background-color: transparent;
71
+ }
72
+
73
+ .kenui-analytics-dashboard-index select.form-select {
74
+ appearance: none;
75
+ -webkit-appearance: none;
76
+ -moz-appearance: none;
77
+ display: block;
78
+ height: 2.5rem;
79
+ width: 100%;
80
+ padding: 0.375rem 0.75rem;
81
+ font-size: 1rem;
82
+ font-weight: 400;
83
+ line-height: 1.5;
84
+ color: #212529;
85
+ background-color: #fff;
86
+ background-clip: padding-box;
87
+ border: 0.0625rem solid #ced4da;
88
+ border-radius: 0.375rem;
89
+ transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
90
+ background-image: url("data:image/svg+xml;utf8,<svg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4 6L8 10L12 6' stroke='%23A4A7AE' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
91
+ background-repeat: no-repeat;
92
+ background-position: right 0.625rem center;
93
+ background-size: 1rem 1rem;
94
+ padding-right: 1.875rem;
95
+ max-width: 10rem;
96
+ }
97
+
98
+ .kenui-analytics-dashboard-index select.form-select:focus {
99
+ box-shadow: none;
100
+ outline: none;
101
+ border-color: #1570ef;
102
+ }
103
+
104
+ .kenui-analytics-dashboard-index .well ul {
105
+ list-style-type: none;
106
+ margin-top: 0.625rem;
107
+ background: #fafafa;
108
+ width: fit-content;
109
+ padding: 0.625rem;
110
+ border-radius: 0.5rem;
111
+ }
112
+
113
+ .kenui-analytics-dashboard-index .well ul li a {
114
+ color: #717680;
115
+ font-weight: 400;
116
+ font-size: 0.875rem;
117
+ line-height: 1.25rem;
118
+ text-decoration: underline;
119
+ text-decoration-style: solid;
120
+ text-decoration-skip-ink: auto;
121
+ padding: 0.625rem;
122
+ }
123
+
124
+ .kenui-analytics-dashboard-index .analytics-header b,
125
+ .kenui-analytics-dashboard-index .analytics-header b a {
126
+ text-decoration: none;
127
+ font-weight: 500;
128
+ font-size: 0.875rem;
129
+ line-height: 1.25rem;
130
+ color: #414651;
131
+ }
132
+
133
+ .kenui-analytics-dashboard-index .custom-tabs {
134
+ background-color: #fafafa;
135
+ border: 0.0625rem solid #e9eaeb;
136
+ border-radius: 0.375rem;
137
+ display: flex;
138
+ align-items: center;
139
+ gap: 0.25rem;
140
+ margin-bottom: 1.5rem;
141
+ padding: 0.25rem;
142
+ width: fit-content;
143
+ height: 2.5rem;
144
+ }
145
+
146
+ .kenui-analytics-dashboard-index .custom-tabs a.custom-tab {
147
+ background: transparent;
148
+ border: none;
149
+ font-weight: 500;
150
+ font-size: 0.875rem;
151
+ color: #717680;
152
+ padding: 0.375rem 0.75rem;
153
+ border-radius: 0.25rem;
154
+ cursor: pointer;
155
+ height: 2rem;
156
+ display: flex;
157
+ align-items: center;
158
+ text-decoration: none;
159
+ }
160
+
161
+ .kenui-analytics-dashboard-index .custom-tabs .activelink {
162
+ color: #414651 !important;
163
+ background-color: #ffffff !important;
164
+ box-shadow: 0 0.0625rem 0.188rem rgba(10, 13, 18, 0.1);
165
+ }
166
+
167
+ .kenui-analytics-dashboard-index #chartAnchor {
168
+ background: #ffffff;
169
+ }
170
+
171
+ .kenui-analytics-dashboard-index #chartAnchor svg {
172
+ background: #ffffff;
173
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
174
+ }
175
+
176
+ .kenui-analytics-dashboard-index .grid line {
177
+ stroke: transparent;
178
+ stroke-width: 0.0625rem;
179
+ stroke-opacity: 1;
180
+ shape-rendering: crispEdges;
181
+ }
182
+
183
+ .kenui-analytics-dashboard-index .grid:nth-of-type(2) line {
184
+ stroke: #f3f4f6;
185
+ stroke-opacity: 0.6;
186
+ }
187
+
188
+ .kenui-analytics-dashboard-index .grid path {
189
+ stroke: none;
190
+ fill: none;
191
+ }
192
+
193
+ .kenui-analytics-dashboard-index .axis line,
194
+ .kenui-analytics-dashboard-index .axis path {
195
+ stroke: #f5f5f5;
196
+ stroke-width: 0.0625rem;
197
+ shape-rendering: crispEdges;
198
+ }
199
+
200
+ .kenui-analytics-dashboard-index .y.axis path {
201
+ stroke: transparent !important;
202
+ stroke-width: 0.0625rem;
203
+ }
204
+
205
+ .kenui-analytics-dashboard-index .y.axis line,
206
+ .kenui-analytics-dashboard-index .y.axis path {
207
+ stroke: #f5f5f5;
208
+ stroke-width: 0.0625rem;
209
+ }
210
+
211
+ .kenui-analytics-dashboard-index .axis text {
212
+ font-size: 0.75rem;
213
+ fill: #6b7280;
214
+ font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
215
+ }
216
+
217
+ .kenui-analytics-dashboard-index .line {
218
+ fill: none;
219
+ stroke-width: 0.125rem;
220
+ stroke-linecap: round;
221
+ stroke-linejoin: round;
222
+ }
223
+
224
+ .kenui-analytics-dashboard-index .chart-legend {
225
+ display: flex;
226
+ align-items: center;
227
+ justify-content: flex-end;
228
+ }
229
+
230
+ .kenui-analytics-dashboard-index .chart-legend circle {
231
+ stroke: none;
232
+ }
233
+
234
+ .kenui-analytics-dashboard-index .information {
235
+ fill: #ffffff;
236
+ stroke: #f5f5f5;
237
+ stroke-width: 0.0625rem;
238
+ filter: drop-shadow(0 0.25rem 0.375rem rgba(0, 0, 0, 0.1));
239
+ rx: 0.25rem;
240
+ }
241
+
242
+ .kenui-analytics-dashboard-index .info-title__bg {
243
+ fill: #f9fafb;
244
+ stroke: #f5f5f5;
245
+ stroke-width: 0.0625rem;
246
+ rx: 0.25rem 0.25rem 0 0;
247
+ }
248
+
249
+ .kenui-analytics-dashboard-index .info-title {
250
+ font-size: 1rem;
251
+ font-weight: 600;
252
+ fill: #374151;
253
+ }
254
+
255
+ /* app/views/kanaui/reports/edit.html.erb */
256
+
257
+ .kanaui-reports-edit .new-report-title {
258
+ display: flex;
259
+ align-items: center;
260
+ gap: 1rem;
261
+ font-weight: 600;
262
+ font-size: 1.125rem;
263
+ line-height: 1.75rem;
264
+ letter-spacing: 0;
265
+ color: #1b1c1e;
266
+ padding: 1.5rem 0;
267
+ }
268
+
269
+ .kanaui-reports-edit .icon-container {
270
+ display: inline-flex;
271
+ justify-content: center;
272
+ align-items: center;
273
+ border: 0.0625rem solid #d5d7da;
274
+ border-radius: 0.375rem;
275
+ width: 2.5rem;
276
+ height: 2.5rem;
277
+ padding: 0.25rem;
278
+ }
279
+
280
+ .kanaui-reports-edit .icon-container img {
281
+ width: 1rem;
282
+ height: 1rem;
283
+ }
284
+
285
+ .kanaui-reports-edit .form-control {
286
+ border-radius: 6px;
287
+ }
288
+
289
+ .kanaui-reports-edit .form-group select.form-control {
290
+ appearance: none;
291
+ -webkit-appearance: none;
292
+ -moz-appearance: none;
293
+ background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6L8 10L12 6" stroke="%23A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
294
+ background-repeat: no-repeat;
295
+ background-position: right 0.625rem center;
296
+ background-size: 1rem 1rem;
297
+ padding-right: 1.875rem;
298
+ }
299
+
300
+ .kanaui-reports-edit select.form-control:focus {
301
+ border-color: #1570ef !important;
302
+ box-shadow: none;
303
+ outline: none;
304
+ }
305
+
306
+ .kanaui-reports-edit .control-label {
307
+ font-size: 0.875rem !important;
308
+ font-weight: 500 !important;
309
+ line-height: 1.25rem !important;
310
+ color: #414651 !important;
311
+ }
312
+
313
+ .kanaui-reports-edit textarea.form-control {
314
+ height: 10rem !important;
315
+ }
316
+
317
+ .kanaui-reports-edit textarea.form-control:focus {
318
+ border-color: #1570ef !important;
319
+ outline: 0 !important;
320
+ box-shadow: none !important;
321
+ }
322
+
323
+ .kanaui-reports-edit .form-group span {
324
+ font-weight: 400;
325
+ font-size: 0.875rem;
326
+ line-height: 1.25rem;
327
+ color: #535862;
328
+ }
329
+
330
+ /* app/views/kanaui/reports/index.html.erb */
331
+
332
+ .kanaui-reports-index .configured-reports {
333
+ max-width: 80rem;
334
+ width: 100%;
335
+ }
336
+
337
+ .kanaui-reports-index .configured-reports .configured-reports-header {
338
+ display: flex;
339
+ align-items: start;
340
+ justify-content: space-between;
341
+ padding: 0;
342
+ border-bottom: 0.0625rem solid #e9eaeb;
343
+ }
344
+
345
+ .kanaui-reports-index .configured-reports .configured-reports-header h2 {
346
+ font-weight: 600;
347
+ font-size: 1.125rem;
348
+ line-height: 1.75rem;
349
+ color: #414651;
350
+ margin-bottom: 1.25rem;
351
+ }
352
+
353
+ .kanaui-reports-index th {
354
+ padding: 0.375rem 1.625rem 0.375rem 0.75rem;
355
+ font-weight: 500;
356
+ font-size: 0.875rem;
357
+ line-height: 1.125rem;
358
+ letter-spacing: 0;
359
+ color: #717680;
360
+ text-transform: capitalize;
361
+ }
362
+
363
+ .kanaui-reports-index td {
364
+ font-weight: 500 !important;
365
+ font-size: 0.875rem !important;
366
+ padding: 1rem 0.5rem !important;
367
+ line-height: 1.125rem !important;
368
+ text-align: start;
369
+ color: #535862 !important;
370
+ text-transform: capitalize !important;
371
+ }
372
+
373
+ .kanaui-reports-index td a {
374
+ color: #175cd3 !important;
375
+ }
376
+
377
+ .kanaui-reports-index .table-button {
378
+ background-color: transparent !important;
379
+ border: none !important;
380
+ padding: 0 !important;
381
+ flex-direction: row-reverse;
382
+ text-transform: capitalize;
383
+ gap: 0.0625rem;
384
+ font-weight: 500;
385
+ font-size: 0.875rem;
386
+ line-height: 1.25rem;
387
+ letter-spacing: 0;
388
+ margin-left: 0.75rem;
389
+ text-decoration: none;
390
+ }
391
+
392
+ .kanaui-reports-index .delete-button {
393
+ color: #d92d20 !important;
394
+ }
395
+
396
+ .kanaui-reports-index .edit-button {
397
+ color: #535862 !important;
398
+ }
399
+
400
+ .kanaui-reports-index .refresh-button {
401
+ color: #175cd3 !important;
402
+ }
403
+
404
+ .kanaui-reports-index .modal-content {
405
+ border-radius: 1rem;
406
+ min-width: 40.5rem;
407
+ }
408
+
409
+ .kanaui-reports-index .modal-body {
410
+ padding-bottom: 0.375rem !important;
411
+ padding-top: 1.25rem !important;
412
+ }
413
+
414
+ .kanaui-reports-index .modal-header {
415
+ padding: 1.5rem 1.5rem 1rem 1.5rem !important;
416
+ }
417
+
418
+ .kanaui-reports-index .modal-footer {
419
+ padding: 1rem 1.5rem 1.5rem 1.5rem !important;
420
+ }
421
+
422
+ .kanaui-reports-index .modal-title {
423
+ font-weight: 600;
424
+ font-size: 1.125rem;
425
+ line-height: 1.75rem;
426
+ color: #181d27;
427
+ }
428
+
429
+ .kanaui-reports-index .close-button {
430
+ background: transparent;
431
+ padding: 0;
432
+ margin-top: -1.25rem;
433
+ }
434
+
435
+ .kanaui-reports-index .close-button:hover {
436
+ background: transparent;
437
+ padding: 0;
438
+ }
439
+
440
+ .kanaui-reports-index .modal-header .icon-container {
441
+ display: inline-flex;
442
+ justify-content: center;
443
+ align-items: center;
444
+ border: 0.0625rem solid #d5d7da;
445
+ border-radius: 0.375rem;
446
+ width: 2.5rem;
447
+ height: 2.5rem;
448
+ padding: 0.25rem;
449
+ }
450
+
451
+ .kanaui-reports-index .modal-header .icon-container img {
452
+ width: 1.25rem;
453
+ height: 1.25rem;
454
+ }
455
+
456
+ .kanaui-reports-index .dataTables_wrapper.no-footer .dataTables_scrollBody {
457
+ border-bottom: none !important;
458
+ }
459
+
460
+ .kanaui-reports-index p {
461
+ margin-bottom: 0 !important;
462
+ }
463
+
464
+ .kanaui-reports-index pre {
465
+ padding: 0.625rem;
466
+ background: #f4f4f4;
467
+ border-radius: 0.5rem;
468
+ overflow: auto;
469
+ white-space: pre-wrap;
470
+ word-wrap: break-word;
471
+ }
472
+
473
+ /* app/views/kanaui/reports/new.html.erb */
474
+
475
+ .kanaui-reports-new .new-report-title {
476
+ display: flex;
477
+ align-items: center;
478
+ gap: 1rem;
479
+ font-weight: 600;
480
+ font-size: 1.125rem;
481
+ line-height: 1.75rem;
482
+ letter-spacing: 0;
483
+ color: #1b1c1e;
484
+ padding: 1.5rem 0;
485
+ }
486
+
487
+ .kanaui-reports-new .icon-container {
488
+ display: inline-flex;
489
+ justify-content: center;
490
+ align-items: center;
491
+ border: 0.0625rem solid #d5d7da;
492
+ border-radius: 0.375rem;
493
+ width: 2.5rem;
494
+ height: 2.5rem;
495
+ padding: 0.25rem;
496
+ }
497
+
498
+ .kanaui-reports-new .icon-container img {
499
+ width: 1rem;
500
+ height: 1rem;
501
+ }
502
+
503
+ .kanaui-reports-new .form-control {
504
+ border-radius: 0.375rem;
505
+ }
506
+
507
+ .kanaui-reports-new .form-group select.form-control {
508
+ appearance: none;
509
+ -webkit-appearance: none;
510
+ -moz-appearance: none;
511
+ background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6L8 10L12 6" stroke="%23A4A7AE" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
512
+ background-repeat: no-repeat;
513
+ background-position: right 0.625rem center;
514
+ background-size: 1rem 1rem;
515
+ padding-right: 1.875rem;
516
+ }
517
+
518
+ .kanaui-reports-new select.form-control:focus {
519
+ border-color: #1570ef !important;
520
+ box-shadow: none;
521
+ outline: none;
522
+ }
523
+
524
+ .kanaui-reports-new .control-label {
525
+ font-size: 0.875rem !important;
526
+ font-weight: 500 !important;
527
+ line-height: 1.25rem !important;
528
+ color: #414651 !important;
529
+ }
530
+
531
+ .kanaui-reports-new textarea.form-control {
532
+ height: 10rem !important;
533
+ }
534
+
535
+ .kanaui-reports-new textarea.form-control:focus {
536
+ border-color: #1570ef !important;
537
+ outline: 0 !important;
538
+ box-shadow: none !important;
539
+ }
540
+
541
+ .kanaui-reports-new .form-group span {
542
+ font-weight: 400;
543
+ font-size: 0.875rem;
544
+ line-height: 1.25rem;
545
+ color: #535862;
546
+ }
547
+
548
+ /* app/views/kanaui/settings/index.html.erb */
549
+
550
+ .kanaui-settings-index .analytics-settings-title {
551
+ display: flex;
552
+ align-items: center;
553
+ gap: 1rem;
554
+ font-weight: 600;
555
+ font-size: 1.125rem;
556
+ line-height: 1.75rem;
557
+ letter-spacing: 0;
558
+ color: #1b1c1e;
559
+ padding: 1.5rem 0;
560
+ }
561
+
562
+ .kanaui-settings-index .icon-container {
563
+ display: inline-flex;
564
+ justify-content: center;
565
+ align-items: center;
566
+ border: 0.0625rem solid #d5d7da;
567
+ border-radius: 0.375rem;
568
+ width: 2.5rem;
569
+ height: 2.5rem;
570
+ padding: 0.25rem;
571
+ }
572
+
573
+ .kanaui-settings-index .icon-container img {
574
+ width: 1rem;
575
+ height: 1rem;
576
+ }
577
+
578
+ .kanaui-settings-index .form-control {
579
+ border-radius: 0.375rem;
580
+ }
581
+
582
+ .kanaui-settings-index .control-label {
583
+ font-size: 0.875rem !important;
584
+ font-weight: 500 !important;
585
+ line-height: 1.25rem !important;
586
+ color: #414651 !important;
587
+ }
588
+
589
+ .kenui-analytics-dashboard-index li.advanced-controls span {
590
+ color: #717680;
591
+ font-weight: 400;
592
+ font-size: 0.875rem;
593
+ line-height: 1.25rem;
594
+ text-decoration-style: solid;
595
+ text-decoration-skip-ink: auto;
596
+ padding: 0.625rem;
597
+ }
598
+
599
+ /* Advanced Controls - Slicing & Dicing Section */
600
+ .kenui-analytics-dashboard-index .advanced-controls {
601
+ margin: 0.625rem 0;
602
+ padding: 0;
603
+ }
604
+
605
+ .kenui-analytics-dashboard-index .advanced-controls .form-horizontal {
606
+ background: #fafafa;
607
+ border: 0.0625rem solid #e9eaeb;
608
+ border-radius: 0.5rem;
609
+ padding: 0.625rem;
610
+ margin-top: 0.625rem;
611
+ }
612
+
613
+ .kenui-analytics-dashboard-index .advanced-controls fieldset {
614
+ border: none;
615
+ margin: 0;
616
+ padding: 0;
617
+ }
618
+
619
+ .kenui-analytics-dashboard-index .advanced-controls legend {
620
+ font-weight: 600;
621
+ font-size: 1rem;
622
+ line-height: 1.5rem;
623
+ color: #414651;
624
+ margin: 0;
625
+ padding: 0;
626
+ border: none;
627
+ width: auto;
628
+ }
629
+
630
+ .kenui-analytics-dashboard-index .advanced-controls .form-group {
631
+ margin-bottom: 1rem;
632
+ display: flex;
633
+ flex-direction: column;
634
+ align-items: center;
635
+ }
636
+
637
+ .kenui-analytics-dashboard-index .advanced-controls .control-label {
638
+ font-weight: 500;
639
+ font-size: 0.875rem;
640
+ line-height: 1.25rem;
641
+ color: #414651;
642
+ margin: 0;
643
+ min-width: 100%;
644
+ flex-shrink: 0;
645
+ }
646
+
647
+ .url-placeholder-input {
648
+ max-width: 10rem;
649
+ }
650
+
651
+ .kenui-analytics-dashboard-index .advanced-controls .col-sm-10 {
652
+ min-width: 100%;
653
+ flex: 1;
654
+ padding: 0;
655
+ }
656
+
657
+ .kenui-analytics-dashboard-index .advanced-controls select.form-control {
658
+ height: 6rem;
659
+ min-width: 16rem;
660
+ width: 100%;
661
+ }
662
+
663
+ .kenui-analytics-dashboard-index .advanced-controls select.form-control:focus {
664
+ border-color: #1570ef;
665
+ box-shadow: 0 0 0 0.125rem rgba(21, 112, 239, 0.25);
666
+ outline: none;
667
+ }
668
+
669
+ .kenui-analytics-dashboard-index .advanced-controls .col-sm-offset-2 {
670
+ margin-left: 0;
671
+ margin-top: 0.625rem;
672
+ }
673
+
674
+ .kenui-analytics-dashboard-index .advanced-controls .btn-default {
675
+ background-color: #1570ef;
676
+ border: 0.0625rem solid #1570ef;
677
+ color: #ffffff;
678
+ font-weight: 500;
679
+ font-size: 0.875rem;
680
+ line-height: 1.25rem;
681
+ padding: 0.5rem 0.625rem;
682
+ border-radius: 0.375rem;
683
+ transition: all 0.15s ease-in-out;
684
+ cursor: pointer;
685
+ }
686
+
687
+ .kenui-analytics-dashboard-index .advanced-controls .btn-default:hover {
688
+ background-color: #0d5bb8;
689
+ border-color: #0d5bb8;
690
+ color: #ffffff;
691
+ }
692
+
693
+ .kenui-analytics-dashboard-index .advanced-controls .btn-default:focus {
694
+ box-shadow: 0 0 0 0.125rem rgba(21, 112, 239, 0.25);
695
+ outline: none;
696
+ }
697
+
698
+ /* Current Analytics Query Section */
699
+ .kenui-analytics-dashboard-index .well ul li:has(.query-label) {
700
+ background: #f8f9fa;
701
+ border: 0.0625rem solid #e9eaeb;
702
+ border-radius: 0.5rem;
703
+ padding: 0.625rem;
704
+ margin: 0.625rem 0;
705
+ display: flex;
706
+ flex-direction: column;
707
+ gap: 0.75rem;
708
+ }
709
+
710
+ .kenui-analytics-dashboard-index .well ul li:has(.query-label) a {
711
+ color: #1570ef;
712
+ text-decoration: none;
713
+ font-weight: 500;
714
+ font-size: 0.875rem;
715
+ line-height: 1.25rem;
716
+ padding: 0;
717
+ display: inline-flex;
718
+ align-items: center;
719
+ gap: 0.5rem;
720
+ transition: color 0.15s ease-in-out;
721
+ }
722
+
723
+ .kenui-analytics-dashboard-index .well ul li:has(.query-label) a:hover {
724
+ color: #0d5bb8;
725
+ text-decoration: underline;
726
+ }
727
+
728
+ .kenui-analytics-dashboard-index .well ul li:has(.query-label) pre {
729
+ background: #ffffff;
730
+ border: 0.0625rem solid #d5d7da;
731
+ border-radius: 0.375rem;
732
+ padding: 0.625rem;
733
+ margin: 0;
734
+ font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
735
+ font-size: 0.8125rem;
736
+ line-height: 1.4;
737
+ color: #374151;
738
+ overflow-x: auto;
739
+ white-space: pre-wrap;
740
+ word-wrap: break-word;
741
+ box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1);
742
+ }
743
+
744
+ .kenui-analytics-dashboard-index .well ul li:has(.query-label) .query-label {
745
+ font-weight: 500;
746
+ font-size: 0.875rem;
747
+ line-height: 1.25rem;
748
+ color: #414651;
749
+ margin: 0;
750
+ }
751
+
752
+ /* Responsive adjustments for smaller screens */
753
+ @media (max-width: 768px) {
754
+ .kenui-analytics-dashboard-index .advanced-controls .form-group {
755
+ flex-direction: column;
756
+ align-items: flex-start;
757
+ gap: 0.625rem;
758
+ }
759
+
760
+ .kenui-analytics-dashboard-index .advanced-controls .control-label {
761
+ min-width: auto;
762
+ width: 100%;
763
+ }
764
+
765
+ .kenui-analytics-dashboard-index .advanced-controls .col-sm-10 {
766
+ width: 100%;
767
+ }
768
+
769
+ .kenui-analytics-dashboard-index .well ul li:has(.query-label) pre {
770
+ font-size: 0.75rem;
771
+ padding: 0.5rem 0.75rem;
772
+ }
773
+ }