dristi-ui-css 0.0.8-dristi-kerala.3 → 0.0.8-dristi-kerala.4
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
|
+
* dristi-ui-css - 0.0.8-dristi-kerala.4
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2025 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -10571,81 +10571,51 @@ body {
|
|
|
10571
10571
|
color: #77787b;
|
|
10572
10572
|
padding: 12px; }
|
|
10573
10573
|
|
|
10574
|
-
.custom-
|
|
10575
|
-
|
|
10576
|
-
|
|
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-
|
|
10579
|
-
|
|
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; }
|
|
10635
10582
|
|
|
10636
|
-
.
|
|
10637
|
-
|
|
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; }
|
|
10638
10597
|
|
|
10639
|
-
.
|
|
10640
|
-
|
|
10641
|
-
|
|
10642
|
-
margin-bottom: .5rem; }
|
|
10598
|
+
.custom-quill-wrapper .ql-toolbar button svg * {
|
|
10599
|
+
stroke: #444 !important;
|
|
10600
|
+
fill: none !important; }
|
|
10643
10601
|
|
|
10644
|
-
.
|
|
10645
|
-
|
|
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; }
|
|
10646
10608
|
|
|
10647
|
-
.
|
|
10648
|
-
|
|
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; }
|
|
10615
|
+
|
|
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;
|
|
@@ -19339,6 +19309,9 @@ body {
|
|
|
19339
19309
|
.evidence-header-wrapper .evidence-hearing-header .evidence-actions .menu-wrap div {
|
|
19340
19310
|
height: auto; }
|
|
19341
19311
|
|
|
19312
|
+
.witness-editor .custom-text-area-main-div .custom-quill-wrapper .ql-editor {
|
|
19313
|
+
height: 375px !important; }
|
|
19314
|
+
|
|
19342
19315
|
.hearing-side-card {
|
|
19343
19316
|
display: -webkit-box;
|
|
19344
19317
|
display: -ms-flexbox;
|