dristi-ui-css 0.0.2-dristi-kerala.4 → 0.0.2-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 +214 -11
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/cases/pages/employeee/joinCaseHome.scss +5 -0
- package/src/dristi/eFiling.scss +13 -0
- package/src/home/Dashboard.scss +167 -10
- package/src/index.scss +1 -0
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.2-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.2-dristi-kerala.5
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -11687,7 +11687,14 @@ body {
|
|
|
11687
11687
|
.label-field-pair .field-container .text-input-width {
|
|
11688
11688
|
max-width: unset; }
|
|
11689
11689
|
|
|
11690
|
-
.
|
|
11690
|
+
.join-case-modal-payment {
|
|
11691
|
+
min-width: unset !important; }
|
|
11692
|
+
|
|
11693
|
+
.custom-modal-stepper-non-doc, .join-case-modal-payment {
|
|
11694
|
+
height: unset !important;
|
|
11695
|
+
padding: unset !important; }
|
|
11696
|
+
|
|
11697
|
+
.custom-modal-stepper-non-doc, .e-filing-payment, .join-case-modal-payment {
|
|
11691
11698
|
min-width: 55%;
|
|
11692
11699
|
width: 800px;
|
|
11693
11700
|
height: 490px;
|
|
@@ -11703,14 +11710,14 @@ body {
|
|
|
11703
11710
|
-ms-flex-pack: justify;
|
|
11704
11711
|
justify-content: space-between;
|
|
11705
11712
|
background-color: #fff; }
|
|
11706
|
-
.e-filing-payment .e-filing-card-label {
|
|
11713
|
+
.custom-modal-stepper-non-doc .e-filing-card-label, .e-filing-payment .e-filing-card-label, .join-case-modal-payment .e-filing-card-label {
|
|
11707
11714
|
font-family: Roboto;
|
|
11708
11715
|
font-size: 19px;
|
|
11709
11716
|
font-weight: 400;
|
|
11710
11717
|
line-height: 28.5px;
|
|
11711
11718
|
text-align: center;
|
|
11712
11719
|
margin: 0; }
|
|
11713
|
-
.e-filing-payment .e-filing-table-data-style {
|
|
11720
|
+
.custom-modal-stepper-non-doc .e-filing-table-data-style, .e-filing-payment .e-filing-table-data-style, .join-case-modal-payment .e-filing-table-data-style {
|
|
11714
11721
|
border-left: none;
|
|
11715
11722
|
padding: 10px;
|
|
11716
11723
|
display: -webkit-box !important;
|
|
@@ -11719,20 +11726,20 @@ body {
|
|
|
11719
11726
|
-webkit-box-pack: justify;
|
|
11720
11727
|
-ms-flex-pack: justify;
|
|
11721
11728
|
justify-content: space-between; }
|
|
11722
|
-
.e-filing-payment .e-filing-table-data-style .case-info-value {
|
|
11729
|
+
.custom-modal-stepper-non-doc .e-filing-table-data-style .case-info-value, .e-filing-payment .e-filing-table-data-style .case-info-value, .join-case-modal-payment .e-filing-table-data-style .case-info-value {
|
|
11723
11730
|
display: -webkit-box;
|
|
11724
11731
|
display: -ms-flexbox;
|
|
11725
11732
|
display: flex;
|
|
11726
11733
|
grid-gap: 8px;
|
|
11727
11734
|
gap: 8px; }
|
|
11728
|
-
.e-filing-payment .e-filing-table-data-style .case-info-value .case-info-button {
|
|
11735
|
+
.custom-modal-stepper-non-doc .e-filing-table-data-style .case-info-value .case-info-button, .e-filing-payment .e-filing-table-data-style .case-info-value .case-info-button, .join-case-modal-payment .e-filing-table-data-style .case-info-value .case-info-button {
|
|
11729
11736
|
display: -webkit-box;
|
|
11730
11737
|
display: -ms-flexbox;
|
|
11731
11738
|
display: flex;
|
|
11732
11739
|
grid-gap: 8px;
|
|
11733
11740
|
gap: 8px;
|
|
11734
11741
|
font-size: 16px; }
|
|
11735
|
-
.e-filing-payment .button-field {
|
|
11742
|
+
.custom-modal-stepper-non-doc .button-field, .e-filing-payment .button-field, .join-case-modal-payment .button-field {
|
|
11736
11743
|
display: -webkit-box;
|
|
11737
11744
|
display: -ms-flexbox;
|
|
11738
11745
|
display: flex;
|
|
@@ -11740,18 +11747,18 @@ body {
|
|
|
11740
11747
|
-webkit-box-pack: justify;
|
|
11741
11748
|
-ms-flex-pack: justify;
|
|
11742
11749
|
justify-content: space-between; }
|
|
11743
|
-
.e-filing-payment .button-field .tertiary-button-selector {
|
|
11750
|
+
.custom-modal-stepper-non-doc .button-field .tertiary-button-selector, .e-filing-payment .button-field .tertiary-button-selector, .join-case-modal-payment .button-field .tertiary-button-selector {
|
|
11744
11751
|
background-color: #007e7e !important;
|
|
11745
11752
|
-webkit-box-shadow: none;
|
|
11746
11753
|
box-shadow: none;
|
|
11747
11754
|
min-width: 44%; }
|
|
11748
|
-
.e-filing-payment .button-field .secondary-button-selector {
|
|
11755
|
+
.custom-modal-stepper-non-doc .button-field .secondary-button-selector, .e-filing-payment .button-field .secondary-button-selector, .join-case-modal-payment .button-field .secondary-button-selector {
|
|
11749
11756
|
min-width: 44%; }
|
|
11750
|
-
.e-filing-payment .payment-due-wrapper {
|
|
11757
|
+
.custom-modal-stepper-non-doc .payment-due-wrapper, .e-filing-payment .payment-due-wrapper, .join-case-modal-payment .payment-due-wrapper {
|
|
11751
11758
|
padding: 16px 0;
|
|
11752
11759
|
grid-gap: 16px;
|
|
11753
11760
|
gap: 16px; }
|
|
11754
|
-
.e-filing-payment .payment-due-wrapper .payment-calculator-wrapper {
|
|
11761
|
+
.custom-modal-stepper-non-doc .payment-due-wrapper .payment-calculator-wrapper, .e-filing-payment .payment-due-wrapper .payment-calculator-wrapper, .join-case-modal-payment .payment-due-wrapper .payment-calculator-wrapper {
|
|
11755
11762
|
width: 100%;
|
|
11756
11763
|
height: 100%;
|
|
11757
11764
|
max-height: 124px;
|
|
@@ -16523,6 +16530,8 @@ body {
|
|
|
16523
16530
|
margin: 0; }
|
|
16524
16531
|
.litigant-verification .multi-litigant-composer .card .label-field-pair input, .litigant-verification .multi-litigant-composer .card-emp .label-field-pair input, .litigant-verification .multi-litigant-composer .card .label-field-pair .checkbox-wrap .input-emp, .checkbox-wrap .litigant-verification .multi-litigant-composer .card .label-field-pair .input-emp, .litigant-verification .multi-litigant-composer .card-emp .label-field-pair .checkbox-wrap .input-emp, .checkbox-wrap .litigant-verification .multi-litigant-composer .card-emp .label-field-pair .input-emp, .litigant-verification .multi-litigant-composer .card .label-field-pair .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .litigant-verification .multi-litigant-composer .card .label-field-pair .input-emp, .litigant-verification .multi-litigant-composer .card-emp .label-field-pair .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .litigant-verification .multi-litigant-composer .card-emp .label-field-pair .input-emp {
|
|
16525
16532
|
margin-bottom: 0; }
|
|
16533
|
+
.litigant-verification .multi-litigant-composer .card .label-field-pair .field .radio-wrap, .litigant-verification .multi-litigant-composer .card-emp .label-field-pair .field .radio-wrap {
|
|
16534
|
+
margin: 0; }
|
|
16526
16535
|
.litigant-verification .multi-litigant-composer .card .card-label-error, .litigant-verification .multi-litigant-composer .card-emp .card-label-error {
|
|
16527
16536
|
width: 100%;
|
|
16528
16537
|
margin-left: 0 !important;
|
|
@@ -18184,6 +18193,200 @@ body {
|
|
|
18184
18193
|
.bulk-reschedule .field .disabled {
|
|
18185
18194
|
background: #d9d9d9; }
|
|
18186
18195
|
|
|
18196
|
+
.dashboard-container {
|
|
18197
|
+
display: -webkit-box;
|
|
18198
|
+
display: -ms-flexbox;
|
|
18199
|
+
display: flex;
|
|
18200
|
+
height: calc(100% - 134px);
|
|
18201
|
+
-webkit-box-orient: horizontal;
|
|
18202
|
+
-webkit-box-direction: normal;
|
|
18203
|
+
-ms-flex-direction: row;
|
|
18204
|
+
flex-direction: row; }
|
|
18205
|
+
.dashboard-container .dashboardSidebar {
|
|
18206
|
+
display: -webkit-box;
|
|
18207
|
+
display: -ms-flexbox;
|
|
18208
|
+
display: flex;
|
|
18209
|
+
-webkit-box-orient: vertical;
|
|
18210
|
+
-webkit-box-direction: normal;
|
|
18211
|
+
-ms-flex-direction: column;
|
|
18212
|
+
flex-direction: column;
|
|
18213
|
+
border-right: 1px solid #e0e0e0;
|
|
18214
|
+
position: fixed;
|
|
18215
|
+
height: calc(100% - 82px); }
|
|
18216
|
+
.dashboard-container .dashboardSidebar.collapsed {
|
|
18217
|
+
width: 70px; }
|
|
18218
|
+
.dashboard-container .dashboardSidebar:not(.collapsed) {
|
|
18219
|
+
width: 270px; }
|
|
18220
|
+
.dashboard-container .sidebar-nav {
|
|
18221
|
+
-webkit-box-flex: 1;
|
|
18222
|
+
-ms-flex: 1;
|
|
18223
|
+
flex: 1;
|
|
18224
|
+
-webkit-box-orient: vertical;
|
|
18225
|
+
-webkit-box-direction: normal;
|
|
18226
|
+
-ms-flex-direction: column;
|
|
18227
|
+
flex-direction: column;
|
|
18228
|
+
padding: 10px;
|
|
18229
|
+
grid-gap: 16px;
|
|
18230
|
+
gap: 16px;
|
|
18231
|
+
margin-top: 50px; }
|
|
18232
|
+
.dashboard-container .dashboard-btn, .dashboard-container .sidebar-nav {
|
|
18233
|
+
display: -webkit-box;
|
|
18234
|
+
display: -ms-flexbox;
|
|
18235
|
+
display: flex; }
|
|
18236
|
+
.dashboard-container .dashboard-btn {
|
|
18237
|
+
padding: 16px;
|
|
18238
|
+
font-size: 16px;
|
|
18239
|
+
-webkit-box-align: center;
|
|
18240
|
+
-ms-flex-align: center;
|
|
18241
|
+
align-items: center;
|
|
18242
|
+
grid-gap: 8px;
|
|
18243
|
+
gap: 8px;
|
|
18244
|
+
text-align: left;
|
|
18245
|
+
border: none;
|
|
18246
|
+
border-radius: 4px;
|
|
18247
|
+
cursor: pointer; }
|
|
18248
|
+
.dashboard-container .dashboard-btn.active {
|
|
18249
|
+
color: #007e7e;
|
|
18250
|
+
font-weight: 600;
|
|
18251
|
+
background-color: #f9fafb; }
|
|
18252
|
+
.dashboard-container .dashboard-btn:not(.active) {
|
|
18253
|
+
color: #77787b;
|
|
18254
|
+
font-weight: 400;
|
|
18255
|
+
background-color: initial; }
|
|
18256
|
+
.dashboard-container .sidebar-toggle {
|
|
18257
|
+
padding: 16px;
|
|
18258
|
+
display: -webkit-box;
|
|
18259
|
+
display: -ms-flexbox;
|
|
18260
|
+
display: flex;
|
|
18261
|
+
-webkit-box-pack: justify;
|
|
18262
|
+
-ms-flex-pack: justify;
|
|
18263
|
+
justify-content: space-between;
|
|
18264
|
+
-webkit-box-align: center;
|
|
18265
|
+
-ms-flex-align: center;
|
|
18266
|
+
align-items: center;
|
|
18267
|
+
border-top: 1px solid #e0e0e0;
|
|
18268
|
+
cursor: pointer; }
|
|
18269
|
+
.dashboard-container .sidebar-toggle.collapsed {
|
|
18270
|
+
-webkit-box-pack: center;
|
|
18271
|
+
-ms-flex-pack: center;
|
|
18272
|
+
justify-content: center; }
|
|
18273
|
+
.dashboard-container .main-content {
|
|
18274
|
+
margin-top: 50px;
|
|
18275
|
+
-webkit-box-flex: 1;
|
|
18276
|
+
-ms-flex-positive: 1;
|
|
18277
|
+
flex-grow: 1;
|
|
18278
|
+
display: -webkit-box;
|
|
18279
|
+
display: -ms-flexbox;
|
|
18280
|
+
display: flex;
|
|
18281
|
+
-webkit-box-orient: vertical;
|
|
18282
|
+
-webkit-box-direction: normal;
|
|
18283
|
+
-ms-flex-direction: column;
|
|
18284
|
+
flex-direction: column;
|
|
18285
|
+
height: calc(100% - 134px);
|
|
18286
|
+
overflow: hidden; }
|
|
18287
|
+
.dashboard-container .main-content, .dashboard-container .main-content:not(.collapsed) {
|
|
18288
|
+
margin-left: 270px; }
|
|
18289
|
+
.dashboard-container .main-content.collapsed {
|
|
18290
|
+
margin-left: 70px; }
|
|
18291
|
+
.dashboard-container .dashboardTopbar {
|
|
18292
|
+
padding: 16px;
|
|
18293
|
+
display: -webkit-box;
|
|
18294
|
+
display: -ms-flexbox;
|
|
18295
|
+
display: flex;
|
|
18296
|
+
-webkit-box-pack: justify;
|
|
18297
|
+
-ms-flex-pack: justify;
|
|
18298
|
+
justify-content: space-between;
|
|
18299
|
+
-webkit-box-align: center;
|
|
18300
|
+
-ms-flex-align: center;
|
|
18301
|
+
align-items: center;
|
|
18302
|
+
border-bottom: 1px solid #e0e0e0; }
|
|
18303
|
+
.dashboard-container .dashboard-content {
|
|
18304
|
+
-webkit-box-flex: 1;
|
|
18305
|
+
-ms-flex-positive: 1;
|
|
18306
|
+
flex-grow: 1;
|
|
18307
|
+
-webkit-box-orient: vertical;
|
|
18308
|
+
-ms-flex-direction: column;
|
|
18309
|
+
flex-direction: column;
|
|
18310
|
+
padding: 20px;
|
|
18311
|
+
height: 100%;
|
|
18312
|
+
overflow: hidden; }
|
|
18313
|
+
.dashboard-container .dashboard-content, .dashboard-container .date-filter {
|
|
18314
|
+
display: -webkit-box;
|
|
18315
|
+
display: -ms-flexbox;
|
|
18316
|
+
display: flex;
|
|
18317
|
+
-webkit-box-direction: normal; }
|
|
18318
|
+
.dashboard-container .date-filter {
|
|
18319
|
+
-webkit-box-orient: horizontal;
|
|
18320
|
+
-ms-flex-direction: row;
|
|
18321
|
+
flex-direction: row;
|
|
18322
|
+
grid-gap: 15px;
|
|
18323
|
+
gap: 15px;
|
|
18324
|
+
-webkit-box-pack: start;
|
|
18325
|
+
-ms-flex-pack: start;
|
|
18326
|
+
justify-content: flex-start;
|
|
18327
|
+
margin-bottom: 20px; }
|
|
18328
|
+
.dashboard-container .filter-button {
|
|
18329
|
+
display: -webkit-box;
|
|
18330
|
+
display: -ms-flexbox;
|
|
18331
|
+
display: flex;
|
|
18332
|
+
-webkit-box-align: center;
|
|
18333
|
+
-ms-flex-align: center;
|
|
18334
|
+
align-items: center;
|
|
18335
|
+
padding: 8px 16px;
|
|
18336
|
+
border: 1px solid #e8e8e8;
|
|
18337
|
+
cursor: pointer;
|
|
18338
|
+
font-weight: 500;
|
|
18339
|
+
color: #000;
|
|
18340
|
+
background: transparent;
|
|
18341
|
+
font-size: 16px; }
|
|
18342
|
+
.dashboard-container .content-area {
|
|
18343
|
+
-webkit-box-flex: 1;
|
|
18344
|
+
-ms-flex-positive: 1;
|
|
18345
|
+
flex-grow: 1;
|
|
18346
|
+
width: 100%;
|
|
18347
|
+
height: calc(100% - 60px);
|
|
18348
|
+
position: relative; }
|
|
18349
|
+
.dashboard-container .icon {
|
|
18350
|
+
margin-right: 8px; }
|
|
18351
|
+
.dashboard-container .dashboard-btn:hover, .dashboard-container .sidebar-toggle:hover {
|
|
18352
|
+
background-color: #f0f2f5; }
|
|
18353
|
+
.dashboard-container .download-report {
|
|
18354
|
+
display: -webkit-box;
|
|
18355
|
+
display: -ms-flexbox;
|
|
18356
|
+
display: flex;
|
|
18357
|
+
-webkit-box-align: center;
|
|
18358
|
+
-ms-flex-align: center;
|
|
18359
|
+
align-items: center;
|
|
18360
|
+
-webkit-box-pack: justify;
|
|
18361
|
+
-ms-flex-pack: justify;
|
|
18362
|
+
justify-content: space-between;
|
|
18363
|
+
padding: 10px;
|
|
18364
|
+
border: 1px solid #ccc;
|
|
18365
|
+
border-radius: 4px;
|
|
18366
|
+
max-width: 800px;
|
|
18367
|
+
cursor: pointer; }
|
|
18368
|
+
|
|
18369
|
+
.dashboard .bread-crumb {
|
|
18370
|
+
position: fixed;
|
|
18371
|
+
width: 100%;
|
|
18372
|
+
background: #fff;
|
|
18373
|
+
height: 48px;
|
|
18374
|
+
z-index: 100; }
|
|
18375
|
+
|
|
18376
|
+
body, html {
|
|
18377
|
+
height: 100%;
|
|
18378
|
+
margin: 0; }
|
|
18379
|
+
|
|
18380
|
+
.body-container {
|
|
18381
|
+
height: 100%;
|
|
18382
|
+
display: -webkit-box;
|
|
18383
|
+
display: -ms-flexbox;
|
|
18384
|
+
display: flex;
|
|
18385
|
+
-webkit-box-orient: vertical;
|
|
18386
|
+
-webkit-box-direction: normal;
|
|
18387
|
+
-ms-flex-direction: column;
|
|
18388
|
+
flex-direction: column; }
|
|
18389
|
+
|
|
18187
18390
|
.wbh-header .header-icon-container {
|
|
18188
18391
|
cursor: pointer;
|
|
18189
18392
|
color: #007e7e;
|