dristi-ui-css 0.0.8-dristi-kerala.5 → 0.0.8-dristi-kerala.6

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.8-dristi-kerala.5
3
+ * dristi-ui-css - 0.0.8-dristi-kerala.6
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -18352,6 +18352,49 @@ body {
18352
18352
  .centered-success-modal {
18353
18353
  width: 90% !important; } }
18354
18354
 
18355
+ .plea-form-composer .employeeCard {
18356
+ display: -webkit-box;
18357
+ display: -ms-flexbox;
18358
+ display: flex;
18359
+ -webkit-box-orient: vertical;
18360
+ -webkit-box-direction: normal;
18361
+ -ms-flex-direction: column;
18362
+ flex-direction: column;
18363
+ grid-gap: 20px;
18364
+ gap: 20px;
18365
+ margin-bottom: 50px !important;
18366
+ -webkit-box-shadow: none;
18367
+ box-shadow: none;
18368
+ padding-top: 0 !important; }
18369
+ .plea-form-composer .employeeCard .card-label-error {
18370
+ margin-left: 0 !important;
18371
+ margin-top: -16px !important;
18372
+ margin-bottom: 0 !important; }
18373
+ .plea-form-composer .employeeCard .label-field-pair {
18374
+ grid-gap: 8px !important;
18375
+ gap: 8px !important; }
18376
+ .plea-form-composer .employeeCard .label-field-pair h2 {
18377
+ margin: 0 !important;
18378
+ width: 100%; }
18379
+ .plea-form-composer .employeeCard .label-field-pair .field .select-wrap {
18380
+ max-width: 100% !important;
18381
+ margin-bottom: 0 !important; }
18382
+ .plea-form-composer .employeeCard .label-field-pair .field .select-wrap .options-card {
18383
+ max-height: 230px !important;
18384
+ top: 36px !important; }
18385
+ .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] {
18386
+ margin-bottom: 0 !important; }
18387
+ .plea-form-composer .employeeCard .label-field-pair .custom-text-area-main-div .custom-textarea-style {
18388
+ color: rgba(11, 12, 12, var(--text-opacity)) !important; }
18389
+
18390
+ .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 {
18391
+ width: -webkit-fit-content;
18392
+ width: -moz-fit-content;
18393
+ width: fit-content;
18394
+ padding: 0 10px;
18395
+ -webkit-box-shadow: none;
18396
+ box-shadow: none; }
18397
+
18355
18398
  .microplanning .upload {
18356
18399
  display: -webkit-box;
18357
18400
  display: -ms-flexbox;
@@ -22160,7 +22203,13 @@ body {
22160
22203
  border-top: 1px solid #bbbbbd; }
22161
22204
  .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
22205
  -webkit-box-shadow: none;
22163
- box-shadow: none; }
22206
+ box-shadow: none;
22207
+ width: -webkit-fit-content;
22208
+ width: -moz-fit-content;
22209
+ width: fit-content;
22210
+ padding: 8px 24px; }
22211
+ .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 {
22212
+ line-height: 24px; }
22164
22213
 
22165
22214
  .custom-checkbox, .checkbox-wrap .custom-checkbox-emp {
22166
22215
  appearance: none;
@@ -22817,6 +22866,155 @@ body {
22817
22866
  padding: 8px 16px !important;
22818
22867
  margin: 0 8px 0 0; }
22819
22868
 
22869
+ .mediation-form-signature .header {
22870
+ font-size: 26px;
22871
+ padding: 12px 40px;
22872
+ font-weight: 700;
22873
+ border-bottom: 1px solid #e8e8e8;
22874
+ border-top: 1px solid #e8e8e8; }
22875
+
22876
+ .mediation-form-signature .container {
22877
+ display: -webkit-box;
22878
+ display: -ms-flexbox;
22879
+ display: flex;
22880
+ -webkit-box-orient: horizontal;
22881
+ -webkit-box-direction: normal;
22882
+ -ms-flex-direction: row;
22883
+ flex-direction: row;
22884
+ height: calc(100vh - 202px); }
22885
+
22886
+ .mediation-form-signature .details {
22887
+ color: #0a0a0a;
22888
+ font-weight: 700;
22889
+ font-size: 18px;
22890
+ padding-bottom: 18px; }
22891
+
22892
+ .mediation-form-signature .details-section {
22893
+ grid-gap: 12px;
22894
+ gap: 12px; }
22895
+
22896
+ .mediation-form-signature .details-section, .mediation-form-signature .left-panel {
22897
+ display: -webkit-box;
22898
+ display: -ms-flexbox;
22899
+ display: flex;
22900
+ -webkit-box-orient: vertical;
22901
+ -webkit-box-direction: normal;
22902
+ -ms-flex-direction: column;
22903
+ flex-direction: column; }
22904
+
22905
+ .mediation-form-signature .left-panel {
22906
+ width: 20%;
22907
+ padding: 30px 0 0 45px;
22908
+ border-right: 1px solid #e8e8e8;
22909
+ grid-gap: 16px;
22910
+ gap: 16px; }
22911
+
22912
+ .mediation-form-signature .left-panel, .mediation-form-signature .right-panel {
22913
+ height: calc(100vh - 167px); }
22914
+
22915
+ .mediation-form-signature .right-panel {
22916
+ -webkit-box-flex: 1;
22917
+ -ms-flex: 1;
22918
+ flex: 1;
22919
+ padding: 20px 40px 40px 100px;
22920
+ width: 80%;
22921
+ -webkit-box-sizing: border-box;
22922
+ box-sizing: border-box;
22923
+ display: -webkit-box;
22924
+ display: -ms-flexbox;
22925
+ display: flex;
22926
+ -webkit-box-pack: space-evenly;
22927
+ -ms-flex-pack: space-evenly;
22928
+ justify-content: space-evenly;
22929
+ grid-gap: 40px;
22930
+ gap: 40px; }
22931
+
22932
+ .mediation-form-signature .doc-viewer {
22933
+ -webkit-box-flex: 6;
22934
+ -ms-flex: 6;
22935
+ flex: 6;
22936
+ overflow: auto;
22937
+ border-radius: 8px;
22938
+ background: #fff;
22939
+ scrollbar-width: thin;
22940
+ scrollbar-color: #c5c5c5 #f9fafb; }
22941
+ .mediation-form-signature .doc-viewer .docviewer-wrapper {
22942
+ margin-top: 0 !important; }
22943
+ .mediation-form-signature .doc-viewer .docviewer-wrapper .doc-card {
22944
+ margin-bottom: 0 !important; }
22945
+
22946
+ .mediation-form-signature .edit-button {
22947
+ border: none;
22948
+ color: #007e7e;
22949
+ font-size: 16px;
22950
+ font-weight: 700; }
22951
+
22952
+ .mediation-form-signature .edit-button, .mediation-form-signature h2 {
22953
+ width: -webkit-fit-content !important;
22954
+ width: -moz-fit-content !important;
22955
+ width: fit-content !important; }
22956
+
22957
+ .mediation-form-signature .litigant-details {
22958
+ display: -webkit-box;
22959
+ display: -ms-flexbox;
22960
+ display: flex;
22961
+ -webkit-box-pack: justify;
22962
+ -ms-flex-pack: justify;
22963
+ justify-content: space-between;
22964
+ -webkit-box-align: center;
22965
+ -ms-flex-align: center;
22966
+ align-items: center;
22967
+ border-bottom: 1px solid #e8e8e8;
22968
+ color: #77787b;
22969
+ padding: 8px 16px 20px 0;
22970
+ font-weight: 700;
22971
+ font-size: 16px;
22972
+ margin-top: 5px; }
22973
+
22974
+ .mediation-form-signature .signed-label {
22975
+ color: #00703c;
22976
+ background-color: #e4f2e4; }
22977
+
22978
+ .mediation-form-signature .signed-label, .mediation-form-signature .unsigned-label {
22979
+ padding: 6px 8px;
22980
+ border-radius: 999px;
22981
+ font-size: 14px;
22982
+ font-weight: 400; }
22983
+
22984
+ .mediation-form-signature .unsigned-label {
22985
+ color: #9e400a;
22986
+ background-color: #fff6e8; }
22987
+
22988
+ .mediation-form-signature .action-bar {
22989
+ width: 100%;
22990
+ position: fixed;
22991
+ bottom: 0;
22992
+ left: 0;
22993
+ right: 0;
22994
+ background-color: #fff;
22995
+ padding: 16px 24px;
22996
+ -webkit-box-shadow: none;
22997
+ box-shadow: none;
22998
+ border-top: 1px solid #e8e8e8; }
22999
+
23000
+ .mediation-form-signature .submit-loader {
23001
+ width: 100vw;
23002
+ height: 100vh;
23003
+ z-index: 99999999;
23004
+ position: fixed;
23005
+ right: 0;
23006
+ top: 0;
23007
+ background: rgba(234, 234, 245, 0.5);
23008
+ display: -webkit-box;
23009
+ display: -ms-flexbox;
23010
+ display: flex;
23011
+ -webkit-box-align: center;
23012
+ -ms-flex-align: center;
23013
+ align-items: center;
23014
+ -webkit-box-pack: center;
23015
+ -ms-flex-pack: center;
23016
+ justify-content: center; }
23017
+
22820
23018
  .review-card-main {
22821
23019
  width: 100%;
22822
23020
  border-radius: 4px;