dristi-ui-css 0.0.3-dristi-kerala.4 → 0.0.3-dristi-kerala.6

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/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * dristi-ui-css - 0.0.3-dristi-kerala.4
3
+ * dristi-ui-css - 0.0.3-dristi-kerala.6
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -10571,6 +10571,72 @@ body {
10571
10571
  color: #77787b;
10572
10572
  padding: 12px; }
10573
10573
 
10574
+ .custom-editor-wrapper {
10575
+ border: 1px solid #ccc;
10576
+ border-radius: 4px; }
10577
+ .custom-editor-wrapper .rdw-editor-toolbar {
10578
+ border: none;
10579
+ border-bottom: 1px solid #ccc;
10580
+ margin: 0;
10581
+ padding: 8px; }
10582
+ .custom-editor-wrapper .rdw-editor-main {
10583
+ height: 300px !important;
10584
+ overflow: hidden !important;
10585
+ border: none;
10586
+ padding: 12px;
10587
+ -webkit-box-sizing: border-box;
10588
+ box-sizing: border-box;
10589
+ counter-reset: clean-counter; }
10590
+ .custom-editor-wrapper .rdw-editor-main ol {
10591
+ padding-left: 0 !important; }
10592
+ .custom-editor-wrapper .rdw-editor-main ol li {
10593
+ position: relative;
10594
+ padding-left: 30px !important; }
10595
+ .custom-editor-wrapper .rdw-editor-main ol li {
10596
+ counter-increment: clean-counter; }
10597
+ .custom-editor-wrapper .rdw-editor-main ol li:before {
10598
+ content: counter(clean-counter) ". ";
10599
+ position: absolute;
10600
+ left: 0;
10601
+ top: 0;
10602
+ font-weight: 400;
10603
+ color: currentColor; }
10604
+ .custom-editor-wrapper .DraftEditor-root {
10605
+ height: 100% !important;
10606
+ overflow-y: auto !important;
10607
+ scrollbar-width: thin;
10608
+ scrollbar-color: transparent transparent;
10609
+ scroll-behavior: smooth; }
10610
+ .custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar {
10611
+ width: 6px; }
10612
+ .custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar-track {
10613
+ background: transparent; }
10614
+ .custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar-thumb {
10615
+ background: transparent;
10616
+ border-radius: 3px; }
10617
+ .custom-editor-wrapper .DraftEditor-root:hover::-webkit-scrollbar-thumb {
10618
+ background: rgba(204, 204, 204, 0.8); }
10619
+ .custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar-thumb:hover {
10620
+ background: #999; }
10621
+ .custom-editor-wrapper .DraftEditor-editorContainer {
10622
+ height: 100% !important; }
10623
+ .custom-editor-wrapper .public-DraftEditor-content {
10624
+ min-height: 100% !important; }
10625
+
10626
+ .value ol {
10627
+ list-style-type: decimal; }
10628
+
10629
+ .value ol, .value ul {
10630
+ padding-left: 20px;
10631
+ margin-top: .5rem;
10632
+ margin-bottom: .5rem; }
10633
+
10634
+ .value ul {
10635
+ list-style-type: disc; }
10636
+
10637
+ .value li {
10638
+ margin-bottom: .25rem; }
10639
+
10574
10640
  .custom-note-main-div {
10575
10641
  padding: 8px;
10576
10642
  background-color: #ecf3fd;
@@ -12196,6 +12262,9 @@ body {
12196
12262
  word-wrap: break-word; }
12197
12263
  .case-and-admission .view-case-file .file-case-checklist-highlight .checkpoint-connect-wrap {
12198
12264
  padding-bottom: 20px !important; }
12265
+ .case-and-admission .view-case-file .view-image-modal .card, .case-and-admission .view-case-file .view-image-modal .card-emp {
12266
+ max-width: none;
12267
+ height: calc(100vh - 154px); }
12199
12268
 
12200
12269
  .custom-case-info-div {
12201
12270
  background-color: #f7f5f3;
@@ -14560,6 +14629,11 @@ body {
14560
14629
  .view-application .application-main .employeeCard {
14561
14630
  padding: 16px !important;
14562
14631
  margin: 0 !important; }
14632
+ .view-application .application-main .card, .view-application .application-main .card-emp {
14633
+ max-width: none; }
14634
+ .view-application .application-main .popup-module-main .card, .view-application .application-main .popup-module-main .card-emp {
14635
+ max-width: none;
14636
+ height: calc(100vh - 154px); }
14563
14637
 
14564
14638
  .dristi-employee-main {
14565
14639
  background-color: #fff; }
@@ -15589,6 +15663,10 @@ body {
15589
15663
  color: #bb2c2f !important;
15590
15664
  margin-left: 0 !important; }
15591
15665
 
15666
+ .create-submission .popup-module-main .card, .create-submission .popup-module-main .card-emp {
15667
+ max-width: none;
15668
+ height: calc(100vh - 154px); }
15669
+
15592
15670
  .add-party form .employeeCard .card-label-error {
15593
15671
  color: #bb2c2f !important;
15594
15672
  margin-left: 0 !important; }
@@ -18325,6 +18403,58 @@ body {
18325
18403
  .bulk-reschedule .field .disabled {
18326
18404
  background: #d9d9d9; }
18327
18405
 
18406
+ .reschedule-table-wrapper {
18407
+ margin: 20px 0;
18408
+ border: 1px solid #e0e0e0;
18409
+ border-radius: 8px;
18410
+ max-height: 400px;
18411
+ overflow-x: auto;
18412
+ -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
18413
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
18414
+
18415
+ .reschedule-table {
18416
+ width: 100%;
18417
+ border-collapse: initial;
18418
+ border-spacing: 0;
18419
+ table-layout: fixed; }
18420
+ .reschedule-table td, .reschedule-table th {
18421
+ padding: 12px 16px;
18422
+ text-align: left;
18423
+ border-bottom: 1px solid #f0f0f0;
18424
+ word-wrap: break-word;
18425
+ font-size: 15px;
18426
+ color: #333; }
18427
+ .reschedule-table th {
18428
+ background-color: #f8f8f8;
18429
+ font-weight: 700;
18430
+ color: #555;
18431
+ position: sticky;
18432
+ top: 0;
18433
+ z-index: 1; }
18434
+ .reschedule-table th:first-child {
18435
+ border-top-left-radius: 8px; }
18436
+ .reschedule-table th:last-child {
18437
+ border-top-right-radius: 8px; }
18438
+ .reschedule-table td:first-child, .reschedule-table th:first-child {
18439
+ width: 25%; }
18440
+ .reschedule-table td:nth-child(2), .reschedule-table td:nth-child(3), .reschedule-table td:nth-child(4), .reschedule-table td:nth-child(5), .reschedule-table td:nth-child(6), .reschedule-table th:nth-child(2), .reschedule-table th:nth-child(3), .reschedule-table th:nth-child(4), .reschedule-table th:nth-child(5), .reschedule-table th:nth-child(6) {
18441
+ width: 15%; }
18442
+
18443
+ .reschedule-table-scroll-body {
18444
+ overflow-y: auto;
18445
+ max-height: 320px; }
18446
+
18447
+ .case-link {
18448
+ color: #007bff;
18449
+ text-decoration: none;
18450
+ cursor: pointer;
18451
+ font-weight: 500; }
18452
+ .case-link:hover {
18453
+ text-decoration: underline; }
18454
+
18455
+ .card-shec .field .select-wrap {
18456
+ max-width: 100% !important; }
18457
+
18328
18458
  .dashboard-container {
18329
18459
  display: -webkit-box;
18330
18460
  display: -ms-flexbox;