@djb25/digit-ui-css 1.0.0 → 1.0.1

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 +7 -17535
  2. package/dist/index.min.css +1 -1
  3. package/package.json +4 -3
  4. package/src/components/CardBasedOptions.scss +101 -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
@@ -327,17 +327,142 @@ body {
327
327
  padding: 30px 0 30px 0; /* extra bottom padding */
328
328
  display: flex;
329
329
  justify-content: center;
330
- background: #f0f0f0;;
330
+ background: #f0f0f0;
331
+ position: relative;
331
332
  }
332
333
 
333
334
  .mcd-hero-container {
334
335
  width: 96%;
335
- background: #fff;
336
- border-radius: 22px;
336
+ background: #0a2f57;;
337
+ overflow: hidden;
338
+ box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
339
+ position: relative;
340
+ border-radius: 28px;
341
+ overflow: hidden;
342
+ }
343
+
344
+ .mcd-hero-split {
345
+ display: flex;
346
+ height: 380px;
347
+ }
348
+
349
+ /* LEFT */
350
+ .mcd-hero-left {
351
+ width: 40%;
352
+ position: relative;
353
+ padding: 56px 40px;
354
+ overflow: hidden;
355
+ /* Deep Govt Blue Gradient */
356
+ background:
357
+ radial-gradient(
358
+ circle at top,
359
+ #2f5f8f 0%,
360
+ #0d3c63 35%,
361
+ #082947 100%
362
+ );
363
+ color: #ffffff;
364
+ display: flex;
365
+ flex-direction: column;
366
+ align-items: center;
367
+ justify-content: center;
368
+ text-align: center;
369
+ }
370
+
371
+ .mcd-hero-left::after {
372
+ content: "";
373
+ position: absolute;
374
+ top: 0;
375
+ right: -60px;
376
+ width: 120px;
377
+ height: 100%;
378
+
379
+ background: linear-gradient(
380
+ to right,
381
+ #0a2f57 0%,
382
+ rgba(10, 47, 87, 0.7) 50%,
383
+ rgba(10, 47, 87, 0) 100%
384
+ );
385
+
386
+ border-radius: 50%;
387
+ pointer-events: none;
388
+ }
389
+
390
+
391
+
392
+ .mcd-hero-logo {
393
+ width: 205px;
394
+ margin-bottom: 20px;
395
+ background: #ffffff;
396
+ border-radius: 100px;
397
+ box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
398
+ transition: box-shadow 0.3s ease, transform 0.3s ease;
399
+
400
+ }
401
+
402
+ .mcd-hero-logo:hover {
403
+ box-shadow:
404
+ 0 0 0 6px rgba(255, 255, 255, 0.35),
405
+ 0 14px 32px rgba(0, 0, 0, 0.35);
406
+ transform: scale(1.02);
407
+ }
408
+
409
+ .mcd-hero-welcome-text {
410
+ font-size: 18px;
411
+ font-weight: 400;
412
+ opacity: 0.9;
413
+ margin: 0 0 6px 0;
414
+ }
415
+
416
+ .mcd-hero-title {
417
+ font-size: 40px;
418
+ font-weight: 700;
419
+ margin: 0;
420
+ line-height: 1.2;
421
+ }
422
+
423
+
424
+ /* RIGHT */
425
+ .mcd-hero-right {
426
+ position: relative;
427
+ overflow: hidden;
428
+ width: 60%;
429
+ }
430
+
431
+ .mcd-hero-right::before {
432
+ content: "";
433
+ position: absolute;
434
+ inset: 0;
435
+
436
+ background: radial-gradient(
437
+ ellipse at center,
438
+ rgba(0, 0, 0, 0) 55%,
439
+ rgba(0, 0, 0, 0.18) 100%
440
+ );
441
+
442
+ pointer-events: none;
443
+ }
444
+
445
+
446
+ /* Main Banner */
447
+ .mcd-hero-container {
448
+ border-radius: 28px;
337
449
  overflow: hidden;
338
- box-shadow: 0 4px 25px rgba(0,0,0,0.1);
450
+ box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
451
+ }
452
+
453
+
454
+ /* 🔹 Overlap Image */
455
+ .mcd-hero-overlap-img {
456
+ position: absolute;
457
+ top: -40px; /* overlaps ABOVE banner */
458
+ left: 50%;
459
+ transform: translateX(-50%);
460
+ width: 160px;
461
+ z-index: 10;
462
+ pointer-events: none;
339
463
  }
340
464
 
465
+
341
466
  .mcd-hero-main-img {
342
467
  width: 100%;
343
468
  height: auto;
@@ -345,6 +470,76 @@ body {
345
470
  display: block;
346
471
  }
347
472
 
473
+ @keyframes fadeUpSlow {
474
+ from {
475
+ opacity: 0;
476
+ transform: translateY(16px);
477
+ }
478
+ to {
479
+ opacity: 1;
480
+ transform: translateY(0);
481
+ }
482
+ }
483
+
484
+
485
+ .hero-animate .mcd-hero-logo {
486
+ animation: fadeUpSlow 0.9s ease-out forwards;
487
+ }
488
+
489
+ .hero-animate .mcd-hero-welcome-text {
490
+ animation: fadeUpSlow 0.9s ease-out forwards;
491
+ animation-delay: 0.2s;
492
+ }
493
+
494
+ .hero-animate .mcd-hero-title {
495
+ animation: fadeUpSlow 0.9s ease-out forwards;
496
+ animation-delay: 0.4s;
497
+ }
498
+
499
+ @keyframes imageFadeSlow {
500
+ from {
501
+ opacity: 0;
502
+ transform: scale(1.04);
503
+ }
504
+ to {
505
+ opacity: 1;
506
+ transform: scale(1);
507
+ }
508
+ }
509
+
510
+ .hero-animate .mcd-hero-main-img {
511
+ animation: imageFadeSlow 1.1s ease-out forwards;
512
+ }
513
+
514
+ @media (prefers-reduced-motion: reduce) {
515
+ .hero-animate * {
516
+ animation: none !important;
517
+ }
518
+ }
519
+
520
+
521
+
522
+
523
+ @media (max-width: 768px) {
524
+ .mcd-hero-split {
525
+ flex-direction: column;
526
+ }
527
+
528
+ .mcd-hero-left,
529
+ .mcd-hero-right {
530
+ width: 100%;
531
+ }
532
+
533
+ .mcd-hero-left {
534
+ padding: 48px 24px;
535
+ }
536
+
537
+ .mcd-hero-main-img {
538
+ height: 260px;
539
+ }
540
+ }
541
+
542
+
348
543
  /* SEARCH BAR FLOATS BELOW HERO */
349
544
  .mcd-search-wrapper {
350
545
  width: 100%;
@@ -403,36 +598,62 @@ body {
403
598
  max-width: 900px;
404
599
  margin: 50px auto 0 auto;
405
600
  display: flex;
601
+ flex-wrap: wrap;
406
602
  align-items: center;
407
603
  justify-content: center;
408
- gap: 10px;
604
+ gap: 12px;
409
605
  padding: 10px 0 10px 0;
410
606
  }
411
607
 
412
608
  .mcd-suggested-label {
413
- color: #666;
414
609
  font-size: 14px;
415
610
  font-weight: 600;
611
+ color: #6b7280; /* subtle grey */
416
612
  }
417
613
 
418
614
  /* Link Buttons (KSMART pill style) */
419
615
  .mcd-suggested-btn {
420
- background: #f0f4ff;
421
- border: 1px solid #d6ddf7;
422
- border-radius: 8px;
423
- padding: 8px 20px;
616
+ background: #ffffff;
617
+ border: 1px solid #dbe3f0;
618
+ border-radius: 999px;
619
+
620
+ padding: 8px 18px;
424
621
  font-size: 14px;
425
- color: #38445c;
622
+ font-weight: 500;
623
+ color: #0b4fa3;
624
+
426
625
  cursor: pointer;
427
- transition: 0.2s ease;
428
626
  white-space: nowrap;
627
+
628
+ transition:
629
+ transform 0.25s ease,
630
+ box-shadow 0.25s ease,
631
+ border-color 0.25s ease;
429
632
  }
430
633
 
431
634
  .mcd-suggested-btn:hover {
432
- background: #e4eaff;
433
- border-color: #c2c9f0;
635
+ transform: translateY(-3px);
636
+
637
+ border-color: #0b4fa3;
638
+
639
+ box-shadow:
640
+ 0 10px 24px rgba(0, 0, 0, 0.12);
641
+ }
642
+
643
+ .mcd-suggested-btn:active {
644
+ transform: translateY(-1px);
645
+ box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
434
646
  }
435
647
 
648
+ .mcd-suggested-btn:focus-visible {
649
+ outline: none;
650
+ box-shadow:
651
+ 0 0 0 3px rgba(11, 79, 163, 0.3),
652
+ 0 10px 24px rgba(0, 0, 0, 0.12);
653
+ }
654
+
655
+
656
+
436
657
  /* Mobile Responsive */
437
658
  @media (max-width: 768px) {
438
659
  .mcd-suggested-wrapper {
@@ -2332,8 +2553,7 @@ body {
2332
2553
 
2333
2554
  /* Main wrapper */
2334
2555
  .djb-page-wrapper {
2335
- max-width: 1200px;
2336
- margin: 0 auto;
2556
+ margin: 0 35px;
2337
2557
  padding: 24px 16px 60px;
2338
2558
  }
2339
2559
 
@@ -3782,13 +4002,13 @@ svg text {
3782
4002
  /* ===== Skeleton Loader ===== */
3783
4003
  .pdf-skeleton {
3784
4004
  width: 100%;
3785
- min-height: 720px;
4005
+ min-height: 720px; /* same as pdf-container */
3786
4006
  padding: 16px;
3787
4007
  background: #f4f6f8;
3788
4008
  border-radius: 6px;
3789
- margin-bottom: 10px;
3790
4009
  }
3791
4010
 
4011
+
3792
4012
  .skeleton-line {
3793
4013
  height: 14px;
3794
4014
  background: linear-gradient(90deg, #e0e0e0, #f0f0f0, #e0e0e0);
@@ -3858,3 +4078,14 @@ svg text {
3858
4078
  border-radius: 8px;
3859
4079
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
3860
4080
  }
4081
+
4082
+ .pdf-container {
4083
+ position: relative;
4084
+ }
4085
+
4086
+ .pdf-loader-overlay {
4087
+ position: absolute;
4088
+ inset: 0;
4089
+ z-index: 10;
4090
+ background: #f9f9f9;
4091
+ }
@@ -10,13 +10,14 @@
10
10
  height: 2.5rem;
11
11
  }
12
12
  .bannerCard .customBtn {
13
- border-color: theme(colors.text.secondary);
13
+ border-color: #505a5f;
14
14
  }
15
15
  .bannerCard .customBtn:focus {
16
16
  outline: none;
17
17
  }
18
18
  .bannerCard .customBtn-selected {
19
19
  border-color: transparent;
20
+ background-color: #5a1166 !important;
20
21
  }
21
22
  .bannerCard .bannerHeader p {
22
23
  font-size: 19px;
@@ -25,7 +25,7 @@
25
25
  position: absolute;
26
26
  width: 52px;
27
27
  height: 52px;
28
- border: 12px solid theme(colors.secondary);
28
+ border: 12px solid #22394d;
29
29
  border-top-color: transparent;
30
30
  border-radius: 50%;
31
31
  }
@@ -16,7 +16,7 @@
16
16
 
17
17
  .upper_green {
18
18
  @apply inline;
19
- color: theme(colors.success);
19
+ color: #00703C;
20
20
  }
21
21
  }
22
22
 
@@ -24,5 +24,4 @@
24
24
  display: flex;
25
25
  flex-wrap: wrap;
26
26
  margin-top: 15px;
27
- justify-content: space-evenly;
28
27
  }
@@ -39,7 +39,7 @@
39
39
  top: unset;
40
40
  @apply relative text-text-primary !important;
41
41
  svg{
42
- fill: theme(colors.text.secondary);
42
+ fill: #505A5F;
43
43
  }
44
44
  span{
45
45
  @apply text-text-primary !important;
@@ -40,8 +40,6 @@
40
40
  @apply absolute min-w-full z-20;
41
41
  div{
42
42
  @apply flex w-full bg-white;
43
- justify-content: flex-start;
44
- align-items: center;
45
43
  &:hover{
46
44
  @apply bg-grey-mid;
47
45
  }
@@ -51,8 +49,6 @@
51
49
  }
52
50
  p{
53
51
  padding: 12px;
54
- margin-top: 5px;
55
- margin-bottom: 5px;
56
52
  @apply text-form-field text-text-primary;
57
53
  }
58
54
  .custom-checkbox{
@@ -36,7 +36,7 @@
36
36
  flex-direction: column;
37
37
  align-items: center;
38
38
  padding-top: 30px;
39
- background-color: theme(colors.white);
39
+ background-color: #ffffff;
40
40
 
41
41
  img {
42
42
  width: 89px;
@@ -53,12 +53,12 @@
53
53
  letter-spacing: 0.6px;
54
54
  font-weight: 700;
55
55
  font-size: 18px;
56
- color: theme(colors.text.primary);
56
+ color: #0b0c0c;
57
57
  }
58
58
  }
59
59
  }
60
60
  .profile-divider {
61
- border-top: 1px solid theme(colors.border);
61
+ border-top: 1px solid #d6d5d4;
62
62
  margin-left: 20px;
63
63
  margin-right: 20px;
64
64
  width: 90%;
@@ -111,12 +111,12 @@
111
111
  padding-right: 16px;
112
112
  padding-left: 16px;
113
113
  &.active {
114
- border-left: 5px solid theme(colors.primary.main);
114
+ border-left: 5px solid #a82227;
115
115
  .menu-label {
116
- color: theme(colors.primary.main);
116
+ color: #a82227;
117
117
  }
118
118
  .icon {
119
- fill: theme(colors.primary.main);
119
+ fill: #a82227;
120
120
  }
121
121
  }
122
122
 
@@ -124,7 +124,6 @@
124
124
  cursor: pointer;
125
125
  display: flex;
126
126
  flex-direction: column;
127
-
128
127
  .sidebar-link {
129
128
  display: flex;
130
129
  justify-content: space-between;
@@ -178,7 +177,6 @@
178
177
  }
179
178
 
180
179
  .drawer-desktop {
181
- overflow: auto;
182
180
  .menu-item {
183
181
  border: 10px;
184
182
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
@@ -221,22 +219,20 @@
221
219
  padding-right: 16px;
222
220
  padding-left: 16px;
223
221
  &.active {
224
- border-left: 5px solid theme(colors.primary.main);
222
+ border-left: 5px solid #a82227;
225
223
  padding-left: 11px;
226
224
  .menu-label {
227
- color: theme(colors.primary.main);
225
+ color: #a82227;
228
226
  }
229
227
  .icon {
230
- fill: theme(colors.primary.main);
228
+ fill: #a82227;
231
229
  }
232
230
  }
233
231
 
234
232
  .submenu-container {
235
- margin-left: 1.5rem;
236
233
  cursor: pointer;
237
234
  display: flex;
238
235
  flex-direction: column;
239
-
240
236
  .sidebar-link {
241
237
  display: flex;
242
238
  justify-content: space-between;
@@ -5,9 +5,9 @@
5
5
  justify-content: center;
6
6
  }
7
7
  .PlusMinusbutton{
8
- border: 1px solid theme(colors.border);
9
- background-color: theme(colors.grey.mid);
10
- color: theme(colors.text.secondary);
8
+ border: 1px solid #d6d5d4;
9
+ background-color: #eeeeee;
10
+ color: #505a5f;
11
11
  font-size: 27px;
12
12
  font-weight: 400;
13
13
  text-align: center;
@@ -1,10 +1,22 @@
1
1
  .radio-wrap {
2
+ line-height: 1.5rem !important;
2
3
  @apply my-sm block leading-10 mb-lg;
3
4
 
4
5
  div {
5
6
  @apply block mb-md;
6
7
  }
7
8
 
9
+ .radio-btn-checkmark {
10
+ height: 1.5rem !important;
11
+ width: 1.5rem !important;
12
+ }
13
+ .radio-btn-wrap input:checked ~ .radio-btn-checkmark:after {
14
+ top: 0.35rem !important;
15
+ left: 0.35rem !important;
16
+ height: 0.8rem !important;
17
+ width: 0.8rem !important;
18
+ }
19
+
8
20
  .radio-btn-wrap {
9
21
  @apply block float-left relative;
10
22
  &:hover {
@@ -14,7 +14,7 @@
14
14
  width: 18px;
15
15
  @apply h-6;
16
16
  path{
17
- fill: theme(colors.primary.main);
17
+ fill: #a82227;
18
18
  }
19
19
  }
20
20
  }
@@ -18,19 +18,22 @@
18
18
  }
19
19
  }
20
20
  */
21
+ .employee-select-wrap:active{
22
+ background-color: white
23
+ }
21
24
  .employee-select-wrap {
22
- @apply mb-lg relative rounded-md;
25
+ @apply mb-lg relative;
23
26
 
24
27
  .select {
25
- @apply relative block w-full h-10 border border-solid border-input-border rounded-md;
28
+ @apply relative block w-full h-10 border border-solid border-input-border;
26
29
  &:hover {
27
- @apply border-2 border-solid border-primary-main rounded-md;
30
+ @apply border-2 border-solid border-primary-main;
28
31
  }
29
32
  input[type="text"] {
30
33
  width: calc(100% - 32px);
31
34
  background-color: transparent;
32
35
 
33
- @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm rounded-md;
36
+ @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
34
37
  }
35
38
 
36
39
  p {
@@ -48,13 +51,16 @@
48
51
  }
49
52
 
50
53
  .select-active {
51
- @apply relative block w-full h-10 border-2 border-solid border-primary-main rounded-md;
54
+ @apply relative block w-full h-10 border-2 border-solid border-primary-main;
55
+ height: 2 rem !important;
56
+ border: 1px solid black;
57
+ background-color: white;
52
58
 
53
59
  input[type="text"] {
54
60
  width: calc(100% - 32px);
55
61
  background-color: transparent;
56
62
 
57
- @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm rounded-md;
63
+ @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
58
64
  }
59
65
 
60
66
  p {
@@ -77,8 +83,9 @@
77
83
  .options-card {
78
84
  width: 100% !important;
79
85
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
80
- max-height: 400px;
86
+ max-height: 250px !important;
81
87
  overflow: auto;
88
+ z-index: 1000 !important;
82
89
  @apply absolute z-20 mt-xs bg-white max-w-full;
83
90
 
84
91
  p {
@@ -91,6 +98,23 @@
91
98
  }
92
99
  }
93
100
  }
101
+ .fsm-registry-dropdown {
102
+ .select {
103
+ @apply flex;
104
+ input {
105
+ text-align: left;
106
+ }
107
+ }
108
+ .select-active {
109
+ text-align: left;
110
+ }
111
+ .options-card {
112
+ .profile-dropdown--item {
113
+ justify-content: left;
114
+ }
115
+ }
116
+ margin-bottom: 0;
117
+ }
94
118
 
95
119
  .employee-select-wrap--elipses {
96
120
  width: 85% !important;
@@ -104,13 +128,13 @@
104
128
  max-width: 540px;
105
129
 
106
130
  .select {
107
- @apply relative block w-full h-10 border border-solid border-input-border rounded-md;
131
+ @apply relative block w-full h-10 border border-solid border-input-border;
108
132
 
109
133
  input[type="text"] {
110
134
  width: calc(100% - 32px);
111
135
  background-color: transparent;
112
136
 
113
- @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm rounded-md;
137
+ @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
114
138
  }
115
139
 
116
140
  p {
@@ -128,13 +152,13 @@
128
152
  }
129
153
 
130
154
  .select-active {
131
- @apply relative block w-full h-10 border-2 border-solid border-primary-main rounded-md;
155
+ @apply relative block w-full h-10 border-2 border-solid border-primary-main;
132
156
 
133
157
  input[type="text"] {
134
158
  width: calc(100% - 32px);
135
159
  background-color: transparent;
136
160
 
137
- @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm rounded-md;
161
+ @apply absolute z-10 w-full h-full outline-none text-text-primary text-form-field pl-sm;
138
162
  }
139
163
 
140
164
  p {
@@ -170,5 +194,6 @@
170
194
  }
171
195
  }
172
196
 
173
- @screen dt {
197
+ .employee-select-wrap .select img, .employee-select-wrap .select svg{
198
+ margin-top: 2px;
174
199
  }