dristi-ui-css 0.0.3-dristi-kerala.4 → 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
|
+
* dristi-ui-css - 0.0.3-dristi-kerala.5
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -14560,6 +14560,11 @@ body {
|
|
|
14560
14560
|
.view-application .application-main .employeeCard {
|
|
14561
14561
|
padding: 16px !important;
|
|
14562
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); }
|
|
14563
14568
|
|
|
14564
14569
|
.dristi-employee-main {
|
|
14565
14570
|
background-color: #fff; }
|
|
@@ -15589,6 +15594,10 @@ body {
|
|
|
15589
15594
|
color: #bb2c2f !important;
|
|
15590
15595
|
margin-left: 0 !important; }
|
|
15591
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
|
+
|
|
15592
15601
|
.add-party form .employeeCard .card-label-error {
|
|
15593
15602
|
color: #bb2c2f !important;
|
|
15594
15603
|
margin-left: 0 !important; }
|
|
@@ -18325,6 +18334,58 @@ body {
|
|
|
18325
18334
|
.bulk-reschedule .field .disabled {
|
|
18326
18335
|
background: #d9d9d9; }
|
|
18327
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
|
+
|
|
18328
18389
|
.dashboard-container {
|
|
18329
18390
|
display: -webkit-box;
|
|
18330
18391
|
display: -ms-flexbox;
|