dristi-ui-css 0.0.2-dristi-kerala.0 → 0.0.2-dristi-kerala.2
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 +241 -17
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/dristi/eFiling.scss +16 -4
- package/src/dristi/editProfile.scss +81 -0
- package/src/dristi/pages/citizen/caseType.scss +22 -0
- package/src/index.scss +4 -3
- package/src/orders/orders.scss +158 -13
- package/src/pages/employee/evidenceheader.scss +24 -0
package/dist/index.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* dristi-ui-css - 0.0.2-dristi-kerala.
|
|
2
|
+
* dristi-ui-css - 0.0.2-dristi-kerala.2
|
|
3
3
|
*
|
|
4
4
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
5
5
|
*
|
|
@@ -11435,15 +11435,27 @@ body {
|
|
|
11435
11435
|
justify-content: space-between; }
|
|
11436
11436
|
.review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .address p {
|
|
11437
11437
|
margin-top: 0; }
|
|
11438
|
-
.review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .address-
|
|
11438
|
+
.review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .address-container {
|
|
11439
|
+
display: -webkit-box;
|
|
11440
|
+
display: -ms-flexbox;
|
|
11441
|
+
display: flex;
|
|
11442
|
+
-webkit-box-orient: vertical;
|
|
11443
|
+
-webkit-box-direction: normal;
|
|
11444
|
+
-ms-flex-direction: column;
|
|
11445
|
+
flex-direction: column;
|
|
11446
|
+
grid-gap: 1rem;
|
|
11447
|
+
gap: 1rem;
|
|
11439
11448
|
width: 100%; }
|
|
11440
|
-
.review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .address-
|
|
11449
|
+
.review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .address-container .address-block .row {
|
|
11441
11450
|
display: -webkit-box;
|
|
11442
11451
|
display: -ms-flexbox;
|
|
11443
11452
|
display: flex;
|
|
11453
|
+
padding: 4px 0;
|
|
11444
11454
|
-webkit-box-pack: justify;
|
|
11445
11455
|
-ms-flex-pack: justify;
|
|
11446
11456
|
justify-content: space-between; }
|
|
11457
|
+
.review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .address-container .address-block .row .value p {
|
|
11458
|
+
margin-bottom: 8px; }
|
|
11447
11459
|
.review-case-file .accordion-wrapper .accordion-item .accordion-content .content-item .item-body .address-main {
|
|
11448
11460
|
padding: 12px 16px;
|
|
11449
11461
|
grid-gap: 1rem;
|
|
@@ -12213,6 +12225,59 @@ body {
|
|
|
12213
12225
|
line-height: 18.75px;
|
|
12214
12226
|
text-align: center; }
|
|
12215
12227
|
|
|
12228
|
+
.complainant, .respondent {
|
|
12229
|
+
width: 80% !important; }
|
|
12230
|
+
.complainant .card-section-header:first-child, .respondent .card-section-header:first-child {
|
|
12231
|
+
margin-bottom: 8px; }
|
|
12232
|
+
.complainant .label-field-pair, .respondent .label-field-pair {
|
|
12233
|
+
margin-bottom: 20px;
|
|
12234
|
+
padding-bottom: 0 !important; }
|
|
12235
|
+
.complainant .label-field-pair .bolder, .respondent .label-field-pair .bolder {
|
|
12236
|
+
font-family: Roboto;
|
|
12237
|
+
font-size: 16px;
|
|
12238
|
+
font-weight: 400;
|
|
12239
|
+
line-height: 18.75px;
|
|
12240
|
+
text-align: left;
|
|
12241
|
+
color: #0a0a0a !important; }
|
|
12242
|
+
.complainant .card-section-header, .respondent .card-section-header {
|
|
12243
|
+
margin-bottom: 20px;
|
|
12244
|
+
padding-bottom: 0 !important; }
|
|
12245
|
+
.complainant input, .complainant .checkbox-wrap .input-emp, .checkbox-wrap .complainant .input-emp, .complainant .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .complainant .input-emp, .respondent input, .respondent .checkbox-wrap .input-emp, .checkbox-wrap .respondent .input-emp, .respondent .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .respondent .input-emp {
|
|
12246
|
+
margin: 0 !important; }
|
|
12247
|
+
|
|
12248
|
+
.edit-profile-style {
|
|
12249
|
+
width: 90% !important; }
|
|
12250
|
+
|
|
12251
|
+
.review-litigant-profile .supporting-document .docviewer-wrapper {
|
|
12252
|
+
margin-top: 20px !important; }
|
|
12253
|
+
.review-litigant-profile .supporting-document .docviewer-wrapper .employeeCard {
|
|
12254
|
+
-webkit-box-shadow: none !important;
|
|
12255
|
+
box-shadow: none !important;
|
|
12256
|
+
padding: 0 !important; }
|
|
12257
|
+
|
|
12258
|
+
.review-litigant-profile .review-profile-editing {
|
|
12259
|
+
width: 100% !important; }
|
|
12260
|
+
|
|
12261
|
+
.review-litigant-profile .review-litigant-profile-new-data .accordion-title, .review-litigant-profile .review-litigant-profile-old-data .accordion-title {
|
|
12262
|
+
display: none !important; }
|
|
12263
|
+
|
|
12264
|
+
.review-litigant-profile .previous-button {
|
|
12265
|
+
background-color: #bb2c2f !important;
|
|
12266
|
+
border: none !important;
|
|
12267
|
+
color: #fff !important; }
|
|
12268
|
+
|
|
12269
|
+
.review-profile-editing-modal-accept .selector-button-border {
|
|
12270
|
+
background-color: none !important; }
|
|
12271
|
+
|
|
12272
|
+
.review-profile-editing-modal-accept .selector-button-primary {
|
|
12273
|
+
background-color: #007e7e !important; }
|
|
12274
|
+
|
|
12275
|
+
.review-profile-editing-modal-reject .selector-button-border {
|
|
12276
|
+
background-color: none !important; }
|
|
12277
|
+
|
|
12278
|
+
.review-profile-editing-modal-reject .selector-button-primary {
|
|
12279
|
+
background-color: #bb2c2f !important; }
|
|
12280
|
+
|
|
12216
12281
|
.schedule-admission-main .select-custom-dates-main {
|
|
12217
12282
|
display: -webkit-box;
|
|
12218
12283
|
display: -ms-flexbox;
|
|
@@ -12841,9 +12906,30 @@ body {
|
|
|
12841
12906
|
text-align: left;
|
|
12842
12907
|
color: #3d3c3c; }
|
|
12843
12908
|
.popup-module.custom-modal-stepper-non-doc .popup-module-main .summon-payment-action-table .payment-action .offline-process-text .learn-more-text {
|
|
12909
|
+
position: relative;
|
|
12844
12910
|
font-weight: 700;
|
|
12845
12911
|
text-decoration: underline;
|
|
12846
12912
|
cursor: pointer; }
|
|
12913
|
+
.popup-module.custom-modal-stepper-non-doc .popup-module-main .summon-payment-action-table .payment-action .offline-process-text .learn-more-text .text-tooltip {
|
|
12914
|
+
display: none;
|
|
12915
|
+
position: absolute;
|
|
12916
|
+
top: 30%;
|
|
12917
|
+
right: 0;
|
|
12918
|
+
background-color: #fff;
|
|
12919
|
+
max-width: 600px;
|
|
12920
|
+
width: -webkit-max-content;
|
|
12921
|
+
width: -moz-max-content;
|
|
12922
|
+
width: max-content;
|
|
12923
|
+
font-weight: 300;
|
|
12924
|
+
color: #000;
|
|
12925
|
+
padding: 5px 10px;
|
|
12926
|
+
border-radius: 4px;
|
|
12927
|
+
z-index: 100;
|
|
12928
|
+
border: 1px solid #bbbbbd;
|
|
12929
|
+
white-space: normal;
|
|
12930
|
+
word-wrap: break-word; }
|
|
12931
|
+
.popup-module.custom-modal-stepper-non-doc .popup-module-main .summon-payment-action-table .payment-action .offline-process-text .learn-more-text:hover .text-tooltip {
|
|
12932
|
+
display: block; }
|
|
12847
12933
|
|
|
12848
12934
|
.popup-module.custom-modal-stepper, .popup-module.evidence-modal, .popup-module.review-submission-appl-modal {
|
|
12849
12935
|
max-width: 80% !important;
|
|
@@ -14524,6 +14610,43 @@ body {
|
|
|
14524
14610
|
color: #231f20;
|
|
14525
14611
|
word-wrap: break-word;
|
|
14526
14612
|
margin: 0; }
|
|
14613
|
+
.review-order-modal.popup-module .popup-module-main .review-order-body-main .review-bulk-order-modal-list-div {
|
|
14614
|
+
width: 30%;
|
|
14615
|
+
padding: 24px;
|
|
14616
|
+
border-right: 1px solid #e8e8e8;
|
|
14617
|
+
overflow: auto;
|
|
14618
|
+
cursor: pointer; }
|
|
14619
|
+
.review-order-modal.popup-module .popup-module-main .review-order-body-main .review-bulk-order-modal-list-div .review-bulk-order-type-side-stepper {
|
|
14620
|
+
padding: 14px 14px 10px 6px;
|
|
14621
|
+
display: -webkit-box;
|
|
14622
|
+
display: -ms-flexbox;
|
|
14623
|
+
display: flex;
|
|
14624
|
+
-webkit-box-pack: justify;
|
|
14625
|
+
-ms-flex-pack: justify;
|
|
14626
|
+
justify-content: space-between;
|
|
14627
|
+
-webkit-box-align: center;
|
|
14628
|
+
-ms-flex-align: center;
|
|
14629
|
+
align-items: center; }
|
|
14630
|
+
.review-order-modal.popup-module .popup-module-main .review-order-body-main .review-bulk-order-modal-list-div .review-bulk-order-type-side-stepper h1 {
|
|
14631
|
+
font-family: Roboto;
|
|
14632
|
+
font-size: 16px;
|
|
14633
|
+
font-weight: 700;
|
|
14634
|
+
line-height: 21px;
|
|
14635
|
+
text-align: left;
|
|
14636
|
+
color: #231f20;
|
|
14637
|
+
word-wrap: break-word;
|
|
14638
|
+
margin: 0; }
|
|
14639
|
+
.review-order-modal.popup-module .popup-module-main .review-order-body-main .review-bulk-order-modal-document-div {
|
|
14640
|
+
width: 65%;
|
|
14641
|
+
padding: 24px; }
|
|
14642
|
+
.review-order-modal.popup-module .popup-module-main .review-order-body-main .review-bulk-order-modal-document-div .docviewer-wrapper {
|
|
14643
|
+
margin-top: 0 !important;
|
|
14644
|
+
margin-bottom: auto; }
|
|
14645
|
+
.review-order-modal.popup-module .popup-module-main .review-order-body-main .review-bulk-order-modal-document-div .docviewer-wrapper .employeeCard {
|
|
14646
|
+
margin-bottom: 16px !important;
|
|
14647
|
+
margin-right: 5px;
|
|
14648
|
+
border: 1px solid #bbbbbd;
|
|
14649
|
+
border-radius: 0 !important; }
|
|
14527
14650
|
.review-order-modal.popup-module .popup-module-main .review-order-body-main .review-order-modal-document-div {
|
|
14528
14651
|
width: 65%;
|
|
14529
14652
|
padding: 24px; }
|
|
@@ -14541,21 +14664,25 @@ body {
|
|
|
14541
14664
|
padding-right: 16px;
|
|
14542
14665
|
margin: 0 0 16px; }
|
|
14543
14666
|
.review-order-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border {
|
|
14544
|
-
|
|
14545
|
-
|
|
14546
|
-
padding: 8px 24px !important;
|
|
14547
|
-
border: 1px solid #007e7e !important; }
|
|
14667
|
+
height: 2.5rem;
|
|
14668
|
+
border: 1px solid #007e7e; }
|
|
14548
14669
|
.review-order-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border h2 {
|
|
14549
|
-
font-family: Roboto
|
|
14550
|
-
font-size: 16px
|
|
14551
|
-
font-weight: 700
|
|
14552
|
-
line-height: 18.75px
|
|
14553
|
-
text-align: center
|
|
14554
|
-
color: #007e7e
|
|
14670
|
+
font-family: Roboto;
|
|
14671
|
+
font-size: 16px;
|
|
14672
|
+
font-weight: 700;
|
|
14673
|
+
line-height: 18.75px;
|
|
14674
|
+
text-align: center;
|
|
14675
|
+
color: #007e7e; }
|
|
14676
|
+
.review-order-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary-disabled {
|
|
14677
|
+
height: 2.5rem; }
|
|
14678
|
+
.review-order-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary-disabled h2 {
|
|
14679
|
+
font-family: Roboto;
|
|
14680
|
+
font-size: 16px;
|
|
14681
|
+
font-weight: 700;
|
|
14682
|
+
line-height: 18.75px;
|
|
14683
|
+
text-align: center; }
|
|
14555
14684
|
.review-order-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary {
|
|
14556
|
-
|
|
14557
|
-
height: 40px;
|
|
14558
|
-
padding: 8px 24px; }
|
|
14685
|
+
height: 2.5rem; }
|
|
14559
14686
|
.review-order-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary h2 {
|
|
14560
14687
|
font-family: Roboto;
|
|
14561
14688
|
font-size: 16px;
|
|
@@ -14763,7 +14890,16 @@ body {
|
|
|
14763
14890
|
.orders-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary {
|
|
14764
14891
|
height: 40px;
|
|
14765
14892
|
width: 50%;
|
|
14766
|
-
padding: 8px 24px;
|
|
14893
|
+
padding: 8px 24px;
|
|
14894
|
+
display: -webkit-box;
|
|
14895
|
+
display: -ms-flexbox;
|
|
14896
|
+
display: flex;
|
|
14897
|
+
-webkit-box-pack: center;
|
|
14898
|
+
-ms-flex-pack: center;
|
|
14899
|
+
justify-content: center;
|
|
14900
|
+
-webkit-box-align: center;
|
|
14901
|
+
-ms-flex-align: center;
|
|
14902
|
+
align-items: center; }
|
|
14767
14903
|
.orders-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary h2 {
|
|
14768
14904
|
font-family: Roboto;
|
|
14769
14905
|
font-size: 16px;
|
|
@@ -14771,6 +14907,77 @@ body {
|
|
|
14771
14907
|
line-height: 18.75px;
|
|
14772
14908
|
text-align: center; }
|
|
14773
14909
|
|
|
14910
|
+
.orders-add-bulk-list-modal.popup-module {
|
|
14911
|
+
width: 40vw; }
|
|
14912
|
+
.orders-add-bulk-list-modal.popup-module .popup-module-main {
|
|
14913
|
+
padding: 40px !important; }
|
|
14914
|
+
.orders-add-bulk-list-modal.popup-module .popup-module-main .popup-module-action-bar {
|
|
14915
|
+
margin: 0 !important; }
|
|
14916
|
+
.orders-add-bulk-list-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border {
|
|
14917
|
+
border: 1px solid #007e7e !important;
|
|
14918
|
+
display: -webkit-box;
|
|
14919
|
+
display: -ms-flexbox;
|
|
14920
|
+
display: flex;
|
|
14921
|
+
-webkit-box-orient: horizontal;
|
|
14922
|
+
-webkit-box-direction: reverse;
|
|
14923
|
+
-ms-flex-direction: row-reverse;
|
|
14924
|
+
flex-direction: row-reverse;
|
|
14925
|
+
-webkit-box-pack: center;
|
|
14926
|
+
-ms-flex-pack: center;
|
|
14927
|
+
justify-content: center;
|
|
14928
|
+
-webkit-box-align: center;
|
|
14929
|
+
-ms-flex-align: center;
|
|
14930
|
+
align-items: center;
|
|
14931
|
+
height: 40px;
|
|
14932
|
+
width: 50%;
|
|
14933
|
+
padding: 8px 24px; }
|
|
14934
|
+
.orders-add-bulk-list-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border h2 {
|
|
14935
|
+
width: 65% !important;
|
|
14936
|
+
font-family: Roboto;
|
|
14937
|
+
font-size: 16px;
|
|
14938
|
+
font-weight: 700;
|
|
14939
|
+
line-height: 18.75px;
|
|
14940
|
+
text-align: center;
|
|
14941
|
+
color: #007e7e !important; }
|
|
14942
|
+
.orders-add-bulk-list-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border svg path {
|
|
14943
|
+
fill: #007e7e; }
|
|
14944
|
+
.orders-add-bulk-list-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary {
|
|
14945
|
+
height: 40px;
|
|
14946
|
+
width: 50%;
|
|
14947
|
+
padding: 8px 24px; }
|
|
14948
|
+
.orders-add-bulk-list-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary h2 {
|
|
14949
|
+
font-family: Roboto;
|
|
14950
|
+
font-size: 16px;
|
|
14951
|
+
font-weight: 700;
|
|
14952
|
+
line-height: 18.75px;
|
|
14953
|
+
text-align: center; }
|
|
14954
|
+
.orders-add-bulk-list-modal.popup-module .success-wrap svg {
|
|
14955
|
+
padding: 5px;
|
|
14956
|
+
border: 0;
|
|
14957
|
+
background: none; }
|
|
14958
|
+
|
|
14959
|
+
.orders-issue-bulk-success-modal.popup-module {
|
|
14960
|
+
width: 40vw; }
|
|
14961
|
+
.orders-issue-bulk-success-modal.popup-module .popup-module-main {
|
|
14962
|
+
padding: 40px !important; }
|
|
14963
|
+
.orders-issue-bulk-success-modal.popup-module .popup-module-main .card-label, .orders-issue-bulk-success-modal.popup-module .popup-module-main .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .control-label, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field .orders-issue-bulk-success-modal.popup-module .popup-module-main .control-label, .orders-issue-bulk-success-modal.popup-module .popup-module-main .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label span, .workbench .workbench-create-form form #digit_root .field-wrapper .form-group.field.field-boolean .checkbox label .orders-issue-bulk-success-modal.popup-module .popup-module-main span {
|
|
14964
|
+
font-size: 16px;
|
|
14965
|
+
font-weight: 400;
|
|
14966
|
+
margin-bottom: 10px;
|
|
14967
|
+
text-align: center; }
|
|
14968
|
+
.orders-issue-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar {
|
|
14969
|
+
margin: 20px 0 0 !important; }
|
|
14970
|
+
.orders-issue-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary {
|
|
14971
|
+
height: 40px;
|
|
14972
|
+
width: 100%;
|
|
14973
|
+
padding: 8px 24px; }
|
|
14974
|
+
.orders-issue-bulk-success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-primary h2 {
|
|
14975
|
+
font-family: Roboto;
|
|
14976
|
+
font-size: 16px;
|
|
14977
|
+
font-weight: 700;
|
|
14978
|
+
line-height: 18.75px;
|
|
14979
|
+
text-align: center; }
|
|
14980
|
+
|
|
14774
14981
|
.bread-crumb {
|
|
14775
14982
|
margin: 0;
|
|
14776
14983
|
padding: 12px 40px;
|
|
@@ -15848,6 +16055,23 @@ body {
|
|
|
15848
16055
|
text-decoration: underline;
|
|
15849
16056
|
color: #007e7e; }
|
|
15850
16057
|
|
|
16058
|
+
.orders-tab-inobox-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search {
|
|
16059
|
+
display: -webkit-box;
|
|
16060
|
+
display: -ms-flexbox;
|
|
16061
|
+
display: flex; }
|
|
16062
|
+
.orders-tab-inobox-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair {
|
|
16063
|
+
width: 200px; }
|
|
16064
|
+
.orders-tab-inobox-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap .options-card {
|
|
16065
|
+
top: 40px;
|
|
16066
|
+
max-height: 160px;
|
|
16067
|
+
overflow-y: auto; }
|
|
16068
|
+
.orders-tab-inobox-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper {
|
|
16069
|
+
margin-left: auto; }
|
|
16070
|
+
.orders-tab-inobox-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar {
|
|
16071
|
+
width: 200px !important;
|
|
16072
|
+
-webkit-box-shadow: none;
|
|
16073
|
+
box-shadow: none; }
|
|
16074
|
+
|
|
15851
16075
|
.admitted-case-details .case-details-title .vertical-line {
|
|
15852
16076
|
height: 24px;
|
|
15853
16077
|
width: 1px;
|