dristi-ui-css 0.0.8-dristi-kerala.2 → 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
|
-
|
|
10598
|
+
.custom-quill-wrapper .ql-toolbar button svg * {
|
|
10599
|
+
stroke: #444 !important;
|
|
10600
|
+
fill: none !important; }
|
|
10601
|
+
|
|
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
|
-
.
|
|
10645
|
-
|
|
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
|
-
.
|
|
10648
|
-
|
|
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;
|
|
@@ -21145,63 +21118,57 @@ body {
|
|
|
21145
21118
|
width: 95px; }
|
|
21146
21119
|
|
|
21147
21120
|
@media screen and (max-width: 2000px) {
|
|
21148
|
-
.review-process-page
|
|
21149
|
-
|
|
21150
|
-
|
|
21121
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search {
|
|
21122
|
+
display: -webkit-box;
|
|
21123
|
+
display: -ms-flexbox;
|
|
21124
|
+
display: flex;
|
|
21125
|
+
-ms-flex-wrap: nowrap;
|
|
21126
|
+
flex-wrap: nowrap;
|
|
21127
|
+
grid-gap: 6px;
|
|
21128
|
+
gap: 6px;
|
|
21129
|
+
-webkit-box-align: center;
|
|
21130
|
+
-ms-flex-align: center;
|
|
21131
|
+
align-items: center;
|
|
21132
|
+
width: 100%;
|
|
21133
|
+
white-space: nowrap; }
|
|
21134
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair {
|
|
21135
|
+
min-width: 96px !important;
|
|
21136
|
+
width: auto;
|
|
21137
|
+
-webkit-box-flex: 0;
|
|
21138
|
+
-ms-flex: 0 0 auto;
|
|
21139
|
+
flex: 0 0 auto; }
|
|
21140
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input input, .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .checkbox-wrap .input-emp, .checkbox-wrap .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp, .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .digit-checkbox-wrap .input-emp, .digit-checkbox-wrap .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp {
|
|
21141
|
+
width: 120px;
|
|
21142
|
+
max-width: 120px;
|
|
21143
|
+
padding: 6px; }
|
|
21144
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input input[name=hearingDate], .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .checkbox-wrap .input-emp[name=hearingDate], .checkbox-wrap .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp[name=hearingDate], .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .digit-checkbox-wrap .input-emp[name=hearingDate], .digit-checkbox-wrap .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .text-input .input-emp[name=hearingDate] {
|
|
21145
|
+
padding-right: 0 !important; }
|
|
21146
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap {
|
|
21147
|
+
width: 100px !important; }
|
|
21148
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap .select {
|
|
21149
|
+
min-width: 100px;
|
|
21150
|
+
padding: 0 6px; }
|
|
21151
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper {
|
|
21152
|
+
margin-left: auto;
|
|
21151
21153
|
display: -webkit-box;
|
|
21152
21154
|
display: -ms-flexbox;
|
|
21153
21155
|
display: flex;
|
|
21154
|
-
-ms-flex-wrap: nowrap;
|
|
21155
|
-
flex-wrap: nowrap;
|
|
21156
|
-
grid-gap: 6px;
|
|
21157
|
-
gap: 6px;
|
|
21158
21156
|
-webkit-box-align: center;
|
|
21159
21157
|
-ms-flex-align: center;
|
|
21160
21158
|
align-items: center;
|
|
21161
|
-
|
|
21162
|
-
|
|
21163
|
-
|
|
21164
|
-
|
|
21165
|
-
|
|
21166
|
-
|
|
21167
|
-
|
|
21168
|
-
|
|
21169
|
-
|
|
21170
|
-
|
|
21171
|
-
|
|
21172
|
-
|
|
21173
|
-
|
|
21174
|
-
padding-right: 0 !important; }
|
|
21175
|
-
.review-process-page .inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap {
|
|
21176
|
-
width: 100px !important; }
|
|
21177
|
-
.review-process-page .inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap .select {
|
|
21178
|
-
min-width: 100px;
|
|
21179
|
-
padding: 0 6px; }
|
|
21180
|
-
.review-process-page .inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair .select-wrap .options-card {
|
|
21181
|
-
top: 40px;
|
|
21182
|
-
max-height: 160px;
|
|
21183
|
-
overflow-y: auto; }
|
|
21184
|
-
.review-process-page .inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper {
|
|
21185
|
-
margin-left: auto;
|
|
21186
|
-
display: -webkit-box;
|
|
21187
|
-
display: -ms-flexbox;
|
|
21188
|
-
display: flex;
|
|
21189
|
-
-webkit-box-align: center;
|
|
21190
|
-
-ms-flex-align: center;
|
|
21191
|
-
align-items: center;
|
|
21192
|
-
grid-gap: 6px;
|
|
21193
|
-
gap: 6px;
|
|
21194
|
-
-webkit-box-flex: 0;
|
|
21195
|
-
-ms-flex: 0 0 auto;
|
|
21196
|
-
flex: 0 0 auto;
|
|
21197
|
-
-ms-flex-negative: 0;
|
|
21198
|
-
flex-shrink: 0; }
|
|
21199
|
-
.review-process-page .inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .link-label {
|
|
21200
|
-
font-size: 13px; }
|
|
21201
|
-
.review-process-page .inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar {
|
|
21202
|
-
width: auto !important;
|
|
21203
|
-
padding: 0 10px;
|
|
21204
|
-
min-width: unset; } }
|
|
21159
|
+
grid-gap: 6px;
|
|
21160
|
+
gap: 6px;
|
|
21161
|
+
-webkit-box-flex: 0;
|
|
21162
|
+
-ms-flex: 0 0 auto;
|
|
21163
|
+
flex: 0 0 auto;
|
|
21164
|
+
-ms-flex-negative: 0;
|
|
21165
|
+
flex-shrink: 0; }
|
|
21166
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .link-label {
|
|
21167
|
+
font-size: 13px; }
|
|
21168
|
+
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper .submit-bar {
|
|
21169
|
+
width: auto !important;
|
|
21170
|
+
padding: 0 10px;
|
|
21171
|
+
min-width: unset; } }
|
|
21205
21172
|
|
|
21206
21173
|
.epost-print-and-send .speed-post-header {
|
|
21207
21174
|
font-family: Roboto;
|