dristi-ui-css 0.0.8-dristi-kerala.5 → 0.0.8-dristi-kerala.7
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 +212 -2
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/home/components/reviewCard.scss +9 -0
- package/src/home/home.scss +140 -0
- package/src/orders/orders.scss +15 -0
- package/src/orders/reviewsummons.scss +2 -2
- package/src/submissions/submissionApplication.scss +69 -4
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.8-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.8-dristi-kerala.7
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -16071,6 +16071,14 @@ body {
|
|
|
16071
16071
|
line-height: 18.75px;
|
|
16072
16072
|
text-align: center; }
|
|
16073
16073
|
|
|
16074
|
+
.success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border {
|
|
16075
|
+
grid-gap: 6px;
|
|
16076
|
+
gap: 6px; }
|
|
16077
|
+
.success-modal.popup-module .popup-module-main .popup-module-action-bar .selector-button-border h2 {
|
|
16078
|
+
width: -webkit-fit-content !important;
|
|
16079
|
+
width: -moz-fit-content !important;
|
|
16080
|
+
width: fit-content !important; }
|
|
16081
|
+
|
|
16074
16082
|
.orders-add-bulk-list-modal.popup-module {
|
|
16075
16083
|
width: 40vw; }
|
|
16076
16084
|
.orders-add-bulk-list-modal.popup-module .popup-module-main {
|
|
@@ -18352,6 +18360,49 @@ body {
|
|
|
18352
18360
|
.centered-success-modal {
|
|
18353
18361
|
width: 90% !important; } }
|
|
18354
18362
|
|
|
18363
|
+
.plea-form-composer .employeeCard {
|
|
18364
|
+
display: -webkit-box;
|
|
18365
|
+
display: -ms-flexbox;
|
|
18366
|
+
display: flex;
|
|
18367
|
+
-webkit-box-orient: vertical;
|
|
18368
|
+
-webkit-box-direction: normal;
|
|
18369
|
+
-ms-flex-direction: column;
|
|
18370
|
+
flex-direction: column;
|
|
18371
|
+
grid-gap: 20px;
|
|
18372
|
+
gap: 20px;
|
|
18373
|
+
margin-bottom: 50px !important;
|
|
18374
|
+
-webkit-box-shadow: none;
|
|
18375
|
+
box-shadow: none;
|
|
18376
|
+
padding-top: 0 !important; }
|
|
18377
|
+
.plea-form-composer .employeeCard .card-label-error {
|
|
18378
|
+
margin-left: 0 !important;
|
|
18379
|
+
margin-top: -16px !important;
|
|
18380
|
+
margin-bottom: 0 !important; }
|
|
18381
|
+
.plea-form-composer .employeeCard .label-field-pair {
|
|
18382
|
+
grid-gap: 8px !important;
|
|
18383
|
+
gap: 8px !important; }
|
|
18384
|
+
.plea-form-composer .employeeCard .label-field-pair h2 {
|
|
18385
|
+
margin: 0 !important;
|
|
18386
|
+
width: 100%; }
|
|
18387
|
+
.plea-form-composer .employeeCard .label-field-pair .field .select-wrap {
|
|
18388
|
+
max-width: 100% !important;
|
|
18389
|
+
margin-bottom: 0 !important; }
|
|
18390
|
+
.plea-form-composer .employeeCard .label-field-pair .field .select-wrap .options-card {
|
|
18391
|
+
max-height: 230px !important;
|
|
18392
|
+
top: 36px !important; }
|
|
18393
|
+
.plea-form-composer .employeeCard .label-field-pair .radio-wrap, .plea-form-composer .employeeCard .label-field-pair input[type=text], .plea-form-composer .employeeCard .label-field-pair .checkbox-wrap .input-emp[type=text], .checkbox-wrap .plea-form-composer .employeeCard .label-field-pair .input-emp[type=text], .plea-form-composer .employeeCard .label-field-pair .digit-checkbox-wrap .input-emp[type=text], .digit-checkbox-wrap .plea-form-composer .employeeCard .label-field-pair .input-emp[type=text] {
|
|
18394
|
+
margin-bottom: 0 !important; }
|
|
18395
|
+
.plea-form-composer .employeeCard .label-field-pair .custom-text-area-main-div .custom-textarea-style {
|
|
18396
|
+
color: rgba(11, 12, 12, var(--text-opacity)) !important; }
|
|
18397
|
+
|
|
18398
|
+
.plea-form-composer .action-bar-wrap .submit-bar, .plea-form-composer .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form .plea-form-composer div.action-bar-wrap .submit-bar, .plea-form-composer .action-bar-wrap .submit-bar-disabled, .plea-form-composer .workbench .workbench-create-form div.action-bar-wrap .submit-bar-disabled, .workbench .workbench-create-form .plea-form-composer div.action-bar-wrap .submit-bar-disabled {
|
|
18399
|
+
width: -webkit-fit-content;
|
|
18400
|
+
width: -moz-fit-content;
|
|
18401
|
+
width: fit-content;
|
|
18402
|
+
padding: 0 10px;
|
|
18403
|
+
-webkit-box-shadow: none;
|
|
18404
|
+
box-shadow: none; }
|
|
18405
|
+
|
|
18355
18406
|
.microplanning .upload {
|
|
18356
18407
|
display: -webkit-box;
|
|
18357
18408
|
display: -ms-flexbox;
|
|
@@ -22160,7 +22211,13 @@ body {
|
|
|
22160
22211
|
border-top: 1px solid #bbbbbd; }
|
|
22161
22212
|
.bulk-submit-bar .submit-bar, .bulk-submit-bar .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .bulk-submit-bar .submit-bar {
|
|
22162
22213
|
-webkit-box-shadow: none;
|
|
22163
|
-
box-shadow: none;
|
|
22214
|
+
box-shadow: none;
|
|
22215
|
+
width: -webkit-fit-content;
|
|
22216
|
+
width: -moz-fit-content;
|
|
22217
|
+
width: fit-content;
|
|
22218
|
+
padding: 8px 24px; }
|
|
22219
|
+
.bulk-submit-bar .submit-bar header, .bulk-submit-bar .workbench .workbench-create-form div.action-bar-wrap .submit-bar header, .workbench .workbench-create-form div.action-bar-wrap .bulk-submit-bar .submit-bar header {
|
|
22220
|
+
line-height: 24px; }
|
|
22164
22221
|
|
|
22165
22222
|
.custom-checkbox, .checkbox-wrap .custom-checkbox-emp {
|
|
22166
22223
|
appearance: none;
|
|
@@ -22817,6 +22874,155 @@ body {
|
|
|
22817
22874
|
padding: 8px 16px !important;
|
|
22818
22875
|
margin: 0 8px 0 0; }
|
|
22819
22876
|
|
|
22877
|
+
.mediation-form-signature .header {
|
|
22878
|
+
font-size: 26px;
|
|
22879
|
+
padding: 12px 40px;
|
|
22880
|
+
font-weight: 700;
|
|
22881
|
+
border-bottom: 1px solid #e8e8e8;
|
|
22882
|
+
border-top: 1px solid #e8e8e8; }
|
|
22883
|
+
|
|
22884
|
+
.mediation-form-signature .container {
|
|
22885
|
+
display: -webkit-box;
|
|
22886
|
+
display: -ms-flexbox;
|
|
22887
|
+
display: flex;
|
|
22888
|
+
-webkit-box-orient: horizontal;
|
|
22889
|
+
-webkit-box-direction: normal;
|
|
22890
|
+
-ms-flex-direction: row;
|
|
22891
|
+
flex-direction: row;
|
|
22892
|
+
height: calc(100vh - 202px); }
|
|
22893
|
+
|
|
22894
|
+
.mediation-form-signature .details {
|
|
22895
|
+
color: #0a0a0a;
|
|
22896
|
+
font-weight: 700;
|
|
22897
|
+
font-size: 18px;
|
|
22898
|
+
padding-bottom: 18px; }
|
|
22899
|
+
|
|
22900
|
+
.mediation-form-signature .details-section {
|
|
22901
|
+
grid-gap: 12px;
|
|
22902
|
+
gap: 12px; }
|
|
22903
|
+
|
|
22904
|
+
.mediation-form-signature .details-section, .mediation-form-signature .left-panel {
|
|
22905
|
+
display: -webkit-box;
|
|
22906
|
+
display: -ms-flexbox;
|
|
22907
|
+
display: flex;
|
|
22908
|
+
-webkit-box-orient: vertical;
|
|
22909
|
+
-webkit-box-direction: normal;
|
|
22910
|
+
-ms-flex-direction: column;
|
|
22911
|
+
flex-direction: column; }
|
|
22912
|
+
|
|
22913
|
+
.mediation-form-signature .left-panel {
|
|
22914
|
+
width: 20%;
|
|
22915
|
+
padding: 30px 0 0 45px;
|
|
22916
|
+
border-right: 1px solid #e8e8e8;
|
|
22917
|
+
grid-gap: 16px;
|
|
22918
|
+
gap: 16px; }
|
|
22919
|
+
|
|
22920
|
+
.mediation-form-signature .left-panel, .mediation-form-signature .right-panel {
|
|
22921
|
+
height: calc(100vh - 167px); }
|
|
22922
|
+
|
|
22923
|
+
.mediation-form-signature .right-panel {
|
|
22924
|
+
-webkit-box-flex: 1;
|
|
22925
|
+
-ms-flex: 1;
|
|
22926
|
+
flex: 1;
|
|
22927
|
+
padding: 20px 40px 40px 100px;
|
|
22928
|
+
width: 80%;
|
|
22929
|
+
-webkit-box-sizing: border-box;
|
|
22930
|
+
box-sizing: border-box;
|
|
22931
|
+
display: -webkit-box;
|
|
22932
|
+
display: -ms-flexbox;
|
|
22933
|
+
display: flex;
|
|
22934
|
+
-webkit-box-pack: space-evenly;
|
|
22935
|
+
-ms-flex-pack: space-evenly;
|
|
22936
|
+
justify-content: space-evenly;
|
|
22937
|
+
grid-gap: 40px;
|
|
22938
|
+
gap: 40px; }
|
|
22939
|
+
|
|
22940
|
+
.mediation-form-signature .doc-viewer {
|
|
22941
|
+
-webkit-box-flex: 6;
|
|
22942
|
+
-ms-flex: 6;
|
|
22943
|
+
flex: 6;
|
|
22944
|
+
overflow: auto;
|
|
22945
|
+
border-radius: 8px;
|
|
22946
|
+
background: #fff;
|
|
22947
|
+
scrollbar-width: thin;
|
|
22948
|
+
scrollbar-color: #c5c5c5 #f9fafb; }
|
|
22949
|
+
.mediation-form-signature .doc-viewer .docviewer-wrapper {
|
|
22950
|
+
margin-top: 0 !important; }
|
|
22951
|
+
.mediation-form-signature .doc-viewer .docviewer-wrapper .doc-card {
|
|
22952
|
+
margin-bottom: 0 !important; }
|
|
22953
|
+
|
|
22954
|
+
.mediation-form-signature .edit-button {
|
|
22955
|
+
border: none;
|
|
22956
|
+
color: #007e7e;
|
|
22957
|
+
font-size: 16px;
|
|
22958
|
+
font-weight: 700; }
|
|
22959
|
+
|
|
22960
|
+
.mediation-form-signature .edit-button, .mediation-form-signature h2 {
|
|
22961
|
+
width: -webkit-fit-content !important;
|
|
22962
|
+
width: -moz-fit-content !important;
|
|
22963
|
+
width: fit-content !important; }
|
|
22964
|
+
|
|
22965
|
+
.mediation-form-signature .litigant-details {
|
|
22966
|
+
display: -webkit-box;
|
|
22967
|
+
display: -ms-flexbox;
|
|
22968
|
+
display: flex;
|
|
22969
|
+
-webkit-box-pack: justify;
|
|
22970
|
+
-ms-flex-pack: justify;
|
|
22971
|
+
justify-content: space-between;
|
|
22972
|
+
-webkit-box-align: center;
|
|
22973
|
+
-ms-flex-align: center;
|
|
22974
|
+
align-items: center;
|
|
22975
|
+
border-bottom: 1px solid #e8e8e8;
|
|
22976
|
+
color: #77787b;
|
|
22977
|
+
padding: 8px 16px 20px 0;
|
|
22978
|
+
font-weight: 700;
|
|
22979
|
+
font-size: 16px;
|
|
22980
|
+
margin-top: 5px; }
|
|
22981
|
+
|
|
22982
|
+
.mediation-form-signature .signed-label {
|
|
22983
|
+
color: #00703c;
|
|
22984
|
+
background-color: #e4f2e4; }
|
|
22985
|
+
|
|
22986
|
+
.mediation-form-signature .signed-label, .mediation-form-signature .unsigned-label {
|
|
22987
|
+
padding: 6px 8px;
|
|
22988
|
+
border-radius: 999px;
|
|
22989
|
+
font-size: 14px;
|
|
22990
|
+
font-weight: 400; }
|
|
22991
|
+
|
|
22992
|
+
.mediation-form-signature .unsigned-label {
|
|
22993
|
+
color: #9e400a;
|
|
22994
|
+
background-color: #fff6e8; }
|
|
22995
|
+
|
|
22996
|
+
.mediation-form-signature .action-bar {
|
|
22997
|
+
width: 100%;
|
|
22998
|
+
position: fixed;
|
|
22999
|
+
bottom: 0;
|
|
23000
|
+
left: 0;
|
|
23001
|
+
right: 0;
|
|
23002
|
+
background-color: #fff;
|
|
23003
|
+
padding: 16px 24px;
|
|
23004
|
+
-webkit-box-shadow: none;
|
|
23005
|
+
box-shadow: none;
|
|
23006
|
+
border-top: 1px solid #e8e8e8; }
|
|
23007
|
+
|
|
23008
|
+
.mediation-form-signature .submit-loader {
|
|
23009
|
+
width: 100vw;
|
|
23010
|
+
height: 100vh;
|
|
23011
|
+
z-index: 99999999;
|
|
23012
|
+
position: fixed;
|
|
23013
|
+
right: 0;
|
|
23014
|
+
top: 0;
|
|
23015
|
+
background: rgba(234, 234, 245, 0.5);
|
|
23016
|
+
display: -webkit-box;
|
|
23017
|
+
display: -ms-flexbox;
|
|
23018
|
+
display: flex;
|
|
23019
|
+
-webkit-box-align: center;
|
|
23020
|
+
-ms-flex-align: center;
|
|
23021
|
+
align-items: center;
|
|
23022
|
+
-webkit-box-pack: center;
|
|
23023
|
+
-ms-flex-pack: center;
|
|
23024
|
+
justify-content: center; }
|
|
23025
|
+
|
|
22820
23026
|
.review-card-main {
|
|
22821
23027
|
width: 100%;
|
|
22822
23028
|
border-radius: 4px;
|
|
@@ -22885,6 +23091,10 @@ body {
|
|
|
22885
23091
|
.review-card-action-arrow svg path {
|
|
22886
23092
|
fill: #0e7669; }
|
|
22887
23093
|
|
|
23094
|
+
.doc-preview .docviewer-wrapper .card, .doc-preview .docviewer-wrapper .card-emp {
|
|
23095
|
+
max-width: 100% !important;
|
|
23096
|
+
border: 1px solid rgba(187, 187, 187, 0.73333); }
|
|
23097
|
+
|
|
22888
23098
|
.geo-location-component .geolocation-header {
|
|
22889
23099
|
margin-bottom: 20px; }
|
|
22890
23100
|
|