dristi-ui-css 0.0.9-dristi-kerala.6 → 0.0.9-dristi-kerala.9
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 +41 -39
- package/dist/index.min.css +2 -2
- package/package.json +1 -1
- package/src/orders/reviewsummons.scss +32 -24
package/dist/index.css
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
@charset "UTF-8";
|
|
2
2
|
/*!
|
|
3
|
-
* dristi-ui-css - 0.0.9-dristi-kerala.
|
|
3
|
+
* dristi-ui-css - 0.0.9-dristi-kerala.9
|
|
4
4
|
*
|
|
5
5
|
* Copyright (c) 2026 Akshay Kumar <akshay.kumar@beehyv.com>
|
|
6
6
|
*
|
|
@@ -20851,19 +20851,16 @@ body {
|
|
|
20851
20851
|
line-height: 37.5px;
|
|
20852
20852
|
color: #231f20 !important; }
|
|
20853
20853
|
|
|
20854
|
-
table thead tr > th:first-child {
|
|
20855
|
-
|
|
20856
|
-
vertical-align:
|
|
20854
|
+
.inbox-search-wrapper table thead tr > th:first-child {
|
|
20855
|
+
display: table-cell !important;
|
|
20856
|
+
vertical-align: top !important; }
|
|
20857
20857
|
|
|
20858
|
-
|
|
20859
|
-
position: absolute !important;
|
|
20860
|
-
top: 50% !important;
|
|
20861
|
-
-webkit-transform: translateY(-50%) !important;
|
|
20862
|
-
transform: translateY(-50%) !important;
|
|
20863
|
-
left: 18px !important;
|
|
20858
|
+
.inbox-search-wrapper table thead tr > th:first-child input.custom-checkbox.header-checkbox, .inbox-search-wrapper table thead tr > th:first-child .checkbox-wrap .custom-checkbox.header-checkbox.input-emp, .checkbox-wrap .inbox-search-wrapper table thead tr > th:first-child .custom-checkbox.header-checkbox.input-emp, .inbox-search-wrapper table thead tr > th:first-child .checkbox-wrap .header-checkbox.input-emp.custom-checkbox-emp, .checkbox-wrap .inbox-search-wrapper table thead tr > th:first-child .header-checkbox.input-emp.custom-checkbox-emp, .inbox-search-wrapper table thead tr > th:first-child .checkbox-wrap input.header-checkbox.custom-checkbox-emp, .checkbox-wrap .inbox-search-wrapper table thead tr > th:first-child input.header-checkbox.custom-checkbox-emp, .inbox-search-wrapper table thead tr > th:first-child .digit-checkbox-wrap .custom-checkbox.header-checkbox.input-emp, .digit-checkbox-wrap .inbox-search-wrapper table thead tr > th:first-child .custom-checkbox.header-checkbox.input-emp, .inbox-search-wrapper table thead tr > th:first-child input.header-checkbox[data-header-checkbox=true], .inbox-search-wrapper table thead tr > th:first-child .checkbox-wrap .header-checkbox.input-emp[data-header-checkbox=true], .checkbox-wrap .inbox-search-wrapper table thead tr > th:first-child .header-checkbox.input-emp[data-header-checkbox=true], .inbox-search-wrapper table thead tr > th:first-child .digit-checkbox-wrap .header-checkbox.input-emp[data-header-checkbox=true], .digit-checkbox-wrap .inbox-search-wrapper table thead tr > th:first-child .header-checkbox.input-emp[data-header-checkbox=true] {
|
|
20864
20859
|
width: 20px !important;
|
|
20865
20860
|
height: 20px !important;
|
|
20866
|
-
margin:
|
|
20861
|
+
margin: -1px 2px 1px 4px !important;
|
|
20862
|
+
position: relative !important;
|
|
20863
|
+
top: -2px !important; }
|
|
20867
20864
|
|
|
20868
20865
|
.review-process-page.show-grey-placeholder .employee-select-wrap--elipses[value="Delivery Channel"], .review-process-page.show-grey-placeholder .employee-select-wrap--elipses[value="Process Type"], .review-process-page.show-grey-placeholder .employee-select-wrap--elipses[value=Status] {
|
|
20869
20866
|
color: grey !important; }
|
|
@@ -21020,8 +21017,11 @@ table thead tr > th:first-child .header-checkbox, table thead tr > th:first-chil
|
|
|
21020
21017
|
.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, .bulk-submit-bar .submit-bar-disabled {
|
|
21021
21018
|
height: 40px;
|
|
21022
21019
|
min-height: 40px;
|
|
21023
|
-
padding:
|
|
21024
|
-
width:
|
|
21020
|
+
padding: 8px 24px !important;
|
|
21021
|
+
width: -webkit-fit-content;
|
|
21022
|
+
width: -moz-fit-content;
|
|
21023
|
+
width: fit-content;
|
|
21024
|
+
min-width: 220px;
|
|
21025
21025
|
-webkit-box-shadow: none;
|
|
21026
21026
|
box-shadow: none;
|
|
21027
21027
|
border-radius: 2px;
|
|
@@ -21208,23 +21208,15 @@ table thead tr > th:first-child .header-checkbox, table thead tr > th:first-chil
|
|
|
21208
21208
|
width: 95px; }
|
|
21209
21209
|
|
|
21210
21210
|
@media screen and (max-width: 2000px) {
|
|
21211
|
-
.review-process-page.inbox-search-wrapper table thead tr > th:first-child {
|
|
21211
|
+
.review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child {
|
|
21212
21212
|
text-align: left;
|
|
21213
|
-
display: -
|
|
21214
|
-
display: -ms-flexbox !important;
|
|
21215
|
-
display: flex !important;
|
|
21216
|
-
-webkit-box-align: center !important;
|
|
21217
|
-
-ms-flex-align: center !important;
|
|
21218
|
-
align-items: center !important;
|
|
21213
|
+
display: table-cell !important;
|
|
21219
21214
|
position: relative; }
|
|
21220
|
-
.review-process-page.inbox-search-wrapper table thead tr > th:first-child .header-checkbox, .review-process-page.inbox-search-wrapper table thead tr > th:first-child input[type=checkbox].header-checkbox, .review-process-page.inbox-search-wrapper table thead tr > th:first-child .checkbox-wrap .input-emp[type=checkbox].header-checkbox, .checkbox-wrap .review-process-page.inbox-search-wrapper table thead tr > th:first-child .input-emp[type=checkbox].header-checkbox, .review-process-page.inbox-search-wrapper table thead tr > th:first-child .digit-checkbox-wrap .input-emp[type=checkbox].header-checkbox, .digit-checkbox-wrap .review-process-page.inbox-search-wrapper table thead tr > th:first-child .input-emp[type=checkbox].header-checkbox, .review-process-page.inbox-search-wrapper table thead tr > th:first-child input[type=checkbox][data-header-checkbox=true], .review-process-page.inbox-search-wrapper table thead tr > th:first-child .checkbox-wrap .input-emp[type=checkbox][data-header-checkbox=true], .checkbox-wrap .review-process-page.inbox-search-wrapper table thead tr > th:first-child .input-emp[type=checkbox][data-header-checkbox=true], .review-process-page.inbox-search-wrapper table thead tr > th:first-child .digit-checkbox-wrap .input-emp[type=checkbox][data-header-checkbox=true], .digit-checkbox-wrap .review-process-page.inbox-search-wrapper table thead tr > th:first-child .input-emp[type=checkbox][data-header-checkbox=true] {
|
|
21215
|
+
.review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child .header-checkbox, .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child input[type=checkbox].header-checkbox, .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child .checkbox-wrap .input-emp[type=checkbox].header-checkbox, .checkbox-wrap .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child .input-emp[type=checkbox].header-checkbox, .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child .digit-checkbox-wrap .input-emp[type=checkbox].header-checkbox, .digit-checkbox-wrap .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child .input-emp[type=checkbox].header-checkbox, .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child input[type=checkbox][data-header-checkbox=true], .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child .checkbox-wrap .input-emp[type=checkbox][data-header-checkbox=true], .checkbox-wrap .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child .input-emp[type=checkbox][data-header-checkbox=true], .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child .digit-checkbox-wrap .input-emp[type=checkbox][data-header-checkbox=true], .digit-checkbox-wrap .review-summon-warrant .review-process-page.inbox-search-wrapper table thead tr > th:first-child .input-emp[type=checkbox][data-header-checkbox=true] {
|
|
21221
21216
|
min-width: 20px !important;
|
|
21222
21217
|
min-height: 20px !important;
|
|
21223
21218
|
max-width: 20px !important;
|
|
21224
21219
|
max-height: 20px !important;
|
|
21225
|
-
-webkit-box-flex: 0 !important;
|
|
21226
|
-
-ms-flex: 0 0 20px !important;
|
|
21227
|
-
flex: 0 0 20px !important;
|
|
21228
21220
|
width: 20px !important;
|
|
21229
21221
|
height: 20px !important;
|
|
21230
21222
|
-webkit-box-sizing: border-box !important;
|
|
@@ -21233,16 +21225,16 @@ table thead tr > th:first-child .header-checkbox, table thead tr > th:first-chil
|
|
|
21233
21225
|
-webkit-appearance: none !important;
|
|
21234
21226
|
-moz-appearance: none !important;
|
|
21235
21227
|
appearance: none !important;
|
|
21236
|
-
margin:
|
|
21228
|
+
margin: -2px 6px 0 24px;
|
|
21237
21229
|
vertical-align: middle;
|
|
21238
|
-
position:
|
|
21239
|
-
top:
|
|
21230
|
+
position: relative !important;
|
|
21231
|
+
top: -2px !important;
|
|
21240
21232
|
left: auto !important;
|
|
21241
21233
|
-webkit-transform: none !important;
|
|
21242
21234
|
transform: none !important; }
|
|
21243
|
-
.review-process-page.inbox-search-wrapper table tbody td:first-child {
|
|
21235
|
+
.review-summon-warrant .review-process-page.inbox-search-wrapper table tbody td:first-child {
|
|
21244
21236
|
text-align: left; }
|
|
21245
|
-
.review-process-page.inbox-search-wrapper table tbody td:first-child input[type=checkbox], .review-process-page.inbox-search-wrapper table tbody td:first-child .checkbox-wrap .input-emp[type=checkbox], .checkbox-wrap .review-process-page.inbox-search-wrapper table tbody td:first-child .input-emp[type=checkbox], .review-process-page.inbox-search-wrapper table tbody td:first-child .digit-checkbox-wrap .input-emp[type=checkbox], .digit-checkbox-wrap .review-process-page.inbox-search-wrapper table tbody td:first-child .input-emp[type=checkbox] {
|
|
21237
|
+
.review-summon-warrant .review-process-page.inbox-search-wrapper table tbody td:first-child input[type=checkbox], .review-summon-warrant .review-process-page.inbox-search-wrapper table tbody td:first-child .checkbox-wrap .input-emp[type=checkbox], .checkbox-wrap .review-summon-warrant .review-process-page.inbox-search-wrapper table tbody td:first-child .input-emp[type=checkbox], .review-summon-warrant .review-process-page.inbox-search-wrapper table tbody td:first-child .digit-checkbox-wrap .input-emp[type=checkbox], .digit-checkbox-wrap .review-summon-warrant .review-process-page.inbox-search-wrapper table tbody td:first-child .input-emp[type=checkbox] {
|
|
21246
21238
|
min-width: 20px !important;
|
|
21247
21239
|
min-height: 20px !important;
|
|
21248
21240
|
max-width: 20px !important;
|
|
@@ -21260,7 +21252,7 @@ table thead tr > th:first-child .header-checkbox, table thead tr > th:first-chil
|
|
|
21260
21252
|
appearance: none !important;
|
|
21261
21253
|
margin: 0;
|
|
21262
21254
|
vertical-align: middle; }
|
|
21263
|
-
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search {
|
|
21255
|
+
.review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search {
|
|
21264
21256
|
display: -webkit-box;
|
|
21265
21257
|
display: -ms-flexbox;
|
|
21266
21258
|
display: flex;
|
|
@@ -21273,24 +21265,24 @@ table thead tr > th:first-child .header-checkbox, table thead tr > th:first-chil
|
|
|
21273
21265
|
align-items: center;
|
|
21274
21266
|
width: 100%;
|
|
21275
21267
|
white-space: nowrap; }
|
|
21276
|
-
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair {
|
|
21268
|
+
.review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .label-field-pair {
|
|
21277
21269
|
min-width: 96px !important;
|
|
21278
21270
|
width: auto;
|
|
21279
21271
|
-webkit-box-flex: 0;
|
|
21280
21272
|
-ms-flex: 0 0 auto;
|
|
21281
21273
|
flex: 0 0 auto; }
|
|
21282
|
-
.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 {
|
|
21274
|
+
.review-summon-warrant .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-summon-warrant .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-summon-warrant .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-summon-warrant .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-summon-warrant .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 {
|
|
21283
21275
|
width: 120px;
|
|
21284
21276
|
max-width: 120px;
|
|
21285
21277
|
padding: 6px; }
|
|
21286
|
-
.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] {
|
|
21278
|
+
.review-summon-warrant .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-summon-warrant .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-summon-warrant .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-summon-warrant .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-summon-warrant .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] {
|
|
21287
21279
|
padding-right: 0 !important; }
|
|
21288
|
-
.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 {
|
|
21280
|
+
.review-summon-warrant .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 {
|
|
21289
21281
|
width: 100px !important; }
|
|
21290
|
-
.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 {
|
|
21282
|
+
.review-summon-warrant .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 {
|
|
21291
21283
|
min-width: 100px;
|
|
21292
21284
|
padding: 0 6px; }
|
|
21293
|
-
.review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper {
|
|
21285
|
+
.review-summon-warrant .review-process-page.inbox-search-wrapper .inbox-search-component-wrapper .search-wrapper .search-field-wrapper.search.custom-both-clear-search .search-button-wrapper {
|
|
21294
21286
|
margin-left: auto;
|
|
21295
21287
|
display: -webkit-box;
|
|
21296
21288
|
display: -ms-flexbox;
|
|
@@ -21305,12 +21297,22 @@ table thead tr > th:first-child .header-checkbox, table thead tr > th:first-chil
|
|
|
21305
21297
|
flex: 0 0 auto;
|
|
21306
21298
|
-ms-flex-negative: 0;
|
|
21307
21299
|
flex-shrink: 0; }
|
|
21308
|
-
.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 {
|
|
21300
|
+
.review-summon-warrant .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 {
|
|
21309
21301
|
font-size: 13px; }
|
|
21310
|
-
.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 {
|
|
21302
|
+
.review-summon-warrant .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 {
|
|
21311
21303
|
width: auto !important;
|
|
21312
21304
|
padding: 0 10px;
|
|
21313
|
-
min-width: unset; }
|
|
21305
|
+
min-width: unset; }
|
|
21306
|
+
.review-summon-warrant table thead th:first-child {
|
|
21307
|
+
display: table-cell !important;
|
|
21308
|
+
vertical-align: top !important;
|
|
21309
|
+
padding: 12px 16px !important; }
|
|
21310
|
+
.review-summon-warrant table thead th:first-child input[type=checkbox], .review-summon-warrant table thead th:first-child .checkbox-wrap .input-emp[type=checkbox], .checkbox-wrap .review-summon-warrant table thead th:first-child .input-emp[type=checkbox], .review-summon-warrant table thead th:first-child .digit-checkbox-wrap .input-emp[type=checkbox], .digit-checkbox-wrap .review-summon-warrant table thead th:first-child .input-emp[type=checkbox] {
|
|
21311
|
+
width: 20px;
|
|
21312
|
+
height: 20px;
|
|
21313
|
+
margin: -1px 2px 1px 4px;
|
|
21314
|
+
position: relative;
|
|
21315
|
+
top: -2px; } }
|
|
21314
21316
|
|
|
21315
21317
|
.epost-print-and-send .speed-post-header {
|
|
21316
21318
|
font-family: Roboto;
|