dristi-ui-css 0.0.3-dristi-kerala.3 → 0.0.3-dristi-kerala.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.
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.3
3
+ * dristi-ui-css - 0.0.3-dristi-kerala.5
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -12018,9 +12018,10 @@ body {
12018
12018
  .case-and-admission .view-case-file .file-case-side-stepper {
12019
12019
  width: 22.5% !important; }
12020
12020
  .case-and-admission .view-case-file .file-case-side-stepper .file-case-select-form-section {
12021
- width: 22.5%;
12022
- position: fixed;
12023
- padding-right: 40px; }
12021
+ width: 100%;
12022
+ position: sticky;
12023
+ padding-right: 40px;
12024
+ top: 72px; }
12024
12025
  .case-and-admission .view-case-file .file-case-form-section {
12025
12026
  width: 58% !important;
12026
12027
  max-width: 60% !important; }
@@ -12138,6 +12139,8 @@ body {
12138
12139
  color: #3d3c3c;
12139
12140
  margin: 0;
12140
12141
  word-wrap: break-word; }
12142
+ .case-and-admission .view-case-file .file-case-checklist .checkpoint-connect-wrap {
12143
+ padding-bottom: 20px !important; }
12141
12144
  .case-and-admission .view-case-file .file-case-checklist-highlight {
12142
12145
  width: 17.5% !important;
12143
12146
  height: -webkit-fit-content;
@@ -12191,6 +12194,8 @@ body {
12191
12194
  color: #3d3c3c;
12192
12195
  margin: 0;
12193
12196
  word-wrap: break-word; }
12197
+ .case-and-admission .view-case-file .file-case-checklist-highlight .checkpoint-connect-wrap {
12198
+ padding-bottom: 20px !important; }
12194
12199
 
12195
12200
  .custom-case-info-div {
12196
12201
  background-color: #f7f5f3;
@@ -14555,6 +14560,11 @@ body {
14555
14560
  .view-application .application-main .employeeCard {
14556
14561
  padding: 16px !important;
14557
14562
  margin: 0 !important; }
14563
+ .view-application .application-main .card, .view-application .application-main .card-emp {
14564
+ max-width: none; }
14565
+ .view-application .application-main .popup-module-main .card, .view-application .application-main .popup-module-main .card-emp {
14566
+ max-width: none;
14567
+ height: calc(100vh - 154px); }
14558
14568
 
14559
14569
  .dristi-employee-main {
14560
14570
  background-color: #fff; }
@@ -15584,6 +15594,10 @@ body {
15584
15594
  color: #bb2c2f !important;
15585
15595
  margin-left: 0 !important; }
15586
15596
 
15597
+ .create-submission .popup-module-main .card, .create-submission .popup-module-main .card-emp {
15598
+ max-width: none;
15599
+ height: calc(100vh - 154px); }
15600
+
15587
15601
  .add-party form .employeeCard .card-label-error {
15588
15602
  color: #bb2c2f !important;
15589
15603
  margin-left: 0 !important; }
@@ -18320,6 +18334,58 @@ body {
18320
18334
  .bulk-reschedule .field .disabled {
18321
18335
  background: #d9d9d9; }
18322
18336
 
18337
+ .reschedule-table-wrapper {
18338
+ margin: 20px 0;
18339
+ border: 1px solid #e0e0e0;
18340
+ border-radius: 8px;
18341
+ max-height: 400px;
18342
+ overflow-x: auto;
18343
+ -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
18344
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); }
18345
+
18346
+ .reschedule-table {
18347
+ width: 100%;
18348
+ border-collapse: initial;
18349
+ border-spacing: 0;
18350
+ table-layout: fixed; }
18351
+ .reschedule-table td, .reschedule-table th {
18352
+ padding: 12px 16px;
18353
+ text-align: left;
18354
+ border-bottom: 1px solid #f0f0f0;
18355
+ word-wrap: break-word;
18356
+ font-size: 15px;
18357
+ color: #333; }
18358
+ .reschedule-table th {
18359
+ background-color: #f8f8f8;
18360
+ font-weight: 700;
18361
+ color: #555;
18362
+ position: sticky;
18363
+ top: 0;
18364
+ z-index: 1; }
18365
+ .reschedule-table th:first-child {
18366
+ border-top-left-radius: 8px; }
18367
+ .reschedule-table th:last-child {
18368
+ border-top-right-radius: 8px; }
18369
+ .reschedule-table td:first-child, .reschedule-table th:first-child {
18370
+ width: 25%; }
18371
+ .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) {
18372
+ width: 15%; }
18373
+
18374
+ .reschedule-table-scroll-body {
18375
+ overflow-y: auto;
18376
+ max-height: 320px; }
18377
+
18378
+ .case-link {
18379
+ color: #007bff;
18380
+ text-decoration: none;
18381
+ cursor: pointer;
18382
+ font-weight: 500; }
18383
+ .case-link:hover {
18384
+ text-decoration: underline; }
18385
+
18386
+ .card-shec .field .select-wrap {
18387
+ max-width: 100% !important; }
18388
+
18323
18389
  .dashboard-container {
18324
18390
  display: -webkit-box;
18325
18391
  display: -ms-flexbox;