@djb25/digit-ui-css 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (99) hide show
  1. package/dist/index.css +12539 -14251
  2. package/dist/index.min.css +1 -1
  3. package/package.json +4 -3
  4. package/src/components/CardBasedOptions.scss +97 -36
  5. package/src/components/CitizenHomeCard.scss +43 -41
  6. package/src/components/PageBasedInput.scss +2 -0
  7. package/src/components/PropertySearchForm.scss +4 -4
  8. package/src/components/SearchOnRadioButton.scss +1 -1
  9. package/src/components/StandaloneSearchBar.scss +1 -1
  10. package/src/components/TimeLine.scss +4 -4
  11. package/src/components/bannercomponents.scss +4 -3
  12. package/src/components/body.scss +7 -4
  13. package/src/components/buttons.scss +1 -57
  14. package/src/components/card.scss +42 -97
  15. package/src/components/charts.scss +150 -3
  16. package/src/components/checkbox.scss +35 -4
  17. package/src/components/checkpoint.scss +3 -1
  18. package/src/components/datatable.scss +7 -65
  19. package/src/components/filters.scss +3 -3
  20. package/src/components/hoc/InboxComposer.scss +1 -1
  21. package/src/components/landingpage.scss +249 -18
  22. package/src/components/languageSelector.scss +2 -1
  23. package/src/components/loader.scss +1 -1
  24. package/src/components/metricsTable.scss +1 -2
  25. package/src/components/multiLink.scss +1 -1
  26. package/src/components/multiSelectDropdown.scss +0 -4
  27. package/src/components/navbar.scss +9 -13
  28. package/src/components/plusMinus.scss +3 -3
  29. package/src/components/radiobtn.scss +12 -0
  30. package/src/components/searchAction.scss +1 -1
  31. package/src/components/selectdropdown.scss +37 -12
  32. package/src/components/table.scss +8 -60
  33. package/src/components/textfields.scss +16 -4
  34. package/src/components/toggleSwitch.scss +1 -1
  35. package/src/components/topbar.scss +8 -11
  36. package/src/components/uploadcomponents.scss +16 -3
  37. package/src/index.scss +74 -109
  38. package/src/pages/citizen/DocumentList.scss +5 -5
  39. package/src/pages/citizen/HomePageWrapper.scss +11 -6
  40. package/src/pages/citizen/container.scss +1 -1
  41. package/src/pages/employee/cardfix.scss +2 -1
  42. package/src/pages/employee/container.scss +9 -8
  43. package/src/pages/employee/dss.scss +12 -29
  44. package/src/pages/employee/inbox.scss +144 -91
  45. package/src/pages/employee/index.scss +248 -244
  46. package/src/pages/employee/login.scss +93 -135
  47. package/src/pages/employee/popupmodule.scss +13 -0
  48. package/src/pages/employee/scroll-table.scss +4 -9
  49. package/src/pages/employee/surveys.scss +13 -14
  50. package/svg/check.svg +1 -1
  51. package/svg/starempty.svg +1 -1
  52. package/svg/starfilled.svg +1 -1
  53. package/README.md +0 -80
  54. package/src/components/financeUi.scss +0 -875
  55. package/src/components/inboxv2/InboxLinks.scss +0 -59
  56. package/src/components/inboxv2/horizontalNav.scss +0 -224
  57. package/src/components/inboxv2/inboxSearch.scss +0 -116
  58. package/src/components/inboxv2/inboxSearchComposer.scss +0 -134
  59. package/src/components/inboxv2/index.scss +0 -5
  60. package/src/components/inboxv2/searchComponentTable.scss +0 -44
  61. package/src/components/sidebar.scss +0 -141
  62. package/src/digitv2/components/ErrorMessage.scss +0 -6
  63. package/src/digitv2/components/FormComposerV2.scss +0 -120
  64. package/src/digitv2/components/actionLinkV2.scss +0 -7
  65. package/src/digitv2/components/actionbarV2.scss +0 -110
  66. package/src/digitv2/components/appContainerV2.scss +0 -55
  67. package/src/digitv2/components/backButtonV2.scss +0 -26
  68. package/src/digitv2/components/bannerV2.scss +0 -120
  69. package/src/digitv2/components/bodyContainerV2.scss +0 -39
  70. package/src/digitv2/components/breadCrumbV2.scss +0 -31
  71. package/src/digitv2/components/breakLineV2.scss +0 -6
  72. package/src/digitv2/components/buttonsV2.scss +0 -40
  73. package/src/digitv2/components/cardV2.scss +0 -385
  74. package/src/digitv2/components/checkboxV2.scss +0 -61
  75. package/src/digitv2/components/checkpointV2.scss +0 -71
  76. package/src/digitv2/components/collapseAndExpandGroups.scss +0 -60
  77. package/src/digitv2/components/dateWrapV2.scss +0 -12
  78. package/src/digitv2/components/displayPhotosV2.scss +0 -33
  79. package/src/digitv2/components/headerV2.scss +0 -6
  80. package/src/digitv2/components/infoBannerV2.scss +0 -37
  81. package/src/digitv2/components/keynoteV2.scss +0 -35
  82. package/src/digitv2/components/loaderV2.scss +0 -81
  83. package/src/digitv2/components/mobileNumberV2.scss +0 -33
  84. package/src/digitv2/components/multiSelectDropdownV2.scss +0 -92
  85. package/src/digitv2/components/noresultsfoundV2.scss +0 -11
  86. package/src/digitv2/components/otpInputV2.scss +0 -15
  87. package/src/digitv2/components/popUpV2.scss +0 -16
  88. package/src/digitv2/components/radiobtnV2.scss +0 -51
  89. package/src/digitv2/components/ratingV2.scss +0 -33
  90. package/src/digitv2/components/selectdropdownV2.scss +0 -170
  91. package/src/digitv2/components/tagV2.scss +0 -28
  92. package/src/digitv2/components/telephoneV2.scss +0 -18
  93. package/src/digitv2/components/textInputV2.scss +0 -123
  94. package/src/digitv2/components/textareaV2.scss +0 -11
  95. package/src/digitv2/components/uploadFileV2.scss +0 -146
  96. package/src/digitv2/index.scss +0 -168
  97. package/src/digitv2/pages/employee/index.scss +0 -1
  98. package/src/digitv2/pages/employee/workbench.scss +0 -1042
  99. package/src/digitv2/typography.scss +0 -241
@@ -1,1042 +0,0 @@
1
- @import url("../../index.scss");
2
-
3
- .bread-crumb.workbench-bredcrumb{
4
- a{
5
- color: theme(digitv2.lightTheme.primary);
6
- }
7
- }
8
- .workbench{
9
- .workbench-create-form {
10
- display: inherit;
11
- padding-top: 1.5rem;
12
- .digit-form-composer-sub-header {
13
- @extend .typography.text-heading-m;
14
- padding-left: 1rem;
15
- @media (max-width: theme(digitv2.screens.mobile)) {
16
- padding-left: 0;
17
- }
18
- }
19
-
20
- form {
21
- #label_digit_root {
22
- display: none;
23
- }
24
-
25
- #digit_root {
26
- width: 100%;
27
-
28
- .field-wrapper {
29
- .form-group.field {
30
- display: flex;
31
- padding: 1em 0 0 1em;
32
-
33
- @media (max-width: theme(digitv2.screens.mobile)) {
34
- flex-direction: column;
35
- }
36
-
37
- &.field-error.has-error.has-danger {
38
- .control-label {
39
- @extend .alert-error;
40
- }
41
-
42
- .form-control {
43
- @extend .alert-error-border;
44
- }
45
-
46
- .card-label-error {
47
- display: inline;
48
- position: relative;
49
- margin: 0px;
50
- padding: 0px;
51
- top: -0.7rem;
52
- font-weight: normal;
53
-
54
- }
55
- }
56
-
57
- &.field-boolean.field-error.has-error.has-danger {
58
-
59
- .card-label-error {
60
- position: initial;
61
- display: block;
62
- margin-top: 0.5rem;
63
-
64
- }
65
- }
66
-
67
- .control-label {
68
- max-width: 12.5rem;
69
- margin-right: 2.5rem;
70
- @extend .card-label;
71
- display: inline-flex;
72
- /* align-self: center; */
73
- line-height: 3rem;
74
- @extend .typography.text-heading-s;
75
- /* web view*/
76
- @apply w-1/3;
77
-
78
- /* tablet view*/
79
-
80
- @media (max-width: theme(digitv2.screens.tablet)) {
81
- max-width: 11rem;
82
- margin-right: 1.5rem;
83
-
84
- }
85
-
86
- /* mobile view*/
87
-
88
- @media (max-width: theme(digitv2.screens.mobile)) {
89
- /*max-width: 10.2rem;*/
90
- @apply w-full;
91
-
92
- }
93
-
94
- }
95
-
96
- .all-input-field-wrapper {
97
-
98
- @apply w-3/5;
99
- @media (max-width: theme(digitv2.screens.mobile)) {
100
- @apply w-full;
101
- }
102
-
103
- .form-control {
104
- @extend .light-input-border;
105
- @extend .employee-card-input;
106
- font-style: inherit;
107
- font-family: inherit;
108
- /* web view*/
109
- max-width: 37.5rem;
110
- min-width: 20.5rem;
111
- margin-bottom: 1rem;
112
- /* tablet view*/
113
-
114
- @media (max-width: theme(digitv2.screens.tablet)) {
115
- max-width: 27.5rem;
116
- min-width: 12.5rem;
117
-
118
- }
119
-
120
- /* mobile view*/
121
-
122
- @media (max-width: theme(digitv2.screens.mobile)) {
123
- max-width: 20.5rem;
124
- min-width: 9.5rem;
125
- @apply w-full;
126
-
127
- }
128
-
129
- &.form-select {
130
- padding: 0%;
131
- border: 0px;
132
-
133
- .digit__control {
134
- @apply outline-none;
135
-
136
- .digit__value-container:in-range {
137
- border-color: unset;
138
- box-shadow: none;
139
- box-sizing: unset;
140
- @apply outline-none;
141
- }
142
- }
143
-
144
- .digit__control--is-focused {
145
- border-color: theme(digitv2.lightTheme.primary) !important;
146
- box-shadow: none;
147
- box-sizing: unset;
148
- @apply outline-none;
149
- }
150
-
151
-
152
- .digit__control:hover {
153
-
154
- border-color: unset;
155
- box-shadow: none;
156
- box-sizing: unset;
157
- @apply outline-none;
158
- }
159
-
160
- .digit__control:focus {
161
- border-color: theme(digitv2.lightTheme.primary);
162
-
163
- .digit__value-container:focus {
164
- border-color: theme(digitv2.lightTheme.primary);
165
-
166
- }
167
- }
168
- }
169
-
170
- &.form-select:focus {
171
- @apply outline-none;
172
- border-color: theme(digitv2.lightTheme.primary);
173
-
174
- }
175
- }
176
-
177
- .form-control:read-only {
178
- background-color: theme(digitv2.lightTheme.background);
179
- color: theme(digitv2.lightTheme["text-color-secondary"]);
180
- }
181
-
182
- .form-control:focus {
183
-
184
- @apply outline-none;
185
- border-color: theme(digitv2.lightTheme.primary);
186
- }
187
-
188
- textarea.form-control {
189
- height: 5rem;
190
- }
191
- }
192
-
193
- &.field-string {
194
- align-self: center;
195
- }
196
-
197
- &.field-boolean {
198
- padding-top: 0rem;
199
- padding-bottom: 1rem;
200
-
201
- .custom-checkbox {
202
- display: inline-flex;
203
- align-items: end;
204
-
205
- &.custom-checkbox-disabled {
206
- pointer-events: none;
207
- opacity: 0.6;
208
- }
209
-
210
- .custom-checkbox-label {
211
- @extend .typography.text-body-s;
212
- @apply pl-sm;
213
- }
214
- }
215
-
216
- .checkbox {
217
- width: 28rem;
218
-
219
- label {
220
- float: left;
221
-
222
- /* display: flex;
223
- flex-direction: row-reverse;
224
- */
225
- span {
226
- width: 17rem;
227
- display: none;
228
- @extend .card-label;
229
- }
230
-
231
- input[type="checkbox"] {
232
- @extend .light-input-border;
233
- @extend .employee-card-input;
234
- height: 1.5rem;
235
- /* @apply ml-sm;*/
236
- }
237
-
238
- input[type="checkbox"]#digit_root_active {
239
- accent-color: theme(digitv2.lightTheme.primary);
240
- }
241
-
242
- input:checked,
243
- input:hover {
244
- @apply border-2;
245
- @extend .light-input-border;
246
- }
247
- }
248
- }
249
-
250
- .field-radio-group {
251
- display: inline-flex;
252
- height: 2.5rem;
253
- align-items: center;
254
-
255
- .radio {
256
- @apply mr-sm;
257
- }
258
- }
259
-
260
-
261
-
262
- }
263
-
264
-
265
-
266
- &.field-object>.control-label {
267
- margin-left: 0.5rem;
268
- }
269
-
270
- &.field-object {
271
- display: block;
272
- @extend .light-background;
273
- @extend .light-paper-border;
274
- padding: 1rem;
275
- margin: 1rem;
276
-
277
- .digit-expand-collapse-wrapper {
278
- margin-top: 0px;
279
- }
280
-
281
- .digit-icon-toggle {
282
- top: -1.5rem;
283
- right: 1.5em;
284
- }
285
-
286
- .object-wrapper {
287
- .array-remove-button-wrapper {
288
- position: relative;
289
- }
290
- }
291
-
292
- /* have to revisit for objects
293
- [id^="root_"] {
294
- @extend .light-background;
295
- }
296
- */
297
- }
298
-
299
- &.field-array {
300
- display: block;
301
- @extend .light-paper-secondary;
302
- @extend .light-paper-border;
303
- padding: 2rem;
304
- margin: 1rem;
305
- padding-top: 1rem;
306
-
307
- .array-wrapper .array-item {
308
- &.jk-array-objects>.array-remove-button-wrapper {
309
- display: block;
310
- }
311
-
312
- &.jk-array-objects {
313
- margin-bottom: 2rem;
314
-
315
- .array-children>span .form-group.field.field-object {
316
- padding-bottom: 3rem;
317
- }
318
-
319
- .array-obj {
320
- position: absolute;
321
- bottom: 1.5rem;
322
- left: 2rem;
323
-
324
- >.array-remove-button-wrapper {
325
- position: unset;
326
- }
327
- }
328
-
329
- }
330
-
331
- &.jk-array-of-non-objects>.array-remove-button-wrapper {
332
- display: inline;
333
- left: 38.5rem;
334
- right: unset;
335
- top: 0.7rem;
336
- }
337
-
338
- &.jk-array-of-non-objects .array-children {
339
- span .form-group {
340
- padding-left: 0%;
341
-
342
- .control-label {
343
- display: none;
344
- }
345
-
346
- }
347
- }
348
-
349
- /* it has been removed since we dont need diff color for array items @extend .light-background;*/
350
- position: relative;
351
-
352
- .field-object {
353
- margin-left: 0;
354
- margin-right: 0;
355
- }
356
-
357
-
358
- .array-remove-button-wrapper {
359
- position: absolute;
360
- right: 1.3em;
361
- top: 1.3em;
362
- background-color: inherit !important;
363
-
364
- .array-remove-button {
365
- cursor: pointer;
366
- background-color: inherit !important;
367
- @media (max-width: theme(digitv2.screens.mobile)) {
368
- padding:0px;
369
- }
370
- h2{
371
- @media (max-width: theme(digitv2.screens.mobile)) {
372
- display: none;
373
- }
374
- }
375
-
376
- }
377
- }
378
-
379
- span.all-input-field-wrapper {
380
- @apply w-3/5;
381
-
382
- .form-control {
383
- @apply w-full;
384
- }
385
- }
386
-
387
- .control-label {
388
- @apply w-1/3;
389
-
390
- }
391
- }
392
-
393
-
394
- .jk-digit-secondary-btn {
395
- height: 1.7em;
396
- margin-top: 0.5rem;
397
-
398
- @media (max-width: theme(digitv2.screens.mobile)) {
399
- height: auto;
400
- width: 100%;
401
- }
402
-
403
- h2 {
404
- font-size: 1rem;
405
- }
406
- }
407
-
408
- .all-input-field-wrapper {
409
- .card-label-error {
410
- position: unset !important;
411
- }
412
- }
413
-
414
- }
415
-
416
- .digit-expand-collapse-header {
417
- border: 0;
418
- background-color: inherit;
419
- padding: 0;
420
- }
421
- }
422
- }
423
- }
424
- }
425
-
426
- div.action-bar-wrap {
427
- @extend .action-bar-wrap;
428
-
429
- .submit-bar {
430
- @extend .submit-bar;
431
- cursor: pointer;
432
- @apply font-rc font-medium text-legend text-white leading-10;
433
- }
434
- }
435
- }
436
-
437
- .workbench-no-schema-found {
438
- @apply flex justify-items-center flex-col;
439
- align-items: center;
440
- }
441
-
442
- .jk-digit-loader {
443
- position: absolute;
444
- z-index: 10000;
445
- width: 100vw;
446
- background-color: rgba(189, 189, 189, 0.5);
447
- height: 100vh;
448
- left: 0;
449
- top: 0;
450
-
451
- .jk-spinner-wrapper {
452
- width: 100%;
453
- display: flex;
454
- align-items: center;
455
- justify-content: center;
456
- height: 100%;
457
-
458
- .jk-spinner {
459
- border: 0.4em solid #fe7a51;
460
- border-radius: 50%;
461
- border-top: 0.4em solid #ffffff;
462
- width: 4em;
463
- height: 4em;
464
- -webkit-animation: spin 2s linear infinite;
465
- /* Safari */
466
- animation: spin 1s linear infinite;
467
- }
468
- }
469
- }
470
-
471
- .jk-sm-inbox-loader {
472
- border: 0.2em solid #fe7a51;
473
- border-radius: 50%;
474
- border-top: 0.2em solid #ffffff;
475
- width: 2em;
476
- height: 2em;
477
- -webkit-animation: spin 2s linear infinite;
478
- /* Safari */
479
- animation: spin 1s linear infinite;
480
- }
481
-
482
- /* Safari */
483
- @-webkit-keyframes spin {
484
- 0% {
485
- -webkit-transform: rotate(0deg);
486
- }
487
-
488
- 100% {
489
- -webkit-transform: rotate(360deg);
490
- }
491
- }
492
-
493
- @keyframes spin {
494
- 0% {
495
- transform: rotate(0deg);
496
- }
497
-
498
- 100% {
499
- transform: rotate(360deg);
500
- }
501
- }
502
-
503
- .no-data-found {
504
- height: 100%;
505
- width: 100%;
506
- display: flex;
507
- flex-direction: column;
508
- justify-content: center;
509
- align-items: center;
510
-
511
- .digit-error-msg {
512
- margin-top: 2rem;
513
- }
514
- }
515
-
516
-
517
- .tooltip .tooltiptext {
518
-
519
- top: 2rem;
520
- left: 0;
521
- margin-left: 0rem;
522
- width: fit-content;
523
- height: max-content;
524
- white-space: normal;
525
-
526
- .tooltiptextvalue {
527
- font-size: 14px;
528
- font-weight: 400px;
529
- color: white;
530
- }
531
- }
532
- .employeeCard.manage-master-wrapper {
533
- width: 100%;
534
- display: flex;
535
- padding-top: 2.1rem;
536
- @media (max-width: theme(digitv2.screens.mobile)) {
537
- flex-direction: column;
538
- }
539
- .employee-select-wrap.form-field{
540
- @apply w-1/4;
541
- margin-right:1rem ;
542
- @media (max-width: theme(digitv2.screens.mobile)) {
543
- @apply w-full;
544
- }
545
- }
546
- }
547
-
548
- .table{
549
- padding-left:0.8rem ;
550
- padding-right:0.8rem ;
551
- &-row-mdms:hover{
552
- background-color: theme(digitv2.lightTheme.primary-bg); /* Change this to the desired hover color */
553
- cursor: pointer;
554
- }
555
- }
556
- }
557
-
558
- .header-btn{
559
- width: 12rem;
560
- }
561
-
562
- .drag-drop-container {
563
- background-color: #FAFAFA;
564
- border: 1.5px dashed #D6D5D4;
565
- border-radius: 5px;
566
- margin:-1rem 1rem 1rem 1rem;
567
- padding: 1rem 1rem 1rem 1rem;
568
- display: flex;
569
- align-items: center;
570
- flex-direction: column;
571
-
572
- .drag-drop-text {
573
- text-decoration: none;
574
- .browse-text {
575
- text-decoration: none;
576
- color: #F47738;
577
- transition: color 0.3s;
578
- }
579
- .browse-text:hover {
580
- color: #F47738;
581
- text-decoration: underline;
582
- cursor: pointer;
583
- }
584
- }
585
-
586
- }
587
-
588
- .uploaded-file-container {
589
- background-color: #FAFAFA;
590
- border: 1.5px solid #D6D5D4;
591
- border-radius: 5px;
592
- margin:0.5rem 1rem 2rem 1rem;
593
- display: flex;
594
- flex-direction: row;
595
- align-items: center;
596
- padding: 0.6rem;
597
- justify-content: space-between;
598
-
599
- .uploaded-file-container-sub {
600
- display: flex;
601
- align-items: center;
602
-
603
- .icon:hover {
604
- cursor: pointer;
605
- }
606
- }
607
- }
608
-
609
- button:hover {
610
- cursor: pointer;
611
- }
612
-
613
- .popup-header-fix {
614
- margin-top: -0.5rem !important;
615
- }
616
-
617
-
618
- .option-details {
619
- position: fixed;
620
- top: 50%;
621
- left: 50%;
622
- transform: translate(-50%, -50%);
623
- z-index: 999;
624
- border: 1px solid #D6D5D4;
625
- /* Border color and width */
626
- background-color: #fff;
627
- padding: 2em;
628
- border-radius: 5px;
629
- display: flex;
630
- flex-direction: column;
631
- width: 40%;
632
- min-width: 300px;
633
-
634
-
635
- .detail-container {
636
- margin-top: 20px;
637
- overflow-y: auto;
638
- max-height: 50vh;
639
-
640
- .detail-item {
641
- margin: 10px 0;
642
- display: flex;
643
- align-items: center;
644
-
645
- .key {
646
- flex-basis: 30%;
647
- margin-right: 10px;
648
- font-weight: bold;
649
- text-align: start !important;
650
- }
651
-
652
-
653
-
654
- .value {
655
- flex-basis: 70%;
656
- text-align: start !important;
657
- }
658
-
659
- }
660
-
661
-
662
-
663
- .separator {
664
- margin: 10px 0;
665
- border: none;
666
- border-bottom: 1px solid #ccc;
667
- }
668
-
669
-
670
-
671
- .view-more {
672
- display: flex;
673
- justify-content: flex-start;
674
- margin-top: 1.5em;
675
- }
676
-
677
-
678
-
679
- .select {
680
- display: flex;
681
- justify-content: flex-start;
682
- margin-top: 1.5em;
683
- }
684
-
685
- }
686
-
687
- }
688
-
689
-
690
- .close-button {
691
- align-self: flex-end;
692
- cursor: pointer;
693
- font-weight: bold;
694
- position: absolute;
695
- padding: 7px;
696
- top: 0;
697
- right: 0;
698
- border: 1px solid black;
699
- margin-bottom: 20px;
700
- }
701
-
702
-
703
-
704
-
705
-
706
-
707
-
708
- .option-details-dropdown {
709
- position: absolute;
710
- z-index: 999;
711
- border: #D6D5D4 1px solid;
712
- background-color: #fff;
713
- padding: 10px;
714
- border-radius: 5px;
715
- width: 250px;
716
- margin-left: -250px;
717
- }
718
-
719
-
720
- .modal-wrapper {
721
- position: fixed;
722
- top: 0;
723
- left: 0;
724
- width: 100%;
725
- height: 100%;
726
- display: flex;
727
- justify-content: center;
728
- align-items: center;
729
- background-color: rgba(0, 0, 0, 0.5);
730
- z-index: 9999;
731
- overflow: auto;
732
- /* Enable scrolling if content exceeds the viewport */
733
- }
734
-
735
-
736
- .modal-content {
737
- background-color: #fff;
738
- padding: 20px;
739
- border: 1px solid #ccc;
740
- border-radius: 4px;
741
- max-width: 80%;
742
- /* Adjust the maximum width as needed */
743
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
744
- max-height: 80vh;
745
- /* Limit the maximum height to 80% of the viewport height */
746
- display: flex;
747
- flex-direction: column;
748
- justify-content: space-between;
749
- }
750
-
751
- .modal-inner {
752
- overflow-y: auto;
753
- /* Enable scrolling within the modal */
754
- }
755
-
756
- .modal-content .employee-select-wrap .select input {
757
- width: calc(100% - 32px);
758
- background-color: initial;
759
- position: relative !important;
760
- z-index: 10;
761
- width: 100%;
762
- height: 100%;
763
- outline: 2px solid transparent;
764
- outline-offset: 2px;
765
- padding-left: 8px;
766
- }
767
-
768
-
769
-
770
- .modal-content .employee-select-wrap .select-active {
771
- position: absolute;
772
- display: block;
773
- width: 100%;
774
- height: 2.5rem;
775
- --border-opacity: 1;
776
- border: 1px solid #f47738;
777
- border-color: rgba(244, 119, 56, var(--border-opacity));
778
- }
779
-
780
-
781
-
782
- .modal-content .label-field-pair {
783
- display: -ms-flexbox;
784
- display: block !important;
785
- -ms-flex-align: center;
786
- align-items: center;
787
- }
788
-
789
-
790
- .modal-content .employee-select-wrap {
791
- margin-bottom: 24px;
792
- }
793
-
794
- .inbox-search-wrapper {
795
- .add-new-container {
796
- width: 100%;
797
- display: flex;
798
- flex-direction: row-reverse;
799
- .add-new {
800
- position: relative;
801
- color: #F47738;
802
- cursor: pointer;
803
- margin-right: 1em;
804
- font-weight: bolder;
805
- font-size: 23px;
806
- }
807
- }
808
- }
809
-
810
-
811
-
812
- .multiselect {
813
- display: flex;
814
- align-items: center;
815
-
816
- @media (max-width: 588px) {
817
- .info-icon-container {
818
- position: absolute;
819
- right: 2px;
820
- margin-right: 0px !important;
821
- margin-left: 0px !important;
822
- display: flex;
823
- justify-content: center;
824
- margin-bottom: 0.7em;
825
- }
826
- }
827
-
828
-
829
-
830
- .info-icon-container {
831
- margin-left: 0.7em;
832
- margin-right: -2em;
833
- display: flex;
834
- justify-content: center;
835
- margin-bottom: 0.7em;
836
- }
837
-
838
-
839
-
840
- .info-icon-container .info-icon {
841
- cursor: pointer;
842
- }
843
-
844
- }
845
-
846
-
847
-
848
- .link-container {
849
- flex: 1;
850
- display: flex;
851
- align-items: center;
852
- padding: 10px;
853
- background-color: #bdc5d1;
854
-
855
-
856
-
857
- .view-all-link {
858
- background-color: #bdc5d1;
859
- color: #f47738;
860
- font-size: 16px;
861
- text-decoration: underline;
862
- cursor: pointer;
863
- }
864
-
865
- }
866
-
867
-
868
-
869
- .action-bar {
870
- display: flex;
871
- flex-direction: row;
872
- justify-content: flex-end;
873
-
874
-
875
- .action-bar-button {
876
- margin-right: 0.5em;
877
- }
878
- }
879
-
880
-
881
-
882
- .progressBarContainer {
883
- position: fixed;
884
- bottom: 20px;
885
- right: 20px;
886
- background-color: #fff;
887
- padding: 45px 45px 20px 20px;
888
- border-radius: 8px;
889
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
890
- z-index: 9999;
891
- width: 25vw;
892
-
893
-
894
- @media (max-width: 768px) {
895
- width: 70vw;
896
- position: fixed;
897
- bottom: 20px;
898
- right: auto;
899
- left: 50%;
900
- transform: translateX(-50%);
901
- }
902
-
903
-
904
-
905
- .progressBar {
906
- display: flex;
907
- flex-direction: row;
908
- border-radius: 4px;
909
- overflow: hidden;
910
- border: 1px solid #ccc;
911
- height: 20px;
912
- background-color: #4CAF50;
913
- }
914
-
915
-
916
-
917
- .progressHeading {
918
- margin: 8px 0;
919
- font-size: 16px;
920
-
921
-
922
-
923
- .success-container {
924
- display: flex;
925
- flex-direction: row;
926
- background-color: #00703C;
927
- color: #fff;
928
- padding: 5px 10px;
929
- border-radius: 5px;
930
- width: fit-content;
931
- align-items: center;
932
-
933
-
934
-
935
- .success-count {
936
- background-color: #fff;
937
- color: #00703C;
938
- padding: 3px 5px;
939
- border-radius: 3px;
940
- margin-left: 5px;
941
- }
942
-
943
- }
944
-
945
- }
946
-
947
-
948
-
949
- .closeButton {
950
- position: absolute;
951
- top: 10px;
952
- right: 10px;
953
- cursor: pointer;
954
- padding: 2px;
955
- border: 1px solid #ccc;
956
- border-radius: 1px;
957
- }
958
-
959
-
960
-
961
- .no-uploads {
962
- margin-top: 1em;
963
- }
964
-
965
- }
966
-
967
-
968
-
969
- .results-container-orange {
970
- max-height: 50vh;
971
- overflow: auto;
972
- margin-top: 1em;
973
- border: 1px solid #ccc;
974
- border-radius: 4px;
975
- padding: 1em;
976
- background-color: #ea8a3b !important;
977
-
978
-
979
-
980
- .no-errors {
981
- background-color: #ea8a3b !important;
982
- }
983
-
984
- }
985
-
986
-
987
-
988
- .results-container {
989
- max-height: 50vh;
990
- overflow: auto;
991
- margin-top: 1em;
992
- border: 1px solid #ccc;
993
- border-radius: 4px;
994
- padding: 1em;
995
-
996
-
997
-
998
- .results-list-item {
999
- border-bottom: 1px solid #ddd;
1000
- padding: 0.5em;
1001
- cursor: pointer;
1002
-
1003
-
1004
- &:hover {
1005
- background-color: #D4351C;
1006
- color: white;
1007
- /* Yellowish color on hover */
1008
- }
1009
-
1010
- }
1011
-
1012
-
1013
-
1014
- .results-details {
1015
- white-space: pre-wrap;
1016
- border: 1px solid #ccc;
1017
- border-radius: 4px;
1018
- padding: 1em;
1019
- }
1020
- }
1021
-
1022
-
1023
-
1024
- .overlay {
1025
- position: fixed;
1026
- top: 0;
1027
- left: 0;
1028
- width: 100%;
1029
- height: 100%;
1030
- background-color: rgba(0, 0, 0, 0.3);
1031
- z-index: 9998;
1032
- }
1033
-
1034
- .CloseLevelButton {
1035
- font-size: 1rem;
1036
- margin-bottom: 24px;
1037
- /* margin-left: 24px; */
1038
- position: relative;
1039
- right: auto;
1040
- border: none;
1041
-
1042
- }