dristi-ui-css 0.0.8-dristi-kerala.3 → 0.0.8-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.8-dristi-kerala.3
3
+ * dristi-ui-css - 0.0.8-dristi-kerala.5
4
4
  *
5
5
  * Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
6
6
  *
@@ -1306,7 +1306,7 @@
1306
1306
 
1307
1307
  @media (min-width: 780px) {
1308
1308
  .submit-bar, .workbench .workbench-create-form div.action-bar-wrap .submit-bar, .submit-bar-disabled {
1309
- width: 164px; }
1309
+ width: 240px; }
1310
1310
  .card, .card-emp {
1311
1311
  display: -webkit-box;
1312
1312
  display: -ms-flexbox;
@@ -10571,81 +10571,51 @@ body {
10571
10571
  color: #77787b;
10572
10572
  padding: 12px; }
10573
10573
 
10574
- .custom-editor {
10575
- max-width: 100%;
10576
- word-break: break-word; }
10574
+ .custom-quill-wrapper .ql-toolbar.ql-snow {
10575
+ background: #f8f8f8;
10576
+ border: 1px solid #d6d6d6;
10577
+ border-radius: 6px 6px 0 0;
10578
+ padding: 6px 10px !important; }
10577
10579
 
10578
- .custom-editor-wrapper {
10579
- border: 1px solid #ccc;
10580
- border-radius: 4px; }
10581
- .custom-editor-wrapper .rdw-editor-toolbar {
10582
- border: none;
10583
- border-bottom: 1px solid #ccc;
10584
- margin: 0;
10585
- padding: 8px; }
10586
- .custom-editor-wrapper .rdw-editor-main {
10587
- width: 100%;
10588
- max-width: 100%;
10589
- -webkit-box-sizing: border-box;
10590
- height: 300px !important;
10591
- overflow: hidden !important;
10592
- border: none;
10593
- padding: 12px;
10594
- box-sizing: border-box;
10595
- counter-reset: clean-counter; }
10596
- .custom-editor-wrapper .rdw-editor-main ol {
10597
- padding-left: 0 !important; }
10598
- .custom-editor-wrapper .rdw-editor-main ol li {
10599
- position: relative;
10600
- padding-left: 30px !important; }
10601
- .custom-editor-wrapper .rdw-editor-main ol li {
10602
- counter-increment: clean-counter; }
10603
- .custom-editor-wrapper .rdw-editor-main ol li:before {
10604
- content: counter(clean-counter) ". ";
10605
- position: absolute;
10606
- left: 0;
10607
- top: 0;
10608
- font-weight: 400;
10609
- color: currentColor; }
10610
- .custom-editor-wrapper .DraftEditor-root {
10611
- height: 100% !important;
10612
- overflow-y: auto !important;
10613
- scrollbar-width: thin;
10614
- scrollbar-color: #ccc transparent;
10615
- scroll-behavior: smooth; }
10616
- .custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar {
10617
- width: 6px; }
10618
- .custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar-track {
10619
- background: transparent; }
10620
- .custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar-thumb {
10621
- background: rgba(204, 204, 204, 0.8);
10622
- border-radius: 3px; }
10623
- .custom-editor-wrapper .DraftEditor-root::-webkit-scrollbar-thumb:hover {
10624
- background: #999; }
10625
- .custom-editor-wrapper .public-DraftStyleDefault-block {
10626
- margin: 0 !important;
10627
- max-width: 100%;
10628
- white-space: normal; }
10629
- .custom-editor-wrapper .DraftEditor-editorContainer {
10630
- height: 100% !important; }
10631
- .custom-editor-wrapper .public-DraftEditor-content {
10632
- min-height: 100% !important;
10633
- max-width: 100%;
10634
- word-wrap: break-word; }
10580
+ .custom-quill-wrapper .ql-toolbar .ql-formats {
10581
+ margin-right: 12px; }
10582
+
10583
+ .custom-quill-wrapper .ql-toolbar button {
10584
+ width: 28px;
10585
+ height: 28px;
10586
+ display: -webkit-box;
10587
+ display: -ms-flexbox;
10588
+ display: flex;
10589
+ -webkit-box-align: center;
10590
+ -ms-flex-align: center;
10591
+ align-items: center;
10592
+ -webkit-box-pack: center;
10593
+ -ms-flex-pack: center;
10594
+ justify-content: center;
10595
+ border-radius: 4px;
10596
+ background: #fff !important; }
10635
10597
 
10636
- .value ol {
10637
- list-style-type: decimal; }
10598
+ .custom-quill-wrapper .ql-toolbar button svg * {
10599
+ stroke: #444 !important;
10600
+ fill: none !important; }
10638
10601
 
10639
- .value ol, .value ul {
10640
- padding-left: 20px;
10641
- margin-top: .5rem;
10642
- margin-bottom: .5rem; }
10602
+ .custom-quill-wrapper .ql-container.ql-snow {
10603
+ background: #fff;
10604
+ border: 1px solid #d6d6d6;
10605
+ border-radius: 0 0 6px 6px;
10606
+ min-height: 260px;
10607
+ font-size: 14px; }
10643
10608
 
10644
- .value ul {
10645
- list-style-type: disc; }
10609
+ .custom-quill-wrapper .ql-editor {
10610
+ min-height: 240px !important;
10611
+ padding: 14px;
10612
+ line-height: 1.55;
10613
+ height: 300px;
10614
+ font-size: 16px; }
10646
10615
 
10647
- .value li {
10648
- margin-bottom: .25rem; }
10616
+ .custom-quill-wrapper .ql-container.ql-disabled .ql-editor {
10617
+ background: #f5f5f5;
10618
+ cursor: not-allowed; }
10649
10619
 
10650
10620
  .custom-note-main-div {
10651
10621
  padding: 8px;
@@ -16774,6 +16744,8 @@ body {
16774
16744
  height: 100%; }
16775
16745
  .order-type-modal .new-order {
16776
16746
  padding: 24px !important; }
16747
+ .order-type-modal .order-type-action .submit-bar-disabled {
16748
+ width: 164px !important; }
16777
16749
 
16778
16750
  .order-type-form-modal {
16779
16751
  width: 100% !important;
@@ -19339,6 +19311,9 @@ body {
19339
19311
  .evidence-header-wrapper .evidence-hearing-header .evidence-actions .menu-wrap div {
19340
19312
  height: auto; }
19341
19313
 
19314
+ .witness-editor .custom-text-area-main-div .custom-quill-wrapper .ql-editor {
19315
+ height: 375px !important; }
19316
+
19342
19317
  .hearing-side-card {
19343
19318
  display: -webkit-box;
19344
19319
  display: -ms-flexbox;
@@ -21129,6 +21104,8 @@ body {
21129
21104
  .e-post-update-modal .order-type-modal .order-type-form-composer .card-label-error {
21130
21105
  margin: 0 !important;
21131
21106
  width: 100% !important; }
21107
+ .e-post-update-modal .order-type-modal .order-type-action .submit-bar-disabled {
21108
+ width: 164px !important; }
21132
21109
 
21133
21110
  .e-post-action {
21134
21111
  -webkit-box-shadow: none !important;
@@ -22837,7 +22814,8 @@ body {
22837
22814
  margin-left: 4px; }
22838
22815
 
22839
22816
  .home-hearings-search .filter-bar .filter-actions .digit-button-tertiary {
22840
- padding: 8px 16px !important; }
22817
+ padding: 8px 16px !important;
22818
+ margin: 0 8px 0 0; }
22841
22819
 
22842
22820
  .review-card-main {
22843
22821
  width: 100%;